aboutsummaryrefslogtreecommitdiff
path: root/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2020-09-15Use arrays rather than pointers for global string constantsTom Tromey2-2/+7
2020-09-14Apply 'const' in more placesTom Tromey3-2/+7
2020-09-10Add minimal and functional NetBSD/amd64 gdbserverKamil Rytarowski6-0/+1686
2020-08-13gdb: allow specifying multiple filters when running selftestsSimon Marchi2-3/+16
2020-07-30Unify Solaris procfs and largefile handlingRainer Orth3-25/+39
2020-07-26Don't unnecessarily redefine 'socklen_t' type in MinGW builds.Eli Zaretskii4-4/+23
2020-07-22gdbserver: handle running threads in qXfer:threads:readPedro Alves5-13/+68
2020-07-21gdb, gdbserver: make stopped_pids global variables staticSimon Marchi2-1/+5
2020-07-17gdb/riscv: delete target descriptions when gdb exitsAndrew Burgess3-1/+17
2020-07-13gdbserver: fix memory leak when handling qsupported packetSimon Marchi5-41/+42
2020-06-29[gdbserver] Add missing include of gdbsupport/agent.hTom de Vries2-0/+5
2020-06-23gdb: Print compatible information within print_xml_featureAndrew Burgess2-0/+27
2020-06-22gdbserver/linux-low: use std::list to store pending signalsTankut Baris Aktemur3-76/+72
2020-06-17gdb, gdbserver: remove ARM regdat filesSimon Marchi2-3/+5
2020-06-12gdbserver: remove support for ARM/WinCESimon Marchi9-338/+37
2020-06-12gdbserver: remove support for TileSimon Marchi4-234/+6
2020-06-12gdbserver: remove support for M32RSimon Marchi4-169/+6
2020-06-12gdbserver: remove support for CRISSimon Marchi5-653/+6
2020-06-12gdbserver: remove support for BlackfinSimon Marchi5-184/+7
2020-06-12gdbserver: remove support for NeutrinoSimon Marchi8-1224/+8
2020-06-12gdbserver: remove support for LynxOSSimon Marchi8-1409/+8
2020-06-12gdbserver: small cleanup of README fileSimon Marchi2-34/+21
2020-06-12[gdbserver] Fix Wlto-type-mismatch for debug_agentTom de Vries1-1/+1
2020-05-27Don't close process handle provided by WaitForDebugEventHannes Domani2-4/+21
2020-05-25Use construct_inferior_arguments which handles special charsMichael Weghorn5-4/+17
2020-05-25nto_process_target::create_inferior: Pass args as char **Michael Weghorn2-2/+6
2020-05-25gdbserver: Don't add extra NULL to program argsMichael Weghorn2-2/+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 Aktemur2-4/+10
2020-05-15Enable hardware breakpoints for gdbserver on WindowsHannes Domani2-0/+10
2020-04-30Implement debugging of WOW64 processes in gdbserverHannes Domani6-62/+404
2020-04-27gdb, gdbserver: remove configure check for fs_base/gs_base in user_regs_structSimon Marchi5-71/+9
2020-04-22Fix search of large memory area in gdbserverHannes Domani2-1/+6
2020-04-16Fix Cygwin gdb buildTom Tromey2-0/+13
2020-04-15gdbserver: fix format string warning in win32-low.ccSimon Marchi2-1/+5
2020-04-13Remove gdb_fildes_tTom Tromey5-31/+15
2020-04-13Switch gdbserver to gdbsupport event loopTom Tromey7-628/+60
2020-04-13Implement event-loop glue for gdbserverTom Tromey2-0/+41
2020-04-13Move event-loop configury to common.m4Tom Tromey3-2/+19
2020-04-08Add pending stop support to gdbserver's Windows portTom Tromey2-3/+38
2020-04-08Implement stopped_by_sw_breakpoint for Windows gdbserverTom Tromey3-12/+75
2020-04-08Introduce win32_target_ops::decr_pc_after_breakTom Tromey4-0/+13
2020-04-08Add read_pc / write_pc support to win32-lowTom Tromey5-0/+103
2020-04-08Move wait_for_debug_event to nat/windows-nat.cTom Tromey2-3/+8
2020-04-08Share some inferior-related Windows codeTom Tromey2-6/+5
2020-04-08Share handle_exceptionTom Tromey2-115/+25
2020-04-08Share handle_load_dll and handle_unload_dll declarationsTom Tromey2-16/+13
2020-04-08Normalize handle_output_debug_string APITom Tromey2-9/+18
2020-04-08Share some Windows-related globalsTom Tromey2-8/+6
2020-04-08Share get_image_name between gdb and gdbserverTom Tromey2-50/+6