gdb: use std::vector for temporary linetable_entry array in arrange_linetable
[binutils-gdb.git] / gdbserver /
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 **
2020-05-25 Michael Weghorngdbserver: Don't add extra NULL to program args
2020-05-23 Pedro AlvesUse safe-ctype.h (ISSPACE etc.) in symbol parsing ...
2020-05-16 Tankut Baris Aktemurgdbserver/linux-ia64-low: fix a build-breaking typo
2020-05-15 Hannes DomaniEnable hardware breakpoints for gdbserver on Windows
2020-04-30 Hannes DomaniImplement debugging of WOW64 processes in gdbserver
2020-04-27 Simon Marchigdb, gdbserver: remove configure check for fs_base...
2020-04-22 Hannes DomaniFix search of large memory area in gdbserver
2020-04-16 Tom TromeyFix Cygwin gdb build
2020-04-16 Simon Marchigdbserver: fix format string warning in win32-low.cc
2020-04-13 Tom TromeyRemove gdb_fildes_t
2020-04-13 Tom TromeySwitch gdbserver to gdbsupport event loop
2020-04-13 Tom TromeyImplement event-loop glue for gdbserver
2020-04-13 Tom TromeyMove event-loop configury to common.m4
2020-04-08 Tom TromeyAdd pending stop support to gdbserver's Windows port
2020-04-08 Tom TromeyImplement stopped_by_sw_breakpoint for Windows gdbserver
2020-04-08 Tom TromeyIntroduce win32_target_ops::decr_pc_after_break
2020-04-08 Tom TromeyAdd read_pc / write_pc support to win32-low
2020-04-08 Tom TromeyMove wait_for_debug_event to nat/windows-nat.c
2020-04-08 Tom TromeyShare some inferior-related Windows code
2020-04-08 Tom TromeyShare handle_exception
2020-04-08 Tom TromeyShare handle_load_dll and handle_unload_dll declarations
2020-04-08 Tom TromeyNormalize handle_output_debug_string API
2020-04-08 Tom TromeyShare some Windows-related globals
2020-04-08 Tom TromeyShare get_image_name between gdb and gdbserver
2020-04-08 Tom TromeyShare thread_rec between gdb and gdbserver
2020-04-08 Tom TromeyWrap shared windows-nat code in windows_nat namespace
2020-04-08 Tom TromeyCall CloseHandle from ~windows_thread_info
2020-04-08 Tom TromeyShare Windows thread-suspend and -resume code
2020-04-08 Tom TromeyChange two windows_thread_info members to "bool"
2020-04-08 Tom TromeyUse new and delete for windows_thread_info
2020-04-08 Tom TromeyShare windows_thread_info between gdb and gdbserver
2020-04-08 Tom TromeyRename win32_thread_info to windows_thread_info
2020-04-02 Tankut Baris Aktemurgdbserver/linux-low: delete 'linux_target_ops' and...
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...
next