gdb: fix gnu-nat build
[binutils-gdb.git] / gdb / linux-nat.c
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
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-26 Tom TromeyAdd RAII class for blocking gdb signals
2019-11-26 Christian BiesingerUse safe_strerror instead of strerror where possible
2019-10-26 Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-18 Tom de Vries[gdb] Fix more typos in comments
2019-10-03 Andrew Burgessgdb: Don't ignore all SIGSTOP when the signal handler...
2019-09-26 Sergio Durigan JuniorRevert "Improve ptrace-error detection on Linux targets"
2019-09-26 Sergio Durigan JuniorImprove ptrace-error detection on Linux targets
2019-09-20 Ulrich WeigandRemove Cell Broadband Engine debugging support
2019-07-09 Tom TromeyRename common to gdbsupport
2019-06-16 Andrew Burgessgdb: Remove unused signal mask
2019-04-08 Tom TromeyReplace throw_exception with throw in some cases
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-04-08 Tom TromeyMake exceptions use std::string and be self-managing
2019-03-13 Tom TromeyChange pid_to_str to return std::string
2019-03-12 Tom TromeyChange iterate_over_lwps to take a gdb::function_view
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-24 Pedro Alvestarget_pass_signals/target_program_signals: Use gdb...
2019-01-23 Tom TromeyRemove cleanup from linux-nat.c
2019-01-15 Tom TromeyConstify target_pass_signals and target_program_signals
2019-01-03 Andrew Burgessgdb: Remove cleanup from linux_nat_target::follow_fork
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-22 Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-08-08 Simon MarchiMake target_options_to_string return an std::string
2018-08-06 Andrew Burgessgdb: Avoid using W_STOPCODE(0) as this is ambiguous...
2018-07-22 Tom TromeySimple unused variable removals
2018-07-04 Vyacheslav BarinovWarn if /proc is not accessible
2018-07-03 Tom TromeyRemove ptid_equal
2018-07-03 Tom TromeyRemove ptid_match
2018-07-03 Tom TromeyRemove ptid_lwp_p
2018-07-03 Tom TromeyRemove ptid_is_pid
2018-07-03 Tom TromeyRemove ptid_get_lwp
2018-07-03 Tom TromeyRemove ptid_get_pid
2018-07-03 Tom TromeyRemove pid_to_ptid
2018-07-03 Tom TromeyRemove ptid_build
2018-06-21 Pedro AlvesUse thread_info and inferior pointers more throughout
2018-06-16 Andrew Burgessgdb: Don't drop SIGSTOP during stop_all_threads
2018-05-02 Pedro Alveslinux_nat_target: More low methods
2018-05-02 Pedro Alvestarget_ops: Use bool throughout
2018-05-02 Pedro AlvesConvert struct target_ops to C++
2018-05-02 Pedro AlvesMake inf_ptrace_trad Linux-only, move to separate file
2018-03-22 Simon MarchiGet rid of VEC(static_tracepoint_marker_p)
2018-03-07 Tom TromeyReturn gdb::optional<std::string> from target_fileio_re...
2018-01-30 Pedro Alveslinux-nat: Eliminate custom target_terminal_{inferior...
2018-01-19 Simon MarchiMake linux_nat_detach/thread_db_detach use the inferior...
2018-01-19 Simon MarchiPass inferior down to target_detach and to_detach
2018-01-19 Simon MarchiRemove args from target detach
2018-01-17 Simon MarchiMake linux_ptrace_attach_fail_reason return an std...
2018-01-17 Simon Marchilinux-nat: Remove unnecessary xstrdup
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-06 Pedro Alvestarget_set_syscall_catchpoint, use gdb::array_view...
2017-11-26 Tom TromeyChange maybe_disable_address_space_randomization to...
2017-11-02 Yao Qis/get_regcache_aspace (regcache)/regcache->aspace ()/g
2017-10-25 Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
next