aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2017-06-09Include <signal.h> on gdbserver/fork-child.c (and fix regressions)Sergio Durigan Junior2-0/+7
2017-06-07Implement proper "startup-with-shell" support on gdbserverSergio Durigan Junior2-1/+49
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior13-235/+467
2017-06-07Share parts of gdb/gdbthread.h with gdbserverSergio Durigan Junior2-0/+13
2017-06-07Move parts of inferior job control to common/Sergio Durigan Junior2-0/+7
2017-05-06Introduce "gdb/configure.nat" (and delete "gdb/config/*/*.mh" files)Sergio Durigan Junior1-0/+4
2017-05-05gdb: Disable -Werror for -Wmaybe-uninitializedPedro Alves2-1/+5
2017-05-03Regenerate gdb/{,gdbserver/}configure (for commit be628ab814f1c90e185d7482d27...Sergio Durigan Junior2-1/+5
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi4-13/+15
2017-04-12Create gdb_termios.h (and cleanup gdb/{,gdbserver/}terminal.h)Sergio Durigan Junior3-52/+7
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior2-60/+57
2017-04-06Class-ify ptid_tSimon Marchi2-1/+6
2017-04-05-Wwrite-strings: Remove -Wno-write-stringsPedro Alves2-1/+5
2017-04-05-Wwrite-strings: The RestPedro Alves3-2/+7
2017-04-05-Wwrite-strings: gdbserver/win32-low.c and TARGET_WAITKIND_EXECDPedro Alves2-5/+6
2017-04-05-Wwrite-strings: gdbserver's 'port' parsingPedro Alves4-10/+21
2017-04-04gdbserver: Clear .deps on cleanSimon Marchi2-0/+5
2017-03-31gdbserver: Suffix generated C files with -generatedSimon Marchi3-65/+33
2017-03-27gdbserver: xtensa: support THREADPTR registerMax Filippov2-0/+19
2017-03-27gdbserver: xtensa: add call0 supportMax Filippov2-0/+35
2017-03-13gdbserver: Use pattern rule for the remaining %-ipa.o objectsSimon Marchi2-17/+23
2017-03-13gdbserver: Use pattern rule for IPA objects from common/Simon Marchi2-15/+14
2017-03-13gdbserver: Use pattern rule for IPA objects from gdbserver/Simon Marchi2-156/+62
2017-03-13gdbserver: Use pattern rule for objects from arch/Simon Marchi2-17/+11
2017-03-13gdbserver: Use pattern rule for objects from nat/Simon Marchi2-48/+23
2017-03-13gdbserver: Use pattern rule for objects from common/Simon Marchi2-73/+32
2017-03-13gdbserver: Use pattern rule for objects from target/Simon Marchi2-7/+15
2017-03-13gdbserver: Use pattern rule for regformats source file generationSimon Marchi2-182/+111
2017-03-07Share gdb/environ.[ch] with gdbserverSergio Durigan Junior2-0/+10
2017-02-17Add support for Intel PKRU register to GDB and GDBserver.Michael Sturm7-47/+95
2017-02-17Add target description for avx-avx512.Michael Sturm6-27/+69
2017-02-17Rename target descriptions to reflect actual content of description.Michael Sturm6-58/+63
2017-02-17Change xstate_bv handling to use 8 bytes of data.Michael Sturm1-4/+4
2017-01-27amd64-linux: expose system register FS_BASE and GS_BASE for Linux.Walfred Tedeschi2-1/+33
2017-01-27gdbserver-amd64: add HAVE_STRUCT_USER_REGS_STRUCT_(GS|FS)_BASE for gdbserver.Walfred Tedeschi4-0/+46
2017-01-09Fix inferior memory reading in GDBServer for arm/aarch32Antoine Tremblay3-4/+12
2017-01-01update copyright year range in GDB filesJoel Brobecker90-92/+92
2016-12-23Fix incorrect reference to source filesLuis Machado3-3/+8
2016-11-30Makefiles: Disable suffix rules and implicit rulesSimon Marchi2-0/+7
2016-11-23gdb: Use C++11 std::chronoPedro Alves3-15/+20
2016-11-23Minor formatting fixups in MakefilesSimon Marchi2-12/+16
2016-11-23Makefiles: Flatten and sort file listsSimon Marchi2-38/+113
2016-11-23gdbserver: Use warning for warningsPedro Alves4-8/+13
2016-11-23gdbserver: Use debug_printf for debug outputPedro Alves6-35/+43
2016-11-17Makefile: Replace old suffix rules with pattern rulesSimon Marchi2-1/+6
2016-11-17Remove code that checks for GNU/non-GNU makeSimon Marchi4-126/+24
2016-10-28gdb: Require C++11Pedro Alves6-3/+1001
2016-10-27Enable range stepping if software single step is supportedYao Qi2-0/+7
2016-10-27Get pending events in randomYao Qi4-2/+61
2016-10-27Remove single-step breakpoint for GDBserver internal eventYao Qi2-9/+28