aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2018-09-16Sort objects in gdb and gdbserver MakefilesSimon Marchi2-3/+9
2018-09-16gdbserver/Makefile.in: Remove ADD_DEPSSimon Marchi2-2/+6
2018-09-16Use GNU style for metasyntactic variables in gdbserverTom Tromey3-2/+9
2018-09-05Make -Wformat-nonliteral work with gccTom Tromey2-1/+14
2018-08-28Get rid of -Wodr warning (PR build/23399)Simon Marchi2-1/+8
2018-08-27Remove -Wno-narrowing from warnings.m4Tom Tromey2-1/+6
2018-08-27Avoid -Wnarrowing warnings in gdbserverTom Tromey2-19/+45
2018-08-22Restore behavior of disabling address randomization by default on GDBserverSimon Marchi2-1/+8
2018-07-22Remove some unused variablesSimon Marchi2-2/+6
2018-07-22Add -Wunused-variable to warnings.m4Tom Tromey2-2/+30
2018-07-22Remove unused variables from gdbserverTom Tromey6-9/+21
2018-07-13GDBserver: Pass process_info pointer to target_killPedro Alves9-40/+43
2018-07-13GDBserver: Pass process_info pointer to target_detach and target_joinPedro Alves8-46/+48
2018-07-11Implement IPv6 support for GDB/gdbserverSergio Durigan Junior4-65/+205
2018-07-11GDBserver: Don't assume a current process in D;PID implementation (PR gdb/23377)Pedro Alves4-24/+40
2018-07-11GDBserver: Fix "Cond. jump or move depends on uninit value" in x87 codePedro Alves4-46/+50
2018-07-04Warn if /proc is not accessiblegdb-8.2-branchpointVyacheslav Barinov2-0/+6
2018-07-03Remove ptid_equalTom Tromey10-44/+52
2018-07-03Remove ptid_matchTom Tromey2-3/+7
2018-07-03Remove ptid_is_pidTom Tromey2-2/+6
2018-07-03Remove ptid_get_tidTom Tromey2-2/+6
2018-07-03Remove ptid_get_lwpTom Tromey10-22/+34
2018-07-03Remove ptid_get_pidTom Tromey11-25/+38
2018-07-03Remove pid_to_ptidTom Tromey9-20/+31
2018-07-03Remove ptid_buildTom Tromey8-28/+38
2018-06-29Add missing parameter to 'amd64_create_target_description' (and unbreak build)Sergio Durigan Junior2-1/+6
2018-06-29x86_64-windows GDB crash due to fs_base/gs_base registersPedro Alves1-1/+1
2018-06-28Remove 2 excessive executable permission flagsJan Kratochvil2-0/+4
2018-06-19Bump to autoconf 2.69 and automake 1.15.1Simon Marchi5-514/+611
2018-06-18Remove current_traceframe declarationSimon Marchi2-2/+4
2018-06-18Ptrace support for AArch64 SVE gdbserverAlan Hayward2-3/+68
2018-06-18Ptrace support for Aarch64 SVEAlan Hayward2-0/+5
2018-06-11Enable Aarch64 SVE for gdbserverAlan Hayward6-14/+44
2018-06-11Increase gdbsever PBUFSIZAlan Hayward2-1/+5
2018-06-11Add regcache raw_compare methodAlan Hayward3-0/+22
2018-06-11Add reg_buffer_commonAlan Hayward3-23/+66
2018-06-09Remove use of queue.h from gdbserver/event-loop.cTom Tromey2-22/+20
2018-06-08Add missing client_state struct references to win target.Stan Cox2-1/+7
2018-06-08Make gdbreplay use more common routinesPedro Alves3-37/+52
2018-06-08Remove cleanups from btrace codeTom Tromey2-10/+7
2018-06-04Add client_state struct.Stan Cox9-374/+451
2018-05-31Function for reading the Aarch64 SVE vector lengthAlan Hayward2-0/+5
2018-05-31Add Aarch64 SVE target descriptionAlan Hayward2-1/+7
2018-05-25MIPS/Linux: Correct o32 core file FGR interpretationMaciej W. Rozycki1-0/+5
2018-05-23Improve File I/O overflow detection in gdbserver (PR server/23198)Erik Kurzinger2-4/+15
2018-05-22MIPS/gdbserver: Correctly handle narrow big-endian register transfersMaciej W. Rozycki2-4/+52
2018-05-22[PowerPC] Fix access to VSCR in linux targetsPedro Franco de Carvalho2-2/+27
2018-05-22[PowerPC] Consolidate linux vector regset sizesPedro Franco de Carvalho2-6/+8
2018-05-22[PowerPC] Disable regsets using zero sizes in gdbserverPedro Franco de Carvalho2-21/+36
2018-05-22[PowerPC] Consolidate wordsize getter between native and gdbserverPedro Franco de Carvalho2-26/+11