aarch64: Remove unused BTI feature bit
[platform/upstream/binutils.git] / gdbserver /
2024-01-12 Andrew BurgessUpdate copyright year range in header of all files...
2024-01-11 Mike Frysingergdbsupport: tighten up libiberty code a bit with dnl
2024-01-11 Mike Frysingergdb: libiberty: switch to AC_CHECK_DECLS_ONCE
2024-01-11 Mike Frysingergdb: move libiberty.m4 to gdbsupport
2024-01-09 Tom TromeyFix two bugs in gdbserver thread name handling
2023-12-14 Simon Marchigdb: change regcache interface to use array_view
2023-12-14 Simon Marchigdb: use reg_buffer_common throughout gdbsupport/common...
2023-12-12 Stefano Moioligdbserver/win32: fix crash on detach
2023-12-08 Andrew Burgessgdbserver: allow for general 'monitor set debug COMPONE...
2023-12-08 Andrew Burgessgdbserver: allow the --debug command line option to...
2023-12-04 Tom TromeyUpdate fall-through comment in gdbserver
2023-12-01 Tom TromeyBail out of "attach" if a thread cannot be traced
2023-11-29 Tom TromeyRemove gdb_static_assert
2023-11-29 Tom TromeySwitch to -Wimplicit-fallthrough=5
2023-11-29 Tom TromeyUse C++17 [[fallthrough]] attribute
2023-11-27 Tom TromeyIntroduce throw_winerror_with_name
2023-11-22 Andrew Burgessgdbserver: cleanup monitor_show_help
2023-11-21 Lancelot Sixgdb: Replace gdb::optional with std::optional
2023-11-15 Sam JamesFinalized intl-update patches (deux)
2023-11-14 Tom TromeyFilter invalid encodings from Linux thread names
2023-11-13 Pedro AlvesReport thread exit event for leader if reporting thread...
2023-11-13 Pedro Alvesgdbserver: Queue no-resumed event after thread exit
2023-11-13 Pedro AlvesImplement GDB_THREAD_OPTION_EXIT support for Linux...
2023-11-13 Pedro Alvesgdbserver/linux-low.cc: Ignore event_ptid if TARGET_WAI...
2023-11-13 Pedro Alvesall-stop/synchronous RSP support thread-exit events
2023-11-13 Pedro Alvesgdbserver: Hide and don't detach pending clone children
2023-11-13 Pedro AlvesThread options & clone events (Linux GDBserver)
2023-11-13 Pedro AlvesThread options & clone events (core + remote)
2023-11-13 Pedro AlvesSupport clone events in the remote protocol
2023-11-07 Tom TromeyRemove EXTERN_C and related defines
2023-10-28 Lancelot Sixgdb/gdbsupport/gdbserver: Require c++17
2023-10-28 Lancelot Sixgdb/ax_cxx_compile_stdcxx.m4: upgrade
2023-10-26 Andrew Burgessgdb: handle main thread exiting during detach
2023-10-25 Andrew Burgessgdbserver: don't leak program name in handle_v_run
2023-10-13 Tom TromeyMove -lsocket check to common.m4
2023-10-06 Andrew Burgessgdbserver: fix gdbserver builds after expedite_regs...
2023-10-06 Andrew Burgessgdbserver: cleanup in handle_v_run
2023-10-06 Andrew Burgessgdbserver: handle newlines in inferior arguments
2023-10-06 Andrew Burgessgdbserver: fix handling of trailing empty argument
2023-10-06 Andrew Burgessgdbserver: fix handling of single quote arguments
2023-10-04 Luis Machadosme2: Enable SME2 support in gdbserver
2023-10-04 Luis Machadosme: Add support for SME
2023-10-04 Luis Machadorefactor: Adjust expedited registers dynamically
2023-10-04 Luis MachadoConvert tdesc's expedite_regs to a string vector
2023-10-04 Luis Machadosme: Enable SME registers and pseudo-registers
2023-10-04 Luis Machadorefactor: Simplify SVE interface to read/write registers
2023-10-04 Luis Machadorefactor: Rename SVE-specific files
2023-09-20 Tom TromeyRemove explanatory comments from includes
2023-09-02 Simon Marchigdbserver: i387_cache_to_xsave: fix copy dest of zmm...
2023-08-30 Willgerodt, Felixgdbserver, linux-low: add a couple of nullptr assertions.
2023-08-28 John Baldwingdbserver: Fix style of struct declarations in i387...
2023-08-28 John Baldwingdbserver: Simplify handling of ZMM registers.
2023-08-28 Aleksandar Paunovicgdbserver: Use x86_xstate_layout to parse the XSAVE...
2023-08-28 Aleksandar Paunovicgdbserver: Refactor the legacy region within the xsave...
2023-08-28 John Baldwingdbserver: Add a function to set the XSAVE mask and...
2023-08-12 Kevin Buettnergdbserver: Reinstall software single-step breakpoints...
2023-07-10 Andrew Burgessgdbserver: handle all eval_result_type values in tracep...
2023-07-06 Pedro AlvesLinux: Avoid pread64/pwrite64 for high memory addresses...
2023-06-21 Tankut Baris Aktemurgdbserver: use target_waitstatus::to_string in 'prepare...
2023-06-05 Tom de Vries[gdb] Fix more typos
2023-06-03 Tom de Vries[gdb] Fix typos
2023-06-03 Tom de Vries[gdbserver] Fix typo in debug message
2023-05-08 John Baldwingdbserver: Clear upper ZMM registers in the right location.
2023-04-03 Andrew Burgessgdbserver: allow agent expressions to fail with invalid...
2023-04-03 Andrew Burgessgdbserver: allows agent_mem_read to return an error...
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 TromeyRemove struct buffer
2023-02-24 Tom TromeyDon't use struct buffer in handle_qxfer_threads
2023-02-24 Tom TromeyDon't use struct buffer in handle_qxfer_btrace
2023-02-24 Tom TromeyDon't use struct buffer in handle_qxfer_traceframe_info
2023-02-14 Tom TromeyDo not cast away const in agent_run_command
2023-02-11 Aaron MereyMove implementation of perror_with_name to gdbsupport
2023-02-01 Thiago Jung Bauermanngdbserver: Add PID parameter to linux_get_auxv and...
2023-02-01 Thiago Jung Bauermanngdbserver: Add assert in find_register_by_number
2023-01-18 Tom TromeyFix 'make TAGS' in gdbserver
2023-01-13 Andrew Burgessgdbserver: add comments to read_inferior_memory function
2023-01-11 Tom TromeySet _WIN32_WINNT in common.m4 configure check
2023-01-05 Simon Marchigdbsupport: move libxxhash configure check to gdbsupport
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2023-01-01 Joel BrobeckerUpdate copyright year in help message of gdb, 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
next