summaryrefslogtreecommitdiff
path: root/gdb/linux-nat.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: Don't drop SIGSTOP during stop_all_threadsAndrew Burgess2018-06-161-4/+10
* linux_nat_target: More low methodsPedro Alves2018-05-031-139/+15
* target_ops: Use bool throughoutPedro Alves2018-05-031-15/+15
* Convert struct target_ops to C++Pedro Alves2018-05-031-297/+183
* Make inf_ptrace_trad Linux-only, move to separate filePedro Alves2018-05-031-12/+1
* Get rid of VEC(static_tracepoint_marker_p)Simon Marchi2018-03-221-20/+7
* Return gdb::optional<std::string> from target_fileio_readlinkTom Tromey2018-03-071-7/+3
* linux-nat: Eliminate custom target_terminal_{inferior,ours}, stop using set_s...Pedro Alves2018-01-301-52/+26
* Make linux_nat_detach/thread_db_detach use the inferior parameterSimon Marchi2018-01-191-5/+3
* Pass inferior down to target_detach and to_detachSimon Marchi2018-01-191-1/+1
* Remove args from target detachSimon Marchi2018-01-191-11/+4
* Make linux_ptrace_attach_fail_reason return an std::stringSimon Marchi2018-01-171-14/+7
* linux-nat: Remove unnecessary xstrdupSimon Marchi2018-01-171-6/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* target_set_syscall_catchpoint, use gdb::array_view and boolPedro Alves2017-12-061-3/+3
* Change maybe_disable_address_space_randomization to a classTom Tromey2017-11-261-4/+2
* s/get_regcache_aspace (regcache)/regcache->aspace ()/gYao Qi2017-11-021-4/+4
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-3/+3
* lwp_info: Make the arch code free arch_lwp_infoSimon Marchi2017-10-121-1/+20
* Fix fork-related regressions on GNU/LinuxPedro Alves2017-10-051-1/+4
* Constify unpack_varlen_hex & fix falloutPedro Alves2017-09-291-1/+1
* Remove make_cleanup_restore_target_terminalTom Tromey2017-09-201-5/+5
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Remove save_inferior_ptidTom Tromey2017-08-181-14/+9
* Introduce and use gdb_file_upTom Tromey2017-08-031-7/+2
* linux-nat: Remove unused parameterSimon Marchi2017-06-031-2/+2
* C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior2017-04-121-2/+2
* Fix read after xfree in linux-nat.c:linux_nat_detachPhilipp Rudo2017-04-111-1/+0
* -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves2017-04-051-1/+1
* Remove lwp -> pid conversion in linux_nat_xfer_partialSimon Marchi2017-03-221-10/+3
* linux-nat: Exploit /proc/<pid>/mem for writingAndreas Arnez2017-03-141-16/+16
* Update comment in linux_nat_can_async_pSimon Marchi2017-01-121-3/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior2016-09-191-3/+3
* linux-nat: Add function lwp_is_steppingAndreas Arnez2016-09-161-0/+8
* Use target_continue{,_no_signal} instead of target_resumeSergio Durigan Junior2016-09-011-1/+1
* Fix failure to detach if process exits while detaching on LinuxPedro Alves2016-07-011-51/+101
* Make input_fd be per UIPedro Alves2016-06-211-2/+0
* Fix PR gdb/19828: gdb -p <process from a container>: internal errorPedro Alves2016-05-241-0/+10
* Make gdb/linux-nat.c consider a waitstatus pending on the infrun sidePedro Alves2016-05-241-1/+4
* [Linux] Optimize PID -> struct lwp_info lookupPedro Alves2016-05-241-38/+121
* [Linux] Avoid refetching core-of-thread if thread hasn't runPedro Alves2016-05-241-1/+8
* Linux native thread create/exit events supportPedro Alves2016-05-241-11/+51
* remove trivialy unused variablesTrevor Saunders2016-05-071-4/+0
* Decouple target_interrupt from all-stop/non-stop modesPedro Alves2016-04-121-10/+0
* Handle MIPS Linux SIGTRAP siginfo.si_code valuesPedro Alves2016-02-241-77/+72
* Fix PR 19494: hang when killing unfollowed fork childrenPedro Alves2016-01-251-35/+69
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Fix PR threads/19354: "info threads" error with multiple inferiorsPedro Alves2015-12-171-0/+7
* Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTLPedro Alves2015-12-171-358/+92