aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-03Introduce and use gdb_file_upTom Tromey1-7/+2
2017-06-03linux-nat: Remove unused parameterSimon Marchi1-2/+2
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior1-2/+2
2017-04-11Fix read after xfree in linux-nat.c:linux_nat_detachPhilipp Rudo1-1/+0
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves1-1/+1
2017-03-22Remove lwp -> pid conversion in linux_nat_xfer_partialSimon Marchi1-10/+3
2017-03-14linux-nat: Exploit /proc/<pid>/mem for writingAndreas Arnez1-16/+16
2017-01-12Update comment in linux_nat_can_async_pSimon Marchi1-3/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior1-3/+3
2016-09-16linux-nat: Add function lwp_is_steppingAndreas Arnez1-0/+8
2016-09-01Use target_continue{,_no_signal} instead of target_resumeSergio Durigan Junior1-1/+1
2016-07-01Fix failure to detach if process exits while detaching on LinuxPedro Alves1-51/+101
2016-06-21Make input_fd be per UIPedro Alves1-2/+0
2016-05-24Fix PR gdb/19828: gdb -p <process from a container>: internal errorPedro Alves1-0/+10
2016-05-24Make gdb/linux-nat.c consider a waitstatus pending on the infrun sidePedro Alves1-1/+4
2016-05-24[Linux] Optimize PID -> struct lwp_info lookupPedro Alves1-38/+121
2016-05-24[Linux] Avoid refetching core-of-thread if thread hasn't runPedro Alves1-1/+8
2016-05-24Linux native thread create/exit events supportPedro Alves1-11/+51
2016-05-07remove trivialy unused variablesTrevor Saunders1-4/+0
2016-04-12Decouple target_interrupt from all-stop/non-stop modesPedro Alves1-10/+0
2016-02-24Handle MIPS Linux SIGTRAP siginfo.si_code valuesPedro Alves1-77/+72
2016-01-25Fix PR 19494: hang when killing unfollowed fork childrenPedro Alves1-35/+69
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-17Fix PR threads/19354: "info threads" error with multiple inferiorsPedro Alves1-0/+7
2015-12-17Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTLPedro Alves1-358/+92
2015-12-10Remove support for thread events without PTRACE_EVENT_CLONE in GDBAntoine Tremblay1-144/+0
2015-11-26Display names of remote threadsSimon Marchi1-32/+1
2015-11-26Constify thread name return pathSimon Marchi1-1/+1
2015-10-19gdb: Improve syscall entry/return tracking on LinuxJosh Stone1-9/+26
2015-09-30x86/Linux: reenable all-stop on top of non-stopPedro Alves1-2/+0
2015-09-25Add some more casts (1/2)Simon Marchi1-4/+4
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+2
2015-09-09Merge async and sync code paths some morePedro Alves1-23/+0
2015-08-27Detect SW breakpoints in Cell/B.E. combined debuggingUlrich Weigand1-1/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-2/+2
2015-08-21Warn when accessing binaries from remote targetsGary Benson1-1/+2
2015-08-18x86/Linux: disable all-stop on top of non-stopPedro Alves1-0/+2
2015-08-07native Linux: enable always non-stop by defaultPedro Alves1-1/+1
2015-08-07Fix interrupt-noterm.exp on targets always in non-stopPedro Alves1-3/+9
2015-08-07Implement all-stop on top of a target running non-stop modePedro Alves1-8/+17
2015-07-31Mostly trivial enum fixesSimon Marchi1-1/+1
2015-07-30PR threads/18600: Inferiors left around after fork+thread spawnPedro Alves1-0/+14
2015-07-30PR threads/18600: Threads left stopped after fork+thread spawnPedro Alves1-56/+41
2015-07-24PR gdb/18717: internal error if non-leader thread exits processPedro Alves1-4/+6
2015-07-24Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves1-1/+1
2015-06-23Convert have_ptrace_getregset to a tri-state booleanYao Qi1-1/+1
2015-06-10Implement mount namespace support for native Linux targetsGary Benson1-0/+114
2015-06-01Move have_ptrace_getregset to linux-nat.cYao Qi1-0/+3
2015-05-12Extended-remote Linux follow forkDon Breazeal1-11/+26