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