sim: mips: hoist "single" igen rules up to common builds
[platform/upstream/binutils.git] / gdbserver /
2022-12-16 Luis Machado[aarch64] Fix removal of non-address bits for PAuth
2022-12-16 Simon Marchigdbsupport: change xml_escape_text_append's parameter...
2022-12-09 Luis Machado[aarch64] Add TPIDR2 register support for Linux
2022-11-28 Simon Marchigdbserver: switch to right process in find_one_thread
2022-11-27 Tom de Vries[gdb/server] Emit warning for SIGINT failure
2022-11-18 Simon Marchigdbserver/linux-x86: move lwp declaration out of __x86_...
2022-11-18 Simon Marchigdbserver: use current_process in ps_getpid
2022-11-18 Simon Marchigdbserver/linux-x86: make is_64bit_tdesc accept thread...
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-09-28 Pedro AlvesRenenerate {gdb,gdbserver}/configure
2022-09-24 Enze Ligdbserver: remove unused for loop
2022-09-21 Simon Marchigdbsupport: move include/gdb/fileio.h contents to fileio.h
2022-09-13 Jiangshuai Ligdbserver/csky add csky gdbserver support
2022-08-16 Tom TromeyUse strwinerror in gdb/windows-nat.c
2022-08-09 Feiyang Chengdb/gdbserver: LoongArch: Improve implementation of...
2022-07-13 Enze Ligdbserver: remove unused variable
2022-07-12 Tiezhu Yanggdbserver: LoongArch: Add floating-point support
2022-07-10 Youling Tanggdbserver: LoongArch: Add orig_a0 processing
2022-07-10 Youling Tanggdbserver: LoongArch: Simplify code with register numbe...
2022-06-29 Pedro AlvesFix GDBserver regression due to change to avoid reading...
2022-06-28 Pedro Alvesgdb+gdbserver/Linux: avoid reading registers while...
2022-06-27 Pedro AlvesMake GDBserver abort on internal error in development...
2022-06-14 Youling Tanggdbserver: Add LoongArch/Linux support
2022-06-07 Tom TromeyUse subclasses of windows_process_info
2022-06-07 Tom TromeyAllow ASLR to be disabled on Windows
2022-06-07 Tom TromeyIntroduce wrapper for CreateProcess
2022-05-18 John BaldwinUse aarch64_features to describe register features...
2022-05-13 Tom TromeyImplement pid_to_exec_file for Windows in gdbserver
2022-05-13 Tom TromeyRemove windows_process_info::id
2022-05-04 Luis MachadoFix build failure for aarch64 gdbserver
2022-05-04 Pedro AlvesFix GDBserver Aarch64 Linux regression
2022-05-04 John Baldwingdbserver: Fix build after adding tls feature to arm...
2022-05-03 John Baldwingdbserver: Read the tpidr register from NT_ARM_TLS...
2022-05-03 John BaldwinAdd an aarch64-tls feature which includes the tpidr...
2022-05-03 Pedro Alvesgdbserver: track current process as well as current...
2022-04-28 Tom TromeyFix libinproctrace.so build on PPC
2022-04-27 Tom TromeyFix gdbserver build for x86-64 Windows
2022-04-22 Simon Marchigdbserver/linux: free process_info_private and arch_pro...
2022-04-18 Simon Marchigdbsupport: make gdb_abspath return an std::string
2022-04-14 Pedro Alvesgdbserver: Eliminate prepare_to_access_memory
2022-04-14 Pedro Alvesgdbserver/linux: Access memory even if threads are...
2022-04-14 Pedro Alvesgdbserver: special case target_write_memory len==0
2022-04-14 Pedro Alvesgdbserver/qXfer::threads, prepare_to_access_memory...
2022-04-14 Tom TromeyUse GetThreadDescription on Windows
2022-04-14 Tom TromeyImplement thread_name for gdbserver
2022-04-14 Tom TromeyShare handle_ms_vc_exception with gdbserver
2022-04-14 Tom TromeyMove target_read_string to target/target.c
2022-04-14 Tom TromeyLet std::thread check pass even without pthreads
2022-04-05 Simon Marchigdbserver: report correct status in thread stop race...
2022-04-04 Tom TromeyRemove some globals from nat/windows-nat.c
2022-03-31 Simon Marchigdbserver/linux: set lwp !stopped when failing to resume
2022-03-30 Tom TromeyConsolidate definition of current_directory
2022-03-22 John Baldwinnat: Split out platform-independent aarch64 debug regis...
2022-03-21 Pedro Alvesgdbserver: Fixup previous patch
2022-03-21 Pedro Alvesgdbserver: Fix incorrect assertion
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 remote_debug_printf
2022-01-18 Simon Marchigdbserver: introduce threads_debug_printf, THREADS_SCOP...
2022-01-18 Simon Marchigdbserver: turn debug_threads into a boolean
2022-01-13 Andrew Burgessgdb: don't use -Wmissing-prototypes with g++
2022-01-07 Tom TromeyDo not use CC_HAS_LONG_LONG
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2022-01-01 Joel BrobeckerUpdate Copyright Year in gdb, gdbserver and gdbreplay...
2021-12-15 Luis MachadoNew --enable-threading configure option to control...
2021-12-14 Simon Marchigdbserver/tracepoint.cc: use snprintf in gdb_agent_sock...
2021-12-14 Simon Marchigdbserver/tracepoint.cc: work around -Wstringop-truncat...
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-13 Tankut Baris Aktemurgdbserver: introduce scoped_restore_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-12-02 Tom de Vries[gdb/tdep] Fix avx512 -m32 support in gdbserver
2021-11-22 Simon Marchigdb: pass more const target_waitstatus by reference
2021-11-22 Simon Marchigdb: rename target_waitstatus_to_string to target_waits...
2021-11-16 Tom TromeyRemove config.cache in gdbserver's "distclean"
2021-11-09 Tom TromeyFix build on rhES5
2021-11-04 Simon Marchigdbserver: re-generate configure
2021-11-03 Luis Machado[AArch64] Make gdbserver register set selection dynamic
2021-10-28 Stafford Hornegdb: or1k: implement gdb server
2021-10-25 Simon Marchigdbserver: make target_pid_to_str return std::string
2021-10-22 Tom TromeyFix 'uninstall' target
2021-10-22 Tom TromeyRemove unused variables from gdbserver's Makefile
2021-10-21 Simon Marchigdb, gdbserver: make target_waitstatus safe
2021-10-21 Simon Marchigdbserver: initialize the members of lwp_info in-class
2021-10-21 Simon Marchigdbserver: make thread_info non-POD
2021-10-04 Tom de Vries[gdb/build] Add CXX_DIALECT to CXX
2021-09-23 Tom TromeyChange ptid_t::tid to ULONGEST
2021-09-23 Tom TromeyRemove defaulted 'tid' parameter to ptid_t constructor
next