aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2016-11-23gdbserver: Use warning for warningsPedro Alves1-0/+7
2016-11-23gdbserver: Use debug_printf for debug outputPedro Alves1-0/+11
2016-11-17Makefile: Replace old suffix rules with pattern rulesSimon Marchi1-0/+5
2016-11-17Remove code that checks for GNU/non-GNU makeSimon Marchi1-0/+8
2016-10-28gdb: Require C++11Pedro Alves1-0/+9
2016-10-27Enable range stepping if software single step is supportedYao Qi1-0/+5
2016-10-27Get pending events in randomYao Qi1-0/+7
2016-10-27Remove single-step breakpoint for GDBserver internal eventYao Qi1-0/+5
2016-10-26gdbserver: Leave already-vCont-resumed threads as they werePedro Alves1-0/+13
2016-10-24[GDBserver] Fix conversion warningYao Qi1-0/+6
2016-10-10Share enum arm_breakpoint_kindsYao Qi1-0/+4
2016-10-06Consolidate API of target_supports_multi_processSergio Durigan Junior1-0/+7
2016-10-05PR remote/20655 - small fix in handle_tracepoint_bkptsTom Tromey1-0/+6
2016-10-05Update the path arm-*.xml files for aarch64Yao Qi1-0/+4
2016-10-05Clean up the XML files for ARMYao Qi1-0/+10
2016-09-30PR 20627: Use resume_stop to stop lwpYao Qi1-0/+6
2016-09-26Call debug_exit in linux_wait_1Yao Qi1-0/+4
2016-09-23gdb: Replace operator new / operator new[]Pedro Alves1-0/+6
2016-09-21Update and add .gitignore'sSimon Marchi1-0/+4
2016-09-21Keep reserved bits in CPSR on writeYao Qi1-0/+5
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior1-0/+9
2016-09-16linux-nat: Add function lwp_is_steppingAndreas Arnez1-0/+4
2016-09-13Fix for gdb.server/non-existing-program.exp test caseCarl E. Love1-0/+6
2016-09-13Fix for gdb.server/non-existing-program.exp test caseCarl E. Love1-0/+6
2016-09-05gdb/: Require a C++ compilerPedro Alves1-0/+9
2016-09-03Removed redundant line remote-utils.cAkash Trehan1-0/+6
2016-09-01Share target_wait prototype between GDB and gdbserverSergio Durigan Junior1-0/+6
2016-09-01Use target_continue{,_no_signal} instead of target_resumeSergio Durigan Junior1-0/+9
2016-08-31Fix lwp_suspend/unsuspend imbalance in linux_wait_1Antoine Tremblay1-0/+4
2016-08-25Sync proc_service definition with GLIBCAdhemerval Zanella1-0/+15
2016-08-19x32: gdbserver's agent bytecode JIT: fix "call" emissionPedro Alves1-0/+4
2016-08-19x32: Avoid unsigned long when installing fast tracepoint jump padsPedro Alves1-0/+5
2016-08-19x32 Fast tracepoints: Customize jump pad addressPedro Alves1-0/+5
2016-08-19x32 Fast tracepoints: IPA target descriptionsPedro Alves1-0/+14
2016-08-09Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositionsPedro Alves1-0/+13
2016-08-05gdb/configure --help: suggest --disable-build-with-cxx instead of --enable...Pedro Alves1-0/+4
2016-08-04Quiet ptrace error ESRCH in regsets_fetch_inferior_registersYao Qi1-0/+5
2016-08-02[GDBserver] Remove td_ta_event_addr td_ta_set_event and td_ta_event_getmsgYao Qi1-0/+8
2016-07-26Fix PR server/20414 - x32 gdbserver always crashes inferiorPedro Alves1-0/+7
2016-07-26Fix PR gdb/20287 - x32 and "gdb_static_assert (sizeof (nat_siginfo_t) == size...Pedro Alves1-0/+5
2016-07-21Add -Wunused-but-set-* to buildTom Tromey1-0/+4
2016-07-21Fix cast to 'gdb_breakpoint *'Yao Qi1-0/+5
2016-07-21Support vCont s and S actions with software single stepYao Qi1-0/+5
2016-07-21Use reinsert_breakpoint for vCont;sYao Qi1-0/+11
2016-07-21Enqueue signal even when resuming threadsYao Qi1-0/+7
2016-07-21Use enqueue_pending_signal in linux_resume_one_threadYao Qi1-0/+5
2016-07-21Switch current_thread to lwp's thread in install_software_single_step_breakpo...Yao Qi1-0/+9
2016-07-21Make reinsert_breakpoint thread specificYao Qi1-0/+16
2016-07-21Refactor clone_all_breakpointsYao Qi1-0/+9
2016-07-21Create sub classes of 'struct breakpoint'Yao Qi1-0/+31