aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2019-05-06Fix regression caused by recently added syscall restart codeKevin Buettner2-0/+7
2019-05-03On MS-Windows, define _WIN32_WINNT in a single common place.Eli Zaretskii3-8/+5
2019-04-19Use std::list for event notifications in gdbserverTom Tromey4-79/+78
2019-04-17gdbserver: Ensure all debug output uses debug functionsAlan Hayward5-4/+26
2019-04-17gdbserver: Add debug-file optionAlan Hayward4-3/+58
2019-04-17gdbserver: Move remote_debug to a single placeAlan Hayward7-16/+18
2019-04-10Fix amd64->i386 linux syscall restart problemKevin Buettner2-0/+18
2019-04-09Use find_thread_in_random in select_event_lwpTom Tromey2-31/+8
2019-04-08Replace throw_exception with throw in some casesTom Tromey2-2/+8
2019-04-08Rename gdb exception typesTom Tromey4-9/+15
2019-04-08Rewrite TRY/CATCHTom Tromey4-27/+24
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