]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/gdbserver/linux-low.c
Call debug_exit in linux_wait_1
[thirdparty/binutils-gdb.git] / gdb / gdbserver / linux-low.c
2016-09-26  Yao QiCall debug_exit in linux_wait_1
2016-09-16  Andreas Arnezlinux-nat: Add function lwp_is_stepping
2016-09-02  Yao Qi[GDBserver] Replace "reinsert_breakpoint" with "single_...
2016-08-31  Antoine TremblayFix lwp_suspend/unsuspend imbalance in linux_wait_1
2016-08-09  Pedro AlvesFix PR gdb/18653: gdb disturbs inferior's inherited...
2016-08-04  Yao QiQuiet ptrace error ESRCH in regsets_fetch_inferior_regi...
2016-07-21  Yao QiUse reinsert_breakpoint for vCont;s
2016-07-21  Yao QiEnqueue signal even when resuming threads
2016-07-21  Yao QiUse enqueue_pending_signal in linux_resume_one_thread
2016-07-21  Yao QiSwitch current_thread to lwp's thread in install_softwa...
2016-07-21  Yao QiMake reinsert_breakpoint thread specific
2016-07-21  Yao QiRefactor clone_all_breakpoints
2016-07-01  Pedro AlvesFix failure to detach if process exits while detaching...
2016-06-28  Yao QiRemove parameter sysret from linux_target_ops.get_sysca...
2016-06-17  Yao QiHandle reinsert breakpoints for vforked child
2016-06-17  Yao QiDelete reinsert breakpoints from forked child
2016-06-17  Yao QiStep over exit with reinsert breakpoints
2016-06-17  Yao QiMore assert checks on reinsert breakpoint
2016-06-17  Yao QiSwitch to current thread in finish_step_over
2016-05-17  Yao QiUse unsuspend_all_lwps
2016-04-28  Yao QiRemove need_step_over from struct lwp_info
2016-04-25  Yao QiResume the inferior with signal rather than stepping...
2016-04-22  Yao QiDeliver signal in hardware single step
2016-03-18  Yao QiCheck lwp_signal_can_be_delivered for enqueue/dequeue...
2016-03-18  Yao QiSet signal to 0 after enqueue_pending_signal
2016-03-18  Yao QiRemove redundant WIFSTOPPED check
2016-03-03  Yao QiUpdate comments to start_step_over
2016-03-03  Yao Qi[GDBserver] Leave child suspended when step over parent
2016-03-02  Yao QiCall enqueue_pending_signal in linux_resume_one_lwp_throw
2016-02-25  Marcin Koƛcielnicki[PR gdb/13808] gdb.trace: Pass tdesc selected in gdbser...
2016-02-24  Pedro AlvesHandle MIPS Linux SIGTRAP siginfo.si_code values
2016-02-09  Simon MarchiFix siginfo C++ build error
2016-01-26  Yao QiRemove argument pc in get_next_pcs
2016-01-26  Yao Qi[GDBserver] Use regcache_read_pc in install_software_si...
2016-01-18  Yao QiReplace some $ARCH_{get,set}_pc with linux_{get,set...
2016-01-18  Yao QiReplace some $ARCH_{get,set}_pc with linux_{get,set...
2016-01-12  Josh StoneImplement 'catch syscall' for gdbserver
2016-01-12  Mike Frysingergdbserver: fix various warnings
2016-01-12  Pedro AlvesRemove trademark acknowledgements throughout
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-18  Antoine TremblayEnable software single stepping for while-stepping...
2015-12-18  Antoine TremblayReplace breakpoint_reinsert_addr by get_next_pcs operat...
2015-12-17  Pedro AlvesRemove support for LinuxThreads and vendor 2.4 kernels...
2015-12-05  Josh Stonegdbserver: set ptrace flags after creating inferiors
2015-11-30  Antoine TremblayRemove support for thread events without PTRACE_EVENT_C...
2015-11-30  Antoine TremblayRefactor queries for hardware and software single stepp...
2015-11-30  Antoine TremblayFix instruction skipping when using software single...
2015-11-30  Antoine TremblayFix breakpoint size when stepping over a permanent...
2015-11-30  Pedro Alvesgdbserver/linux: Always wake up event loop after resume
2015-11-30  Pedro AlvesImplement TARGET_WAITKIND_NO_RESUMED in the remote...
2015-11-30  Pedro Alvesgdbserver: fix killed-outside.exp
2015-11-30  Pedro AlvesRemote thread create/exit events
2015-11-30  Pedro Alvesgdbserver resume_stop handling bug
2015-11-30  Pedro Alvesgdbserver crash if gdb attaches too fast
2015-11-26  Simon MarchiDisplay names of remote threads
2015-11-19  Pedro Alvesgdbserver: Fix qSupported:xmlRegisters=i386;UnknownFeat...
2015-10-29  Pedro Alvesgdbserver: btrace enums
2015-10-26  Doug EvansMove __SIGRTMIN.
2015-10-26  Doug Evansmusl: Move W_STOPCODE to common/gdb_wait.h.
2015-10-23  Antoine TremblayRefactor default_breakpoint_kind_from_pc to be used...
2015-10-22  Antoine TremblayFix inconsistent breakpoint kinds between breakpoints...
2015-10-21  Antoine TremblaySupport breakpoint kinds for software breakpoints in...
2015-10-21  Antoine TremblayAdd the target_ops needed for software breakpoints...
2015-09-25  Simon MarchiAdd some more casts (1/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-09-15  Yao Qi[gdbserver] Rename supports_conditional_breakpoints...
2015-09-11  Don BreazealExtended-remote follow-exec
2015-09-09  Markus Metzgerbtrace: kernel address filtering
2015-08-27  Ulrich WeigandDetect SW breakpoints in Cell/B.E. combined debugging
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-21  Pedro Alvesgdbserver: don't pick a random thread if the current...
2015-08-14  Matthew FortuneAdd support for DT_MIPS_RLD_MAP_REL.
2015-08-06  Pedro Alvesgdbserver: move_out_of_jump_pad_callback misses switchi...
2015-08-06  Pedro AlvesFix gdbserver --debug issues caught by Valgrind
2015-08-06  Pedro Alvesgdbserver: Fix non-stop / fork / step-over issues
2015-08-06  Pedro AlvesLinux gdbserver confused when event randomization picks...
2015-08-06  Pedro AlvesLinux gdbserver fork event debug output
2015-08-04  Yao QiMove have_ptrace_getregset to linux-low.c
2015-07-30  Pedro Alvesremote follow fork and spurious child stops in non...
2015-07-24  Pedro AlvesLinux: sys/ptrace.h -> nat/gdb_ptrace.h everywhere
2015-07-24  Yao QiRemove proc->priv->new_inferior
2015-07-24  Yao QiInitialise target descrption after skipping extra traps...
2015-07-24  Yao QiSet proc->priv->new_inferior out of linux_add_process
2015-07-15  Jan KratochvilRevert the previous 7 commits of: Validate binary befor...
2015-07-15  Jan Kratochvilgdbserver build-id attribute generator
2015-07-14  Pedro Alvesgdbserver/Linux: internal error when killing a process...
2015-07-02  Markus Metzgerbtrace: support Intel(R) Processor Trace
2015-06-10  Gary BensonImplement vFile:setfs in gdbserver
2015-05-28  Don BreazealInitialize last_resume_kind for remote fork child
2015-05-12  Don BreazealExtended-remote follow vfork
2015-05-12  Don BreazealArch-specific remote follow fork
2015-05-12  Don BreazealExtended-remote Linux follow fork
2015-05-12  Don BreazealIdentify remote fork event support
2015-05-08  Yao Qi[gdbserver] Disable conditional breakpoints on no-hardw...
2015-04-17  Gary BensonImplement qXfer:exec-file:read in gdbserver
2015-04-15  Romain Naourgdbserver: fix uClibc build whithout MMU.
2015-04-09  Yao Qigdbserver gnu/linux: stepping over breakpoint
2015-03-24  Pedro AlvesDebug output tweaks in the Linux target backends
2015-03-24  Gary BensonMake lwp_info.arch_private handling shared
2015-03-24  Gary BensonChange signature of linux_target_ops.new_thread
next