Add "maint info linux-lwps" command
[binutils-gdb.git] / gdb / linux-nat.c
2023-11-13 Andrew BurgessAdd "maint info linux-lwps" command
2023-10-26 Andrew Burgessgdb: handle main thread exiting during detach
2023-10-10 Simon Marchigdb: remove target_gdbarch
2023-09-20 Tom TromeyRemove explanatory comments from includes
2023-08-23 Pedro Alvesgdb: centralize "[Thread ...exited]" notifications
2023-07-23 Andrew Burgessgdb: two changes to linux_nat_debug_printf calls in...
2023-07-17 Andrew Burgessgdb: additional debug output in infrun.c and linux...
2023-07-17 Andrew Burgessgdb: don't restart vfork parent while waiting for child...
2023-07-06 Pedro AlvesLinux: Avoid pread64/pwrite64 for high memory addresses...
2023-06-05 Tom de Vries[gdb] Fix more typos
2023-04-05 Simon Marchigdb: make find_thread_ptid a process_stratum_target...
2023-03-27 Pedro Alveslinux-nat: introduce pending_status_str
2023-03-09 Simon Marchigdb, gdbserver, gdbsupport: fix whitespace issues
2023-02-24 Tom TromeyRemove struct buffer
2023-02-14 Tom TromeyDo not cast away const in agent_run_command
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-16 Pedro AlvesDelay checking whether /proc/pid/mem is writable (PR...
2022-12-05 Simon Marchigdb/linux-nat: add ptid parameter to linux_xfer_siginfo
2022-12-05 Simon Marchigdb/linux-nat: use l linux_nat_get_siginfo in linux_xfe...
2022-12-05 Simon Marchigdb/linux-nat: check ptrace return value in linux_nat_g...
2022-12-05 Simon Marchigdb/linux-nat: don't memset siginfo on failure in linux...
2022-12-05 Simon Marchigdb/linux-nat: bool-ify linux_nat_get_siginfo
2022-12-05 Simon Marchigdb/linux-nat: use get_ptrace_pid in two spots
2022-12-02 Simon Marchigdb/linux-nat: add pid parameter to linux_proc_xfer_mem...
2022-11-07 Pedro AlvesDon't explicitly set clone child ptrace options
2022-10-19 Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-09-21 Simon Marchigdbsupport: convert FILEIO_* macros to an enum
2022-07-26 Keith Seitzgdb/linux_nat: Write memory using ptrace if /proc/pid...
2022-07-26 Pedro Alvesgdb/linux-nat: Check whether /proc/pid/mem is writable
2022-07-22 Tom TromeyChange target_ops::async to accept bool
2022-06-28 Pedro Alvesgdb+gdbserver/Linux: avoid reading registers while...
2022-05-26 Lancelot SIXgdb/linux-nat: xfer_memory_partial return E_IO on error
2022-05-13 Tom TromeyConstify target_pid_to_exec_file
2022-04-29 Pedro AlvesSlightly tweak and clarify target_resume's interface
2022-03-31 Simon Marchigdb/linux-nat: remove check based on current_inferior...
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-29 Tom TromeyRemove some uses of printf_unfiltered
2022-03-10 Pedro AlvesRe-add zombie leader on exit, gdb/linux
2022-03-10 Pedro Alvesgdb: Reorganize linux_nat_filter_event
2022-02-22 John Baldwininf-ptrace: Add an event_pipe to be used for async...
2022-02-22 John BaldwinEnable async mode in the target in attach_cmd.
2022-02-22 John BaldwinDon't enable async mode at the end of target ::resume...
2022-02-22 John Baldwingdb linux-nat: Convert linux_nat_event_pipe to the...
2022-02-18 Simon Marchigdb: remove newlines from some linux_nat_debug_printf...
2022-02-11 Simon Marchigdb/linux: remove ptrace support check for exec, fork...
2022-01-18 Simon Marchigdb: use ptid_t::to_string instead of target_pid_to_str...
2022-01-12 Andrew Burgessgdb: rename lin-lwp to linux-nat in set/show debug
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-22 Andrew Burgessgdb: convert 'set debug lin-lwp' to a boolean command
2021-12-13 Andrew Burgessgdb: make post_startup_inferior a virtual method on...
2021-12-09 Simon Marchigdb, gdbserver: detach fork child when detaching from...
2021-12-09 Simon Marchigdb/linux-nat: factor ptrace-detach code to new detach_...
2021-12-03 Simon Marchigdb: change store_waitstatus to return a target_waitsta...
2021-11-25 Andrew Burgessgdb: hoist target_async_permitted checks into target.c
2021-11-05 Pedro AlvesAvoid /proc/pid/mem races (PR 28065)
2021-10-21 Simon Marchigdb, gdbserver: make target_waitstatus safe
2021-09-30 Simon Marchigdbsupport: make gdb_open_cloexec return scoped_fd
2021-09-28 Simon Marchigdb: use intrusive_list for linux-nat lwp_list
2021-09-28 Simon Marchigdb: add destructor to lwp_info
2021-09-28 Simon Marchigdb: make lwp_info non-POD
2021-09-23 Tom TromeyRemove defaulted 'tid' parameter to ptid_t constructor
2021-09-07 Andrew Burgessgdb: make thread_info::executing private
2021-08-26 Andrew Burgessgdb: remove some stray newlines in debug output
2021-08-04 Simon Marchigdb: follow-fork: push target and add thread in target_...
2021-07-15 Simon Marchigdb: pass child_ptid and fork kind to target_ops::follo...
2021-07-15 Simon Marchigdb: call post_create_inferior at end of follow_fork_in...
2021-07-13 Simon Marchigdb: make thread_info::suspend private, add getters...
2021-07-01 Pedro AlvesLinux: Access memory even if threads are running
2021-05-09 Simon Marchigdb, gdbserver: make status_to_str return std::string
2021-05-08 Pedro AlvesDon't run personality syscall at configure time; don...
2021-04-07 Simon Marchigdb: make target_ops::follow_fork return void
2021-02-23 Simon Marchigdb: linux-nat: make linux_nat_filter_event return...
2021-02-12 Tom de Vries[gdb/threads] Fix lin_thread_get_thread_signals for...
2021-02-03 Pedro Alvesdetach and breakpoint removal
2021-01-21 Simon Marchigdb: make some variables static
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-11 Simon Marchigdb: factor out debug_prefixed_printf_cond
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-31 Andrew Burgessgdb: restore some checks of debug flags
2020-10-31 Simon Marchigdb, gdbsupport: add debug_prefixed_printf, remove...
2020-10-02 Simon Marchigdb: move debug_prefixed_vprintf here
2020-10-02 Simon Marchigdb: give names to event loop file handlers
2020-09-25 Simon Marchigdb: fix formatting of _debug_printf macros
2020-09-18 Tom TromeyMake target_wait options use enum flags
2020-09-14 Simon Marchigdb: don't use inferior_ptid in linux_nat_wait_1
2020-08-24 Simon Marchigdb: add debug_prefixed_vprintf
2020-08-19 Simon Marchigdb: add linux_nat_debug_printf macro
2020-07-21 Simon Marchigdb, gdbserver: make stopped_pids global variables...
2020-07-18 Tom TromeyRemove "linux_multi_process" global
2020-07-17 Tom TromeyUse boolean literals in linux-nat.c
2020-07-02 Simon Marchigdb: remove unused fetch_inferior_event and inferior_ev...
2020-04-13 Tom TromeyMove event-loop.[ch] to gdbsupport/
2020-03-30 Pedro Franco de... Add low_new_clone method to linux_nat_target.
2020-03-24 Simon Marchigdb: bool-ify follow_fork
2020-02-11 Tom TromeyRemove some ui_file_* functions
2020-02-04 Simon MarchiChange ints to bools around thread_info executing/resumed
2020-01-14 Luis MachadoFix/Update misc comments
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-10 Pedro AlvesMulti-target support
2020-01-10 Pedro AlvesSome get_last_target_status tweaks
next