aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-21Support vCont s and S actions with software single stepYao Qi2-5/+13
2016-07-21Use reinsert_breakpoint for vCont;sYao Qi2-8/+83
2016-07-21Enqueue signal even when resuming threadsYao Qi2-21/+27
2016-07-21Use enqueue_pending_signal in linux_resume_one_threadYao Qi2-11/+14
2016-07-21Switch current_thread to lwp's thread in install_software_single_step_breakpo...Yao Qi4-2/+30
2016-07-21Make reinsert_breakpoint thread specificYao Qi4-55/+92
2016-07-21Refactor clone_all_breakpointsYao Qi6-16/+24
2016-07-21Create sub classes of 'struct breakpoint'Yao Qi4-67/+188
2016-07-21Pass breakpoint type in set_breakpoint_atYao Qi3-7/+24
2016-07-12Add type casts to allow C++ compile.Chung-Lin Tang2-2/+8
2016-07-01Fix failure to detach if process exits while detaching on LinuxPedro Alves2-19/+107
2016-06-28[AArch64] Use int64_t for address offsetYao Qi2-7/+17
2016-06-28Implement get_syscall_trapinfo for arm-linuxYao Qi2-1/+41
2016-06-28Implement get_syscall_trapinfo for aarch64-linuxYao Qi2-0/+25
2016-06-28Remove parameter sysret from linux_target_ops.get_syscall_trapinfoYao Qi4-28/+22
2016-06-21S390 gdbserver: Mark local funcs/vars as staticAndreas Arnez2-14/+31
2016-06-17Handle reinsert breakpoints for vforked childYao Qi4-5/+91
2016-06-17Delete reinsert breakpoints from forked childYao Qi2-0/+26
2016-06-17Step over exit with reinsert breakpointsYao Qi2-0/+14
2016-06-17More assert checks on reinsert breakpointYao Qi3-1/+19
2016-06-17Switch to current thread in finish_step_overYao Qi4-4/+67
2016-06-03Fix C++ build for CygwinJon Turney2-2/+6
2016-05-17Use unsuspend_all_lwpsYao Qi2-1/+6
2016-05-05Fix ChangeLog entry formatSimon Marchi1-1/+1