aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2019-04-08Make exceptions use std::string and be self-managingTom Tromey3-7/+15
2019-04-05Use linux_get_auxv to get AT_PHDR in the PPC stubPedro Franco de Carvalho4-12/+41
2019-04-05Use upper-case for metasyntactic in gdbserver helpTom Tromey2-2/+7
2019-03-28gdbserver: Ensure AT_HWCAP2 is definedAlan Hayward2-0/+8
2019-03-26gdbserver: Add linux_get_hwcapAlan Hayward7-122/+79
2019-03-22AArch64: gdbserver: read pauth registersAlan Hayward4-6/+40
2019-03-22AArch64: Use HWCAP to detect pauth featureAlan Hayward2-2/+38
2019-03-22AArch64: Add pointer authentication featureAlan Hayward6-12/+24
2019-03-12Support the fs_base and gs_base registers on i386.John Baldwin5-4/+12
2019-03-12Change iterate_over_lwps to take a gdb::function_viewTom Tromey2-3/+6
2019-03-06Remove last cleanup from gdbserverTom Tromey2-5/+11
2019-03-04Use '$enable_unittest' instead of '$development' on gdbserver/configure.srv (...Sergio Durigan Junior2-1/+7
2019-03-02Fix GDB compilation on MinGW (PR gdb/24292)Eli Zaretskii2-4/+10
2019-02-27Handle \r\n in gdbreplayTom Tromey2-2/+22
2019-02-07gdbserver: When attaching, add process before lwpsAlan Hayward3-3/+12
2019-02-07Normalize include guards in gdbTom Tromey31-61/+142
2019-01-30[PR gdb/23985] Fix libinproctrace.so buildSzabolcs Nagy2-0/+12
2019-01-28Revert "gdbserver: When attaching, add process before lwps"Alan Hayward1-2/+2
2019-01-28gdbserver: When attaching, add process before lwpsAlan Hayward1-2/+2
2019-01-25Don't use -I for common subdirectoryTom Tromey2-1/+5
2019-01-25Normalize includes to use common/Tom Tromey30-67/+100
2019-01-21Remove duplicate or commented-out #includesTom Tromey4-3/+6
2019-01-01update copyright year printed by gdb, gdbserver and gdbreplayJoel Brobecker3-2/+8
2019-01-01Update copyright year range in all GDB files.Joel Brobecker96-96/+96
2018-12-05AArch64: Racy: Don't set empty set of hardware BPs/WPs on new threadAlan Hayward2-2/+6
2018-11-29Fix use-after-free in gdbserverTom Tromey7-14/+29
2018-11-23gdbserver: AArch64: Remove cannot_fetch/store_registerAlan Hayward2-18/+8
2018-10-31[PowerPC] Include nat/linux-ptrace.h in native targetsPedro Franco de Carvalho2-0/+5
2018-10-29Revert "GDBSERVER: Listen on a unix domain (instead of TCP) socket if request...Simon Marchi2-114/+47
2018-10-26[PowerPC] Add support for HTM registersEdjunior Barbosa Machado5-2/+279
2018-10-26[PowerPC] Add support for EBB and PMU registersEdjunior Barbosa Machado3-1/+85
2018-10-26[PowerPC] Add support for TAREdjunior Barbosa Machado5-2/+84
2018-10-26[PowerPC] Add support for PPR and DSCREdjunior Barbosa Machado5-1/+150
2018-10-26[PowerPC] Don't zero-initialize vector register buffersPedro Franco de Carvalho2-4/+4
2018-10-23GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested.John Darrington2-47/+114
2018-10-10Add parameter to allow enabling/disabling selftests via configureSergio Durigan Junior6-8/+46
2018-10-04Add -Wshadow=localTom Tromey2-1/+6
2018-10-04Avoid shadowing in gdbserverTom Tromey4-21/+31
2018-10-01Move duplicated code to common/gdb_proc_service.hGary Benson2-150/+6
2018-10-01gdb_proc_service.h comment and whitespace synchronizationGary Benson2-8/+37
2018-09-25Remove dead code from gdbserver's configureTom Tromey3-11/+5
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