aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-26gdbserver: Leave already-vCont-resumed threads as they werePedro Alves5-1/+114
2016-10-24[GDBserver] Fix conversion warningYao Qi2-1/+7
2016-10-10Share enum arm_breakpoint_kindsYao Qi2-8/+4
2016-10-06Consolidate API of target_supports_multi_processSergio Durigan Junior3-4/+16
2016-10-05PR remote/20655 - small fix in handle_tracepoint_bkptsTom Tromey2-1/+7
2016-10-05Update the path arm-*.xml files for aarch64Yao Qi2-2/+6
2016-10-05Clean up the XML files for ARMYao Qi3-16/+26
2016-09-30PR 20627: Use resume_stop to stop lwpYao Qi2-1/+11
2016-09-26Call debug_exit in linux_wait_1Yao Qi2-0/+17
2016-09-23gdb: Replace operator new / operator new[]Pedro Alves2-2/+12
2016-09-21Update and add .gitignore'sSimon Marchi2-0/+18
2016-09-21Keep reserved bits in CPSR on writeYao Qi2-0/+9
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior4-6/+20
2016-09-16linux-nat: Add function lwp_is_steppingAndreas Arnez2-0/+12
2016-09-13Fix for gdb.server/non-existing-program.exp test caseCarl E. Love2-2/+7
2016-09-13Fix for gdb.server/non-existing-program.exp test caseCarl E. Love2-2/+12