summaryrefslogtreecommitdiff
path: root/gdb/gdbserver
Commit message (Expand)AuthorAgeFilesLines
* Makefiles: Disable suffix rules and implicit rulesSimon Marchi2016-11-302-0/+7
* gdb: Use C++11 std::chronoPedro Alves2016-11-233-15/+20
* Minor formatting fixups in MakefilesSimon Marchi2016-11-232-12/+16
* Makefiles: Flatten and sort file listsSimon Marchi2016-11-232-38/+113
* gdbserver: Use warning for warningsPedro Alves2016-11-234-8/+13
* gdbserver: Use debug_printf for debug outputPedro Alves2016-11-236-35/+43
* Makefile: Replace old suffix rules with pattern rulesSimon Marchi2016-11-172-1/+6
* Remove code that checks for GNU/non-GNU makeSimon Marchi2016-11-174-126/+24
* gdb: Require C++11Pedro Alves2016-10-286-3/+1001
* Enable range stepping if software single step is supportedYao Qi2016-10-272-0/+7
* Get pending events in randomYao Qi2016-10-274-2/+61
* Remove single-step breakpoint for GDBserver internal eventYao Qi2016-10-272-9/+28
* gdbserver: Leave already-vCont-resumed threads as they werePedro Alves2016-10-265-1/+114
* [GDBserver] Fix conversion warningYao Qi2016-10-242-1/+7
* Share enum arm_breakpoint_kindsYao Qi2016-10-102-8/+4
* Consolidate API of target_supports_multi_processSergio Durigan Junior2016-10-063-4/+16
* PR remote/20655 - small fix in handle_tracepoint_bkptsTom Tromey2016-10-052-1/+7
* Update the path arm-*.xml files for aarch64Yao Qi2016-10-052-2/+6
* Clean up the XML files for ARMYao Qi2016-10-053-16/+26
* PR 20627: Use resume_stop to stop lwpYao Qi2016-09-302-1/+11
* Call debug_exit in linux_wait_1Yao Qi2016-09-262-0/+17
* gdb: Replace operator new / operator new[]Pedro Alves2016-09-232-2/+12
* Update and add .gitignore'sSimon Marchi2016-09-212-0/+18
* Keep reserved bits in CPSR on writeYao Qi2016-09-212-0/+9
* Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior2016-09-194-6/+20
* linux-nat: Add function lwp_is_steppingAndreas Arnez2016-09-162-0/+12
* Fix for gdb.server/non-existing-program.exp test caseCarl E. Love2016-09-132-2/+7
* Fix for gdb.server/non-existing-program.exp test caseCarl E. Love2016-09-132-2/+12
* gdb/: Require a C++ compilerPedro Alves2016-09-055-64/+18
* Removed redundant line remote-utils.cAkash Trehan2016-09-032-1/+6
* [GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint"Yao Qi2016-09-023-89/+90
* Share target_wait prototype between GDB and gdbserverSergio Durigan Junior2016-09-012-1/+15
* Use target_continue{,_no_signal} instead of target_resumeSergio Durigan Junior2016-09-013-23/+30
* Fix lwp_suspend/unsuspend imbalance in linux_wait_1Antoine Tremblay2016-08-312-18/+23
* Sync proc_service definition with GLIBCAdhemerval Zanella2016-08-2511-10/+25
* x32: gdbserver's agent bytecode JIT: fix "call" emissionPedro Alves2016-08-192-0/+6
* x32: Avoid unsigned long when installing fast tracepoint jump padsPedro Alves2016-08-192-3/+8
* x32 Fast tracepoints: Customize jump pad addressPedro Alves2016-08-192-4/+53
* x32 Fast tracepoints: IPA target descriptionsPedro Alves2016-08-196-5/+98
* Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositionsPedro Alves2016-08-096-3/+27
* gdb/configure --help: suggest --disable-build-with-cxx instead of --enable...Pedro Alves2016-08-052-1/+6
* Quiet ptrace error ESRCH in regsets_fetch_inferior_registersYao Qi2016-08-042-0/+11
* [GDBserver] Remove td_ta_event_addr td_ta_set_event and td_ta_event_getmsgYao Qi2016-08-022-9/+8
* Fix PR server/20414 - x32 gdbserver always crashes inferiorPedro Alves2016-07-262-4/+15
* Fix PR gdb/20287 - x32 and "gdb_static_assert (sizeof (nat_siginfo_t) == size...Pedro Alves2016-07-262-5/+10
* Add -Wunused-but-set-* to buildTom Tromey2016-07-212-1/+5
* Fix cast to 'gdb_breakpoint *'Yao Qi2016-07-212-1/+6
* Support vCont s and S actions with software single stepYao Qi2016-07-212-5/+13
* Use reinsert_breakpoint for vCont;sYao Qi2016-07-212-8/+83
* Enqueue signal even when resuming threadsYao Qi2016-07-212-21/+27