aboutsummaryrefslogtreecommitdiff
path: root/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2020-10-08gdb: Have allocate_target_description return a unique_ptrAndrew Burgess5-16/+28
2020-10-07Remove some dead code from handle_search_memoryTom Tromey2-7/+6
2020-10-07Use simple_search_memory in gdbserverTom Tromey2-107/+11
2020-10-07gdb: put user-supplied CFLAGS at the endSimon Marchi2-3/+20
2020-10-07Add Makefile.in entry for "Add NetBSD/aarch64 gdbserver support"Kamil Rytarowski1-0/+1
2020-10-07gdb: Correct the ChageLog entryShahab Vahedi1-1/+1
2020-10-07gdbserver: Add GNU/Linux support for ARCAnton Kolesov4-0/+437
2020-10-07Stop passing netbsd_process_target to local functionsKamil Rytarowski2-22/+29
2020-10-07Fix whitespace formattingKamil Rytarowski3-7/+12
2020-10-07Add common write_memory and read_memory NetBSD routinesKamil Rytarowski2-59/+7
2020-10-07Add ChangeLog for "Add NetBSD/aarch64 gdbserver support"Kamil Rytarowski1-0/+6
2020-10-07Add NetBSD/aarch64 gdbserver supportKamil Rytarowski2-0/+119
2020-10-06gdbserver: Remove unused argument in register_data()Shahab Vahedi2-7/+11
2020-10-02gdb: add debug prints in event loopSimon Marchi2-0/+23
2020-10-02gdb: give names to event loop file handlersSimon Marchi3-5/+15
2020-10-02Add NetBSD/i386 gdbserver supportKamil Rytarowski4-0/+170
2020-10-02Refactor the NetBSD amd64 gdbserver supportKamil Rytarowski4-46/+67
2020-09-24Handle 64bit breakpoints of WOW64 processes as SIGINTHannes Domani3-6/+5
2020-09-18Make target_wait options use enum flagsTom Tromey9-16/+34
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