aboutsummaryrefslogtreecommitdiff
path: root/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2023-08-11[Morello/gdbserver] Fix incorrect vector resize operationLuis Machado1-2/+5
2022-08-03Improve Morello feature detectionLuis Machado1-5/+15
2022-07-22[Morello GDB] Fix bug in conditional definition of morello structsLuis Machado1-3/+4
2022-05-19Teach gdbserver about 32-byte auxv entries for the PCuABILuis Machado5-126/+231
2022-01-14Improve error messages for capability reads/writes to memoryLuis Machado1-9/+2
2022-01-14Improve GDBserver ptrace error messageLuis Machado3-6/+18
2021-12-20Workaround GDBserver register cache managementLuis Machado2-0/+35
2021-12-20Handle C regset write warnings better in GDBServerLuis Machado3-36/+74
2021-12-20New --enable-threading configure option to control use of threads in GDB/GDBs...Luis Machado1-1/+23
2021-09-02Support linkmap offsets for the AAPCS64-CAP ABILuis Machado3-42/+99
2021-06-24Print additional information on capability store errorsLuis Machado2-1/+7
2021-03-17Enable capability writes to memoryLuis Machado3-8/+44
2021-01-15Enable Morello register set writesLuis Machado2-2/+37
2021-01-15Read capability tags from memoryLuis Machado6-0/+97
2021-01-15Add PTRACE_POKECAP request and move things to a Morello-specific fileLuis Machado2-0/+5
2020-12-08Invert CSP/PCC and simplify access to C register numbersLuis Machado2-1/+5
2020-10-20[Morello] Add capability register set supportLuis Machado2-1/+47
2020-10-20[Morello] Generate target descriptions based on runtime capability feature ch...Luis Machado5-9/+24
2020-10-13Remove unneeded netbsd_add_process()Kamil Rytarowski2-14/+7
2020-10-09gdb: Delay releasing target_desc_up in more casesAndrew Burgess2-3/+8
2020-10-09gnulib: Ensure all libraries are used when building gdb/gdbserverAndrew Burgess2-6/+10
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