summaryrefslogtreecommitdiff
path: root/gdb/linux-nat.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-06target_set_syscall_catchpoint, use gdb::array_view and boolPedro Alves
2017-11-26Change maybe_disable_address_space_randomization to a classTom Tromey
2017-11-02s/get_regcache_aspace (regcache)/regcache->aspace ()/gYao Qi
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-10-12lwp_info: Make the arch code free arch_lwp_infoSimon Marchi
2017-10-05Fix fork-related regressions on GNU/LinuxPedro Alves
2017-09-29Constify unpack_varlen_hex & fix falloutPedro Alves
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-08-18Remove save_inferior_ptidTom Tromey
2017-08-03Introduce and use gdb_file_upTom Tromey
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