aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2020-09-15Use arrays rather than pointers for global string constantsTom Tromey1-0/+5
2020-09-14Apply 'const' in more placesTom Tromey1-0/+5
2020-09-10Add minimal and functional NetBSD/amd64 gdbserverKamil Rytarowski1-0/+9
2020-08-13gdb: allow specifying multiple filters when running selftestsSimon Marchi1-0/+5
2020-07-30Unify Solaris procfs and largefile handlingRainer Orth1-0/+4
2020-07-26Don't unnecessarily redefine 'socklen_t' type in MinGW builds.Eli Zaretskii1-0/+8
2020-07-22gdbserver: handle running threads in qXfer:threads:readPedro Alves1-0/+11
2020-07-21gdb, gdbserver: make stopped_pids global variables staticSimon Marchi1-0/+4
2020-07-17gdb/riscv: delete target descriptions when gdb exitsAndrew Burgess1-0/+6
2020-07-13gdbserver: fix memory leak when handling qsupported packetSimon Marchi1-0/+13
2020-06-29[gdbserver] Add missing include of gdbsupport/agent.hTom de Vries1-0/+4
2020-06-23gdb: Print compatible information within print_xml_featureAndrew Burgess1-0/+6
2020-06-22gdbserver/linux-low: use std::list to store pending signalsTankut Baris Aktemur1-0/+20
2020-06-17gdb, gdbserver: remove ARM regdat filesSimon Marchi1-0/+5
2020-06-12gdbserver: remove support for ARM/WinCESimon Marchi1-0/+8
2020-06-12gdbserver: remove support for TileSimon Marchi1-0/+6
2020-06-12gdbserver: remove support for M32RSimon Marchi1-0/+6
2020-06-12gdbserver: remove support for CRISSimon Marchi1-0/+6
2020-06-12gdbserver: remove support for BlackfinSimon Marchi1-0/+7
2020-06-12gdbserver: remove support for NeutrinoSimon Marchi1-0/+8
2020-06-12gdbserver: remove support for LynxOSSimon Marchi1-0/+8
2020-06-12gdbserver: small cleanup of README fileSimon Marchi1-0/+4
2020-05-27Don't close process handle provided by WaitForDebugEventHannes Domani1-0/+6
2020-05-25Use construct_inferior_arguments which handles special charsMichael Weghorn1-0/+13
2020-05-25nto_process_target::create_inferior: Pass args as char **Michael Weghorn1-0/+5
2020-05-25gdbserver: Don't add extra NULL to program argsMichael Weghorn1-0/+5
2020-05-23Use safe-ctype.h (ISSPACE etc.) in symbol parsing & comparisonPedro Alves1-0/+4
2020-05-16gdbserver/linux-ia64-low: fix a build-breaking typoTankut Baris Aktemur1-0/+6
2020-05-15Enable hardware breakpoints for gdbserver on WindowsHannes Domani1-0/+7
2020-04-30Implement debugging of WOW64 processes in gdbserverHannes Domani1-0/+32
2020-04-27gdb, gdbserver: remove configure check for fs_base/gs_base in user_regs_structSimon Marchi1-0/+9
2020-04-22Fix search of large memory area in gdbserverHannes Domani1-0/+5
2020-04-16Fix Cygwin gdb buildTom Tromey1-0/+5
2020-04-15gdbserver: fix format string warning in win32-low.ccSimon Marchi1-0/+4
2020-04-13Remove gdb_fildes_tTom Tromey1-0/+10
2020-04-13Switch gdbserver to gdbsupport event loopTom Tromey1-0/+16
2020-04-13Implement event-loop glue for gdbserverTom Tromey1-0/+6
2020-04-13Move event-loop configury to common.m4Tom Tromey1-0/+5
2020-04-08Add pending stop support to gdbserver's Windows portTom Tromey1-0/+7
2020-04-08Implement stopped_by_sw_breakpoint for Windows gdbserverTom Tromey1-0/+16
2020-04-08Introduce win32_target_ops::decr_pc_after_breakTom Tromey1-0/+7
2020-04-08Add read_pc / write_pc support to win32-lowTom Tromey1-0/+13
2020-04-08Move wait_for_debug_event to nat/windows-nat.cTom Tromey1-0/+5
2020-04-08Share some inferior-related Windows codeTom Tromey1-0/+4
2020-04-08Share handle_exceptionTom Tromey1-0/+8
2020-04-08Share handle_load_dll and handle_unload_dll declarationsTom Tromey1-0/+7
2020-04-08Normalize handle_output_debug_string APITom Tromey1-0/+6
2020-04-08Share some Windows-related globalsTom Tromey1-0/+6
2020-04-08Share get_image_name between gdb and gdbserverTom Tromey1-0/+5
2020-04-08Share thread_rec between gdb and gdbserverTom Tromey1-0/+8