]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdbserver/linux-low.cc
gdb, gdbserver, gdbsupport: fix whitespace issues
[thirdparty/binutils-gdb.git] / gdbserver / linux-low.cc
2023-03-09  Simon Marchigdb, gdbserver, gdbsupport: fix whitespace issues
2023-03-01  Tom TromeyFix btrace regression
2023-02-24  Khem Rajgdbserver/linux-low.cc: Fix a typo in ternary operator
2023-02-24  Tom TromeyDon't use struct buffer in handle_qxfer_btrace
2023-02-01  Thiago Jung Bauermanngdbserver: Add PID parameter to linux_get_auxv and...
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-16  Simon Marchigdbsupport: change xml_escape_text_append's parameter...
2022-11-27  Tom de Vries[gdb/server] Emit warning for SIGINT failure
2022-11-18  Simon Marchigdbserver/linux: take condition out of callback in...
2022-11-09  Tankut Baris Aktemurgdbserver: do not report btrace support if target does...
2022-10-19  Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-18  Markus Metzgergdb, gdbserver: extend RSP to support namespaces
2022-10-18  Markus Metzgergdbserver: move main_lm handling into caller
2022-10-18  Markus Metzgergdb, gdbserver: support dlmopen()
2022-06-28  Pedro Alvesgdb+gdbserver/Linux: avoid reading registers while...
2022-04-22  Simon Marchigdbserver/linux: free process_info_private and arch_pro...
2022-04-14  Pedro Alvesgdbserver/linux: Access memory even if threads are...
2022-04-05  Simon Marchigdbserver: report correct status in thread stop race...
2022-03-31  Simon Marchigdbserver/linux: set lwp !stopped when failing to resume
2022-03-10  Pedro AlvesRe-add zombie leader on exit, gdbserver/linux
2022-03-10  Pedro Alvesgdbserver: Reindent check_zombie_leaders
2022-03-10  Pedro Alvesgdbserver: Reorganize linux_process_target::filter_event
2022-03-10  Pedro AlvesFix gdbserver/linux target_waitstatus logging assert
2022-03-03  Roland McGrathAvoid conflict with gnulib open/close macros.
2022-02-22  John Baldwingdbserver linux-low: Convert linux_event_pipe to the...
2022-02-11  Simon Marchigdb/linux: remove ptrace support check for exec, fork...
2022-01-27  Markus Metzgergdb, gdbserver: update thread identifier in enable_btra...
2022-01-18  Simon Marchigdbserver: introduce threads_debug_printf, THREADS_SCOP...
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-12-13  Tankut Baris Aktemurgdbserver/linux-low: replace direct assignment to curre...
2021-12-13  Tankut Baris Aktemurgdbserver: replace direct assignments to current_thread
2021-12-09  Simon Marchigdb, gdbserver: detach fork child when detaching from...
2021-12-09  Simon Marchigdbserver: hide fork child threads from GDB
2021-11-22  Simon Marchigdb: rename target_waitstatus_to_string to target_waits...
2021-10-25  Simon Marchigdbserver: make target_pid_to_str return std::string
2021-10-21  Simon Marchigdb, gdbserver: make target_waitstatus safe
2021-10-21  Simon Marchigdbserver: initialize the members of lwp_info in-class
2021-09-23  Tom TromeyRemove defaulted 'tid' parameter to ptid_t constructor
2021-08-17  H.J. Lugdbserver: Check r_version < 1 for Linux debugger interface
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-05-08  Pedro AlvesDon't include sys/personality.h in linux-low.cc anymore
2021-04-12  Tankut Baris Aktemurgdbserver: constify the 'pid_to_exec_file' target op
2021-02-23  Simon Marchigdbserver: linux-low: make linux_process_target::filter...
2021-02-03  Pedro Alvesgdbserver: spurious SIGTRAP w/ detach while step-over...
2021-01-21  Simon Marchigdb: make some variables static
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-08  Andrew Burgessgdb: Have allocate_target_description return a unique_ptr
2020-10-02  Simon Marchigdb: give names to event loop file handlers
2020-09-18  Tom TromeyMake target_wait options use enum flags
2020-07-21  Simon Marchigdb, gdbserver: make stopped_pids global variables...
2020-06-22  Tankut Baris Aktemurgdbserver/linux-low: use std::list to store pending...
2020-06-12  Simon Marchigdbserver: remove support for Blackfin
2020-05-25  Michael WeghornUse construct_inferior_arguments which handles special...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'get_ipa_tdesc_idx' into...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'get_syscall_trapinfo' into...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'supports_hardware_single_ste...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'supports_range_stepping...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'emit_ops' into a method
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn fast tracepoint ops into...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'get_thread_area' into a...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'supports_tracepoints' into...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'process_qsupported' into...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'prepare_to_resume' into...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn process/thread addition/delet...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'siginfo_fixup' into a method
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn '{collect, supply}_ptrace_reg...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn watchpoint ops into methods
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'insert_point' and 'remove_po...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'supports_z_point_type' into...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'breakpoint_at' into a method
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn the 'decr_pc_after_break...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'supports_software_single_ste...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'sw_breakpoint_from_kind...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'breakpoint_kind_from_{pc...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'get_pc' and 'set_pc' into...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn some more static functions...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'fetch_register' into a method
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'cannot_{fetch/store}_registe...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'regs_info' into a method
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'arch_setup' into a method
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: start turning linux target ops...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn some static functions into...
2020-02-20  Tankut Baris Aktemurgdbserver: finish turning the target ops vector into...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'get_ipa_tdesc_idx' into...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'supports_catch_syscall'...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'supports_software_single_ste...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target ops 'thread_name' and 'thread_ha...
2020-02-20  Tankut Baris Aktemurgdbserver: turn breakpoint kind-related target ops...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target ops 'multifs_{open, readlink...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'pid_to_exec_file' into a...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'supports_range_stepping...
2020-02-20  Tankut Baris Aktemurgdbserver: turn btrace-related target ops into methods
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'supports_agent' into a method
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'qxfer_libraries_svr4' into...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'supports_disable_randomizati...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'emit_ops' into a method
2020-02-20  Tankut Baris Aktemurgdbserver: turn fast tracepoint target ops into methods
2020-02-20  Tankut Baris Aktemurgdbserver: turn target op 'stabilize_threads' into...
next