summaryrefslogtreecommitdiff
path: root/gdb/linux-nat.c
Commit message (Expand)AuthorAgeFilesLines
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: convert 'set debug lin-lwp' to a boolean commandAndrew Burgess2021-12-221-9/+20
* gdb: make post_startup_inferior a virtual method on inf_ptrace_targetAndrew Burgess2021-12-131-0/+2
* gdb, gdbserver: detach fork child when detaching from fork parentSimon Marchi2021-12-081-1/+52
* gdb/linux-nat: factor ptrace-detach code to new detach_one_pid functionSimon Marchi2021-12-081-36/+40
* gdb: change store_waitstatus to return a target_waitstatus by valueSimon Marchi2021-12-031-3/+3
* gdb: hoist target_async_permitted checks into target.cAndrew Burgess2021-11-251-3/+5
* Avoid /proc/pid/mem races (PR 28065)Pedro Alves2021-11-051-185/+139
* gdb, gdbserver: make target_waitstatus safeSimon Marchi2021-10-211-33/+36
* gdbsupport: make gdb_open_cloexec return scoped_fdSimon Marchi2021-09-301-1/+1
* gdb: use intrusive_list for linux-nat lwp_listSimon Marchi2021-09-271-22/+24
* gdb: add destructor to lwp_infoSimon Marchi2021-09-271-7/+4
* gdb: make lwp_info non-PODSimon Marchi2021-09-271-21/+6
* Remove defaulted 'tid' parameter to ptid_t constructorTom Tromey2021-09-231-8/+7
* gdb: make thread_info::executing privateAndrew Burgess2021-09-071-1/+1
* gdb: remove some stray newlines in debug outputAndrew Burgess2021-08-261-2/+2
* gdb: follow-fork: push target and add thread in target_follow_forkSimon Marchi2021-08-031-7/+8
* gdb: pass child_ptid and fork kind to target_ops::follow_forkSimon Marchi2021-07-141-12/+7
* gdb: call post_create_inferior at end of follow_fork_inferiorSimon Marchi2021-07-141-15/+0
* gdb: make thread_info::suspend private, add getters / settersSimon Marchi2021-07-121-6/+6
* Linux: Access memory even if threads are runningPedro Alves2021-07-011-47/+218
* gdb, gdbserver: make status_to_str return std::stringSimon Marchi2021-05-081-9/+11
* Don't run personality syscall at configure time; don't check it at allPedro Alves2021-05-081-4/+0
* gdb: make target_ops::follow_fork return voidSimon Marchi2021-04-071-3/+1
* gdb: linux-nat: make linux_nat_filter_event return voidSimon Marchi2021-02-231-12/+12
* [gdb/threads] Fix lin_thread_get_thread_signals for glibc 2.28Tom de Vries2021-02-121-9/+17
* detach and breakpoint removalPedro Alves2021-02-031-0/+5
* gdb: make some variables staticSimon Marchi2021-01-201-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: factor out debug_prefixed_printf_condSimon Marchi2020-12-111-6/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-3/+3
* gdb: restore some checks of debug flagsAndrew Burgess2020-10-311-1/+6
* gdb, gdbsupport: add debug_prefixed_printf, remove boilerplate functionsSimon Marchi2020-10-311-16/+2
* gdb: move debug_prefixed_vprintf hereSimon Marchi2020-10-021-1/+1
* gdb: give names to event loop file handlersSimon Marchi2020-10-021-1/+2
* gdb: fix formatting of _debug_printf macrosSimon Marchi2020-09-251-4/+6
* Make target_wait options use enum flagsTom Tromey2020-09-181-2/+2
* gdb: don't use inferior_ptid in linux_nat_wait_1Simon Marchi2020-09-141-6/+5
* gdb: add debug_prefixed_vprintfSimon Marchi2020-08-241-5/+2
* gdb: add linux_nat_debug_printf macroSimon Marchi2020-08-181-393/+226
* gdb, gdbserver: make stopped_pids global variables staticSimon Marchi2020-07-211-1/+1
* Remove "linux_multi_process" globalTom Tromey2020-07-181-6/+1
* Use boolean literals in linux-nat.cTom Tromey2020-07-171-4/+4
* gdb: remove unused fetch_inferior_event and inferior_event_handler parametersSimon Marchi2020-07-021-1/+1
* Move event-loop.[ch] to gdbsupport/Tom Tromey2020-04-131-1/+1
* Add low_new_clone method to linux_nat_target.Pedro Franco de Carvalho2020-03-301-0/+4
* gdb: bool-ify follow_forkSimon Marchi2020-03-241-3/+3
* Remove some ui_file_* functionsTom Tromey2020-02-111-2/+1
* Change ints to bools around thread_info executing/resumedSimon Marchi2020-02-031-4/+4
* Fix/Update misc commentsLuis Machado2020-01-141-4/+5