summaryrefslogtreecommitdiff
path: root/gdb/gdbserver
Commit message (Expand)AuthorAgeFilesLines
* AArch64: gdbserver: read pauth registersAlan Hayward2019-03-224-6/+40
* AArch64: Use HWCAP to detect pauth featureAlan Hayward2019-03-222-2/+38
* AArch64: Add pointer authentication featureAlan Hayward2019-03-226-12/+24
* Support the fs_base and gs_base registers on i386.John Baldwin2019-03-125-4/+12
* Change iterate_over_lwps to take a gdb::function_viewTom Tromey2019-03-122-3/+6
* Remove last cleanup from gdbserverTom Tromey2019-03-062-5/+11
* Use '$enable_unittest' instead of '$development' on gdbserver/configure.srv (...Sergio Durigan Junior2019-03-042-1/+7
* Fix GDB compilation on MinGW (PR gdb/24292)Eli Zaretskii2019-03-022-4/+10
* Handle \r\n in gdbreplayTom Tromey2019-02-272-2/+22
* gdbserver: When attaching, add process before lwpsAlan Hayward2019-02-073-3/+12
* Normalize include guards in gdbTom Tromey2019-02-0731-61/+142
* [PR gdb/23985] Fix libinproctrace.so buildSzabolcs Nagy2019-01-302-0/+12
* Revert "gdbserver: When attaching, add process before lwps"Alan Hayward2019-01-281-2/+2
* gdbserver: When attaching, add process before lwpsAlan Hayward2019-01-281-2/+2
* Don't use -I for common subdirectoryTom Tromey2019-01-252-1/+5
* Normalize includes to use common/Tom Tromey2019-01-2530-67/+100
* Remove duplicate or commented-out #includesTom Tromey2019-01-214-3/+6
* update copyright year printed by gdb, gdbserver and gdbreplayJoel Brobecker2019-01-013-2/+8
* Update copyright year range in all GDB files.Joel Brobecker2019-01-0196-96/+96
* AArch64: Racy: Don't set empty set of hardware BPs/WPs on new threadAlan Hayward2018-12-052-2/+6
* Fix use-after-free in gdbserverTom Tromey2018-11-297-14/+29
* gdbserver: AArch64: Remove cannot_fetch/store_registerAlan Hayward2018-11-232-18/+8
* [PowerPC] Include nat/linux-ptrace.h in native targetsPedro Franco de Carvalho2018-10-312-0/+5
* Revert "GDBSERVER: Listen on a unix domain (instead of TCP) socket if request...Simon Marchi2018-10-292-114/+47
* [PowerPC] Add support for HTM registersEdjunior Barbosa Machado2018-10-265-2/+279
* [PowerPC] Add support for EBB and PMU registersEdjunior Barbosa Machado2018-10-263-1/+85
* [PowerPC] Add support for TAREdjunior Barbosa Machado2018-10-265-2/+84
* [PowerPC] Add support for PPR and DSCREdjunior Barbosa Machado2018-10-265-1/+150
* [PowerPC] Don't zero-initialize vector register buffersPedro Franco de Carvalho2018-10-262-4/+4
* GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested.John Darrington2018-10-232-47/+114
* Add parameter to allow enabling/disabling selftests via configureSergio Durigan Junior2018-10-106-8/+46
* Add -Wshadow=localTom Tromey2018-10-042-1/+6
* Avoid shadowing in gdbserverTom Tromey2018-10-044-21/+31
* Move duplicated code to common/gdb_proc_service.hGary Benson2018-10-012-150/+6
* gdb_proc_service.h comment and whitespace synchronizationGary Benson2018-10-012-8/+37
* Remove dead code from gdbserver's configureTom Tromey2018-09-253-11/+5
* Sort objects in gdb and gdbserver MakefilesSimon Marchi2018-09-162-3/+9
* gdbserver/Makefile.in: Remove ADD_DEPSSimon Marchi2018-09-162-2/+6
* Use GNU style for metasyntactic variables in gdbserverTom Tromey2018-09-163-2/+9
* Make -Wformat-nonliteral work with gccTom Tromey2018-09-052-1/+14
* Get rid of -Wodr warning (PR build/23399)Simon Marchi2018-08-282-1/+8
* Remove -Wno-narrowing from warnings.m4Tom Tromey2018-08-272-1/+6
* Avoid -Wnarrowing warnings in gdbserverTom Tromey2018-08-272-19/+45
* Restore behavior of disabling address randomization by default on GDBserverSimon Marchi2018-08-222-1/+8
* Remove some unused variablesSimon Marchi2018-07-222-2/+6
* Add -Wunused-variable to warnings.m4Tom Tromey2018-07-222-2/+30
* Remove unused variables from gdbserverTom Tromey2018-07-226-9/+21
* GDBserver: Pass process_info pointer to target_killPedro Alves2018-07-139-40/+43
* GDBserver: Pass process_info pointer to target_detach and target_joinPedro Alves2018-07-138-46/+48
* Implement IPv6 support for GDB/gdbserverSergio Durigan Junior2018-07-114-65/+205