aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-05gdb/: Require a C++ compilerPedro Alves5-64/+18
2016-09-03Removed redundant line remote-utils.cAkash Trehan2-1/+6
2016-09-02[GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint"Yao Qi3-89/+90
2016-09-01Share target_wait prototype between GDB and gdbserverSergio Durigan Junior2-1/+15
2016-09-01Use target_continue{,_no_signal} instead of target_resumeSergio Durigan Junior3-23/+30
2016-08-31Fix lwp_suspend/unsuspend imbalance in linux_wait_1Antoine Tremblay2-18/+23
2016-08-25Sync proc_service definition with GLIBCAdhemerval Zanella11-10/+25
2016-08-19x32: gdbserver's agent bytecode JIT: fix "call" emissionPedro Alves2-0/+6
2016-08-19x32: Avoid unsigned long when installing fast tracepoint jump padsPedro Alves2-3/+8
2016-08-19x32 Fast tracepoints: Customize jump pad addressPedro Alves2-4/+53
2016-08-19x32 Fast tracepoints: IPA target descriptionsPedro Alves6-5/+98
2016-08-09Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositionsPedro Alves6-3/+27
2016-08-05gdb/configure --help: suggest --disable-build-with-cxx instead of --enable...Pedro Alves2-1/+6
2016-08-04Quiet ptrace error ESRCH in regsets_fetch_inferior_registersYao Qi2-0/+11
2016-08-02[GDBserver] Remove td_ta_event_addr td_ta_set_event and td_ta_event_getmsgYao Qi2-9/+8
2016-07-26Fix PR server/20414 - x32 gdbserver always crashes inferiorPedro Alves2-4/+15
2016-07-26Fix PR gdb/20287 - x32 and "gdb_static_assert (sizeof (nat_siginfo_t) == size...Pedro Alves2-5/+10
2016-07-21Add -Wunused-but-set-* to buildTom Tromey2-1/+5
2016-07-21Fix cast to 'gdb_breakpoint *'Yao Qi2-1/+6