ppc/svp64: disassemble normal mode specifiers
[binutils-gdb.git] / gdbserver /
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
2021-09-07 Tom TromeyRemove unused declaration from gdbserver/win32-low.h
2021-08-17 H.J. Lugdbserver: Check r_version < 1 for Linux debugger interface
2021-07-26 Tom TromeyFix the Windows build
2021-07-26 Andrew Burgessgdb: move remaining ChangeLogs to legacy files
2021-07-23 Simon Marchigdb: make inferior::m_cwd an std::string
2021-07-23 Simon Marchigdb: un-share set_inferior_cwd declaration
2021-07-05 Simon Marchigdbsupport/common.m4: check for sigtimedwait
2021-06-20 Mike Frysingergdb/gdbserver: switch to AC_CONFIG_MACRO_DIRS
2021-06-14 Mike Frysingergnulib: define the path to gnulib's parent dir
2021-05-27 Simon Marchigdb: fix some indentation issues
2021-05-17 Andrew Burgessgdb: additional settings for emacs in .dir-locals.el
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-05-06 Tankut Baris Aktemurgdbserver/server: make some functions void
2021-05-03 Tom TromeyFix x86_64 mingw build
2021-04-30 Tom TromeyShare DLL code between gdb and gdbserver
next