gdb: fix tab after space indentation issues
[binutils-gdb.git] / gdbserver /
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
2021-04-30 Tom TromeyUse nat/windows-nat function indirection code
2021-04-14 Tom TromeyRemove use of _WIN32_WCE
2021-04-13 Pedro AlvesRemove WinCE code from gdbreplay
2021-04-13 Tom TromeyRemove some unused typedefs from gdbserver
2021-04-13 Pedro AlvesRemove process_stratum_target::hostio_last_error abstra...
2021-04-12 Simon Marchigdb, gdbserver: remove WinCE support code
2021-04-12 Tankut Baris Aktemurgdbserver: constify the 'pid_to_exec_file' target op
2021-04-11 Eli ZaretskiiImprove support for loading DLLs at run time in gdbserver.
2021-03-30 Luis MachadoFix inverted logic bug
2021-03-24 Luis MachadoAArch64: Add gdbserver MTE support
2021-03-24 Luis MachadoAArch64: Add MTE register set support for GDB and gdbserver
2021-03-24 Luis MachadoAArch64: Add target description/feature for MTE registers
2021-03-24 Luis MachadoAArch64: Add MTE CPU feature check support
2021-03-24 Luis MachadoUnit tests for gdbserver memory tagging remote packets
2021-03-24 Luis MachadoGDBserver remote packet support for memory tagging
2021-03-22 Tankut Baris Aktemurgdbserver: convert the global dll list into a process_i...
2021-02-23 Simon Marchigdbserver: linux-low: make linux_process_target::filter...
2021-02-12 Tom TromeyAdd stdio support to gdbreplay
2021-02-12 Tom TromeyMinor constification in gdbreplay
2021-02-05 Paul E. Murphygnulib: update to 776af40e0
2021-02-03 Pedro Alvesgdbserver: spurious SIGTRAP w/ detach while step-over...
2021-02-03 Pedro AlvesFix a couple vStopped pending ack bugs
2021-01-21 Simon Marchigdb: make some variables static
2021-01-20 Tom de Vries[gdb/server] Don't overwrite fs/gs_base with -m32
2021-01-07 Tom de Vries[gdb/build] Fix gdbserver build with -fsanitize=address
2021-01-04 Simon Marchigdb: introduce scoped debug prints
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2021-01-01 Joel BrobeckerUpdate copyright year in version message for gdb, gdbse...
2020-12-16 Luis MachadoFix TBI handling for watchpoints
2020-12-11 Andrew Burgessgdbsupport: make use of safe-ctype functions from libiberty
2020-11-11 Andrew Burgessgdbserver: add missing --disable-packet options to...
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-31 Simon Marchigdbserver: replace AC_TRY_COMPILE in acinclude.m4
2020-10-31 Simon Marchigdbsupport: replace AC_TRY_COMPILE in common.m4
2020-10-31 Simon Marchigdbsupport: replace AC_TRY_COMPILE in warning.m4
2020-10-31 Simon Marchigdbsupport: replace AC_TRY_COMPILE in ptrace.m4
2020-10-31 Simon Marchigdbsupport: re-indent ptrace.m4
2020-10-31 Simon Marchigdbserver: modernize configure.ac
2020-10-31 Simon Marchigdb, gdbserver, gdbsupport: use AC_CANONICAL_{BUILD...
2020-10-26 Pedro Alvesgdb::handle_eintr, remove need to specify return type
2020-10-26 Simon Marchigdb: move ptrace.m4 to gdbsupport
2020-10-24 Simon Marchigdbserver: re-generate configure
2020-10-21 Simon Marchigdbserver: fix overlap in sprintf argument and buffer
2020-10-20 Tom TromeyFix undefined behavior in gdbserver
2020-10-13 Kamil RytarowskiRemove unneeded netbsd_add_process()
2020-10-09 Andrew Burgessgdb: Delay releasing target_desc_up in more cases
2020-10-09 Andrew Burgessgnulib: Ensure all libraries are used when building...
2020-10-08 Andrew Burgessgdb: Have allocate_target_description return a unique_ptr
2020-10-07 Tom TromeyRemove some dead code from handle_search_memory
2020-10-07 Tom TromeyUse simple_search_memory in gdbserver
2020-10-07 Simon Marchigdb: put user-supplied CFLAGS at the end
2020-10-07 Kamil RytarowskiAdd Makefile.in entry for "Add NetBSD/aarch64 gdbserver...
2020-10-07 Shahab Vahedigdb: Correct the ChageLog entry
2020-10-07 Anton Kolesovgdbserver: Add GNU/Linux support for ARC
2020-10-07 Kamil RytarowskiStop passing netbsd_process_target to local functions
2020-10-07 Kamil RytarowskiFix whitespace formatting
2020-10-07 Kamil RytarowskiAdd common write_memory and read_memory NetBSD routines
2020-10-07 Kamil RytarowskiAdd ChangeLog for "Add NetBSD/aarch64 gdbserver support"
2020-10-07 Kamil RytarowskiAdd NetBSD/aarch64 gdbserver support
2020-10-06 Shahab Vahedigdbserver: Remove unused argument in register_data()
2020-10-02 Simon Marchigdb: add debug prints in event loop
2020-10-02 Simon Marchigdb: give names to event loop file handlers
2020-10-01 Kamil RytarowskiAdd NetBSD/i386 gdbserver support
2020-10-01 Kamil RytarowskiRefactor the NetBSD amd64 gdbserver support
2020-09-24 Hannes DomaniHandle 64bit breakpoints of WOW64 processes as SIGINT
2020-09-18 Tom TromeyMake target_wait options use enum flags
2020-09-15 Tom TromeyUse arrays rather than pointers for global string constants
2020-09-14 Tom TromeyApply 'const' in more places
2020-09-10 Kamil RytarowskiAdd minimal and functional NetBSD/amd64 gdbserver
2020-08-13 Simon Marchigdb: allow specifying multiple filters when running...
2020-07-30 Rainer OrthUnify Solaris procfs and largefile handling
2020-07-26 Eli ZaretskiiDon't unnecessarily redefine 'socklen_t' type in MinGW...
2020-07-22 Pedro Alvesgdbserver: handle running threads in qXfer:threads...
2020-07-21 Simon Marchigdb, gdbserver: make stopped_pids global variables...
2020-07-17 Andrew Burgessgdb/riscv: delete target descriptions when gdb exits
2020-07-14 Simon Marchigdbserver: fix memory leak when handling qsupported...
2020-06-29 Tom de Vries[gdbserver] Add missing include of gdbsupport/agent.h
2020-06-23 Andrew Burgessgdb: Print compatible information within print_xml_feature
2020-06-22 Tankut Baris Aktemurgdbserver/linux-low: use std::list to store pending...
2020-06-17 Simon Marchigdb, gdbserver: remove ARM regdat files
2020-06-12 Simon Marchigdbserver: remove support for ARM/WinCE
2020-06-12 Simon Marchigdbserver: remove support for Tile
2020-06-12 Simon Marchigdbserver: remove support for M32R
2020-06-12 Simon Marchigdbserver: remove support for CRIS
2020-06-12 Simon Marchigdbserver: remove support for Blackfin
2020-06-12 Simon Marchigdbserver: remove support for Neutrino
2020-06-12 Simon Marchigdbserver: remove support for LynxOS
2020-06-12 Simon Marchigdbserver: small cleanup of README file
2020-06-12 Tom de Vries[gdbserver] Fix Wlto-type-mismatch for debug_agent
2020-05-27 Hannes DomaniDon't close process handle provided by WaitForDebugEvent
2020-05-25 Michael WeghornUse construct_inferior_arguments which handles special...
2020-05-25 Michael Weghornnto_process_target::create_inferior: Pass args as char **
next