aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-30linux-nat: Eliminate custom target_terminal_{inferior,ours}, stop using set_s...Pedro Alves1-52/+26
2018-01-19Make linux_nat_detach/thread_db_detach use the inferior parameterSimon Marchi1-5/+3
2018-01-19Pass inferior down to target_detach and to_detachSimon Marchi1-1/+1
2018-01-19Remove args from target detachSimon Marchi1-11/+4
2018-01-17Make linux_ptrace_attach_fail_reason return an std::stringSimon Marchi1-14/+7
2018-01-17linux-nat: Remove unnecessary xstrdupSimon Marchi1-6/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-06target_set_syscall_catchpoint, use gdb::array_view and boolPedro Alves1-3/+3
2017-11-26Change maybe_disable_address_space_randomization to a classTom Tromey1-4/+2
2017-11-02s/get_regcache_aspace (regcache)/regcache->aspace ()/gYao Qi1-4/+4
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-3/+3
2017-10-12lwp_info: Make the arch code free arch_lwp_infoSimon Marchi1-1/+20
2017-10-05Fix fork-related regressions on GNU/LinuxPedro Alves1-1/+4
2017-09-29Constify unpack_varlen_hex & fix falloutPedro Alves1-1/+1
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-5/+5
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-08-18Remove save_inferior_ptidTom Tromey1-14/+9
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