summaryrefslogtreecommitdiff
path: root/gdb/gdbserver
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use enqueue_pending_signal in linux_resume_one_threadYao Qi2016-07-212-11/+14
* Switch current_thread to lwp's thread in install_software_single_step_breakpo...Yao Qi2016-07-214-2/+30
* Make reinsert_breakpoint thread specificYao Qi2016-07-214-55/+92
* Refactor clone_all_breakpointsYao Qi2016-07-216-16/+24
* Create sub classes of 'struct breakpoint'Yao Qi2016-07-214-67/+188
* Pass breakpoint type in set_breakpoint_atYao Qi2016-07-213-7/+24
* Add type casts to allow C++ compile.Chung-Lin Tang2016-07-122-2/+8
* Fix failure to detach if process exits while detaching on LinuxPedro Alves2016-07-012-19/+107
* [AArch64] Use int64_t for address offsetYao Qi2016-06-282-7/+17
* Implement get_syscall_trapinfo for arm-linuxYao Qi2016-06-282-1/+41
* Implement get_syscall_trapinfo for aarch64-linuxYao Qi2016-06-282-0/+25
* Remove parameter sysret from linux_target_ops.get_syscall_trapinfoYao Qi2016-06-284-28/+22
* S390 gdbserver: Mark local funcs/vars as staticAndreas Arnez2016-06-212-14/+31
* Handle reinsert breakpoints for vforked childYao Qi2016-06-174-5/+91