summaryrefslogtreecommitdiff
path: root/gdb/gdbserver
Commit message (Expand)AuthorAgeFilesLines
* Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositionsusers/palves/restore-signal-dispositionsPedro Alves2016-08-045-3/+14
* 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
* Delete reinsert breakpoints from forked childYao Qi2016-06-172-0/+26
* Step over exit with reinsert breakpointsYao Qi2016-06-172-0/+14
* More assert checks on reinsert breakpointYao Qi2016-06-173-1/+19
* Switch to current thread in finish_step_overYao Qi2016-06-174-4/+67
* Fix C++ build for CygwinJon Turney2016-06-032-2/+6
* Use unsuspend_all_lwpsYao Qi2016-05-172-1/+6
* Fix ChangeLog entry formatSimon Marchi2016-05-051-1/+1
* Initialize res in get_next_pcs_read_memory_unsigned_integerYao Qi2016-05-052-0/+6
* Change type of cpsr in arm_sigreturn_next_pcYao Qi2016-05-052-1/+6
* [spu] Fix C++ build problemsUlrich Weigand2016-05-042-4/+12
* Fix write endianness/size problem for fast tracepoint enabled flagPar Olsson2016-04-282-1/+14
* Remove need_step_over from struct lwp_infoYao Qi2016-04-282-20/+0
* Resume the inferior with signal rather than stepping overYao Qi2016-04-252-3/+21
* [GDBserver] Don't error in reinsert_raw_breakpoint if bp->insertedYao Qi2016-04-252-1/+6
* Insert breakpoint even when the raw breakpoint is foundYao Qi2016-04-251-20/+28
* [ARM] Clear reserved bits in CPSRYao Qi2016-04-222-1/+9
* [obv] [PR gdb/19980] Typo in gdbserver/configure.srvWalfred Tedeschi2016-04-221-1/+1
* Deliver signal in hardware single stepYao Qi2016-04-222-3/+13
* Fix s390 GNU/Linux gdb and gdbserver buildsPedro Alves2016-04-212-6/+13
* Build GDB as a C++ program by defaultPedro Alves2016-04-202-1/+5
* Move ARM_CPSR_GREGNUM to arch/arm-linux.hYao Qi2016-04-202-2/+10
* Add target descriptions for AVX + MPXWalfred Tedeschi2016-04-197-11/+86
* Fix PR gdb/19250: ptrace prototype is not detected properly in C++ modePedro Alves2016-04-182-72/+11
* Fix aarch64 ftrace JIT condition testcaseAntoine Tremblay2016-04-132-2/+7
* Eliminate prepare_to_throw_exceptionPedro Alves2016-04-122-8/+4
* Make ftrace tests work with remote targetsSimon Marchi2016-04-052-1/+5