summaryrefslogtreecommitdiff
path: root/gdb/gdbserver
Commit message (Expand)AuthorAgeFilesLines
* 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
* GDBserver: Don't assume a current process in D;PID implementation (PR gdb/23377)Pedro Alves2018-07-114-24/+40
* GDBserver: Fix "Cond. jump or move depends on uninit value" in x87 codePedro Alves2018-07-114-46/+50
* Warn if /proc is not accessiblegdb-8.2-branchpointVyacheslav Barinov2018-07-042-0/+6
* Remove ptid_equalTom Tromey2018-07-0310-44/+52
* Remove ptid_matchTom Tromey2018-07-032-3/+7
* Remove ptid_is_pidTom Tromey2018-07-032-2/+6
* Remove ptid_get_tidTom Tromey2018-07-032-2/+6
* Remove ptid_get_lwpTom Tromey2018-07-0310-22/+34
* Remove ptid_get_pidTom Tromey2018-07-0311-25/+38
* Remove pid_to_ptidTom Tromey2018-07-039-20/+31
* Remove ptid_buildTom Tromey2018-07-038-28/+38
* Add missing parameter to 'amd64_create_target_description' (and unbreak build)Sergio Durigan Junior2018-06-292-1/+6
* x86_64-windows GDB crash due to fs_base/gs_base registersPedro Alves2018-06-291-1/+1
* Remove 2 excessive executable permission flagsJan Kratochvil2018-06-282-0/+4
* Bump to autoconf 2.69 and automake 1.15.1Simon Marchi2018-06-195-514/+611
* Remove current_traceframe declarationSimon Marchi2018-06-182-2/+4
* Ptrace support for AArch64 SVE gdbserverAlan Hayward2018-06-182-3/+68
* Ptrace support for Aarch64 SVEAlan Hayward2018-06-182-0/+5