summaryrefslogtreecommitdiff
path: root/gdbserver
Commit message (Expand)AuthorAgeFilesLines
* [gdb/build] Fix gdbserver build with -fsanitize=addressTom de Vries2021-01-072-2/+18
* gdb: introduce scoped debug printsSimon Marchi2021-01-042-0/+8
* Update copyright year range in all GDB filesJoel Brobecker2021-01-0188-88/+88
* Update copyright year in version message for gdb, gdbserver and gdbreplayJoel Brobecker2021-01-013-2/+7
* Fix TBI handling for watchpointsLuis Machado2020-12-162-1/+28
* gdbsupport: make use of safe-ctype functions from libibertyAndrew Burgess2020-12-112-1/+5
* gdbserver: add missing --disable-packet options to help textAndrew Burgess2020-11-112-2/+8
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-0213-32/+47
* gdbserver: replace AC_TRY_COMPILE in acinclude.m4Simon Marchi2020-10-313-25/+33
* gdbsupport: replace AC_TRY_COMPILE in common.m4Simon Marchi2020-10-312-4/+11
* gdbsupport: replace AC_TRY_COMPILE in warning.m4Simon Marchi2020-10-312-3/+8
* gdbsupport: replace AC_TRY_COMPILE in ptrace.m4Simon Marchi2020-10-312-1/+10
* gdbsupport: re-indent ptrace.m4Simon Marchi2020-10-312-27/+32
* gdbserver: modernize configure.acSimon Marchi2020-10-313-43/+94
* gdb, gdbserver, gdbsupport: use AC_CANONICAL_{BUILD,HOST,TARGET} instead of A...Simon Marchi2020-10-313-2/+19
* gdb::handle_eintr, remove need to specify return typePedro Alves2020-10-262-5/+11
* gdb: move ptrace.m4 to gdbsupportSimon Marchi2020-10-252-1/+5
* gdbserver: re-generate configureSimon Marchi2020-10-243-2/+21
* gdbserver: fix overlap in sprintf argument and bufferSimon Marchi2020-10-212-2/+9
* Fix undefined behavior in gdbserverTom Tromey2020-10-202-1/+7
* Remove unneeded netbsd_add_process()Kamil Rytarowski2020-10-132-14/+7
* gdb: Delay releasing target_desc_up in more casesAndrew Burgess2020-10-092-3/+8
* gnulib: Ensure all libraries are used when building gdb/gdbserverAndrew Burgess2020-10-092-6/+10
* gdb: Have allocate_target_description return a unique_ptrAndrew Burgess2020-10-085-16/+28
* Remove some dead code from handle_search_memoryTom Tromey2020-10-072-7/+6
* Use simple_search_memory in gdbserverTom Tromey2020-10-072-107/+11
* gdb: put user-supplied CFLAGS at the endSimon Marchi2020-10-072-3/+20
* Add Makefile.in entry for "Add NetBSD/aarch64 gdbserver support"Kamil Rytarowski2020-10-071-0/+1
* gdb: Correct the ChageLog entryShahab Vahedi2020-10-071-1/+1
* gdbserver: Add GNU/Linux support for ARCAnton Kolesov2020-10-074-0/+437
* Stop passing netbsd_process_target to local functionsKamil Rytarowski2020-10-072-22/+29
* Fix whitespace formattingKamil Rytarowski2020-10-073-7/+12
* Add common write_memory and read_memory NetBSD routinesKamil Rytarowski2020-10-072-59/+7
* Add ChangeLog for "Add NetBSD/aarch64 gdbserver support"Kamil Rytarowski2020-10-071-0/+6
* Add NetBSD/aarch64 gdbserver supportKamil Rytarowski2020-10-072-0/+119
* gdbserver: Remove unused argument in register_data()Shahab Vahedi2020-10-062-7/+11
* gdb: add debug prints in event loopSimon Marchi2020-10-022-0/+23
* gdb: give names to event loop file handlersSimon Marchi2020-10-023-5/+15
* Add NetBSD/i386 gdbserver supportKamil Rytarowski2020-10-024-0/+170
* Refactor the NetBSD amd64 gdbserver supportKamil Rytarowski2020-10-024-46/+67
* Handle 64bit breakpoints of WOW64 processes as SIGINTHannes Domani2020-09-243-6/+5
* Make target_wait options use enum flagsTom Tromey2020-09-189-16/+34
* Use arrays rather than pointers for global string constantsTom Tromey2020-09-152-2/+7
* Apply 'const' in more placesTom Tromey2020-09-143-2/+7
* Add minimal and functional NetBSD/amd64 gdbserverKamil Rytarowski2020-09-106-0/+1686
* gdb: allow specifying multiple filters when running selftestsSimon Marchi2020-08-132-3/+16
* Unify Solaris procfs and largefile handlingRainer Orth2020-07-303-25/+39
* Don't unnecessarily redefine 'socklen_t' type in MinGW builds.Eli Zaretskii2020-07-264-4/+23
* gdbserver: handle running threads in qXfer:threads:readPedro Alves2020-07-225-13/+68
* gdb, gdbserver: make stopped_pids global variables staticSimon Marchi2020-07-212-1/+5