aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-low.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-23gdbserver: Use warning for warningsPedro Alves1-3/+3
2016-11-23gdbserver: Use debug_printf for debug outputPedro Alves1-4/+3
2016-10-27Enable range stepping if software single step is supportedYao Qi1-0/+2
2016-10-27Get pending events in randomYao Qi1-2/+4
2016-10-27Remove single-step breakpoint for GDBserver internal eventYao Qi1-9/+23
2016-10-26gdbserver: Leave already-vCont-resumed threads as they werePedro Alves1-0/+59
2016-09-26Call debug_exit in linux_wait_1Yao Qi1-0/+13
2016-09-16linux-nat: Add function lwp_is_steppingAndreas Arnez1-0/+8
2016-09-02[GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint"Yao Qi1-42/+43
2016-08-31Fix lwp_suspend/unsuspend imbalance in linux_wait_1Antoine Tremblay1-18/+19
2016-08-09Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositionsPedro Alves1-1/+3
2016-08-04Quiet ptrace error ESRCH in regsets_fetch_inferior_registersYao Qi1-0/+6
2016-07-21Use reinsert_breakpoint for vCont;sYao Qi1-8/+72
2016-07-21Enqueue signal even when resuming threadsYao Qi1-21/+20
2016-07-21Use enqueue_pending_signal in linux_resume_one_threadYao Qi1-11/+9
2016-07-21Switch current_thread to lwp's thread in install_software_single_step_breakpo...Yao Qi1-2/+6
2016-07-21Make reinsert_breakpoint thread specificYao Qi1-26/+11
2016-07-21Refactor clone_all_breakpointsYao Qi1-3/+1
2016-07-01Fix failure to detach if process exits while detaching on LinuxPedro Alves1-19/+97
2016-06-28Remove parameter sysret from linux_target_ops.get_syscall_trapinfoYao Qi1-15/+8
2016-06-17Handle reinsert breakpoints for vforked childYao Qi1-5/+33
2016-06-17Delete reinsert breakpoints from forked childYao Qi1-0/+21
2016-06-17Step over exit with reinsert breakpointsYao Qi1-0/+8
2016-06-17More assert checks on reinsert breakpointYao Qi1-0/+6
2016-06-17Switch to current thread in finish_step_overYao Qi1-4/+31
2016-05-17Use unsuspend_all_lwpsYao Qi1-1/+1
2016-04-28Remove need_step_over from struct lwp_infoYao Qi1-16/+0
2016-04-25Resume the inferior with signal rather than stepping overYao Qi1-3/+15
2016-04-22Deliver signal in hardware single stepYao Qi1-3/+7
2016-03-18Check lwp_signal_can_be_delivered for enqueue/dequeue pending signalsYao Qi1-10/+16
2016-03-18Set signal to 0 after enqueue_pending_signalYao Qi1-17/+13
2016-03-18Remove redundant WIFSTOPPED checkYao Qi1-1/+1
2016-03-03Update comments to start_step_overYao Qi1-12/+4
2016-03-03[GDBserver] Leave child suspended when step over parentYao Qi1-5/+11
2016-03-02Call enqueue_pending_signal in linux_resume_one_lwp_throwYao Qi1-11/+1
2016-02-25[PR gdb/13808] gdb.trace: Pass tdesc selected in gdbserver to IPA.Marcin Koƛcielnicki1-0/+10
2016-02-24Handle MIPS Linux SIGTRAP siginfo.si_code valuesPedro Alves1-98/+72
2016-02-09Fix siginfo C++ build errorSimon Marchi1-2/+2
2016-01-26Remove argument pc in get_next_pcsYao Qi1-3/+1
2016-01-26[GDBserver] Use regcache_read_pc in install_software_single_step_breakpointsYao Qi1-1/+2
2016-01-18Replace some $ARCH_{get,set}_pc with linux_{get,set}_pc_64bitYao Qi1-0/+26
2016-01-18Replace some $ARCH_{get,set}_pc with linux_{get,set}_pc_32bitYao Qi1-0/+26
2016-01-12Implement 'catch syscall' for gdbserverJosh Stone1-5/+152
2016-01-12gdbserver: fix various warningsMike Frysinger1-3/+3
2016-01-12Remove trademark acknowledgements throughoutPedro Alves1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-18Enable software single stepping for while-stepping actions in GDBServerAntoine Tremblay1-17/+31
2015-12-18Replace breakpoint_reinsert_addr by get_next_pcs operation in GDBServerAntoine Tremblay1-4/+23
2015-12-17Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTLPedro Alves1-44/+16