aboutsummaryrefslogtreecommitdiff
path: root/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2021-02-05gnulib: update to 776af40e0Paul E. Murphy3-1/+12
2021-02-03gdbserver: spurious SIGTRAP w/ detach while step-over in progressPedro Alves2-1/+33
2021-02-03Fix a couple vStopped pending ack bugsPedro Alves2-0/+14
2021-01-20gdb: make some variables staticSimon Marchi6-15/+27
2021-01-20[gdb/server] Don't overwrite fs/gs_base with -m32Tom de Vries2-22/+38
2021-01-07[gdb/build] Fix gdbserver build with -fsanitize=addressTom de Vries2-2/+18
2021-01-04gdb: introduce scoped debug printsSimon Marchi2-0/+8
2021-01-01Update copyright year range in all GDB filesJoel Brobecker88-88/+88
2021-01-01Update copyright year in version message for gdb, gdbserver and gdbreplayJoel Brobecker3-2/+7
2020-12-16Fix TBI handling for watchpointsLuis Machado2-1/+28
2020-12-11gdbsupport: make use of safe-ctype functions from libibertyAndrew Burgess2-1/+5
2020-11-11gdbserver: add missing --disable-packet options to help textAndrew Burgess2-2/+8
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi13-32/+47
2020-10-31gdbserver: replace AC_TRY_COMPILE in acinclude.m4Simon Marchi3-25/+33
2020-10-31gdbsupport: replace AC_TRY_COMPILE in common.m4Simon Marchi2-4/+11
2020-10-31gdbsupport: replace AC_TRY_COMPILE in warning.m4Simon Marchi2-3/+8
2020-10-31gdbsupport: replace AC_TRY_COMPILE in ptrace.m4Simon Marchi2-1/+10
2020-10-31gdbsupport: re-indent ptrace.m4Simon Marchi2-27/+32
2020-10-31gdbserver: modernize configure.acSimon Marchi3-43/+94
2020-10-31gdb, gdbserver, gdbsupport: use AC_CANONICAL_{BUILD,HOST,TARGET} instead of A...Simon Marchi3-2/+19
2020-10-26gdb::handle_eintr, remove need to specify return typePedro Alves2-5/+11
2020-10-25gdb: move ptrace.m4 to gdbsupportSimon Marchi2-1/+5
2020-10-24gdbserver: re-generate configureSimon Marchi3-2/+21
2020-10-21gdbserver: fix overlap in sprintf argument and bufferSimon Marchi2-2/+9
2020-10-20Fix undefined behavior in gdbserverTom Tromey2-1/+7
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