]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/gdbserver/linux-low.c
Make process_info::syscalls_to_catch an std::vector
[thirdparty/binutils-gdb.git] / gdb / gdbserver / linux-low.c
2017-11-17  Simon MarchiMake process_info::syscalls_to_catch an std::vector
2017-10-21  Simon MarchiAdd overloads of for_each_thread/find_thread that filte...
2017-10-14  Simon Marchigdbserver: use std::list for all_threads
2017-10-14  Simon Marchigdbserver: Use std::list for all_processes
2017-10-12  Simon Marchilinux low: Make the arch code free arch_process_info
2017-10-12  Simon Marchilwp_info: Make the arch code free arch_lwp_info
2017-09-29  Pedro AlvesFix gdbserver regression exposed by gdb.threads/multi...
2017-09-21  Kevin BuettnerAdd thread_handle_to_thread_info support for remote...
2017-09-21  Kevin BuettnerAdd thread_db_notice_clone to gdbserver
2017-09-16  Simon MarchiMake xml_escape_text return an std::string
2017-09-15  Simon Marchilinux-low: Remove unused variables
2017-09-10  Sergio Durigan JuniorFix build breakage on GNU/Linux AArch64
2017-09-03  Simon MarchiMake target_waitstatus_to_string return an std::string
2017-07-26  Simon MarchiAdd enum for result of fast_tracepoint_collecting
2017-06-20  Sergio Durigan JuniorC++ify gdb/common/environ.c
2017-06-17  Simon Marchilinux-low: Remove usage of "register" keyword
2017-06-07  Sergio Durigan JuniorShare fork_inferior et al with gdbserver
2017-05-02  Simon MarchiChange return type of gdbarch_software_single_step...
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-11-23  Pedro Alvesgdbserver: Use warning for warnings
2016-11-23  Pedro Alvesgdbserver: Use debug_printf for debug output
2016-10-27  Yao QiEnable range stepping if software single step is supported
2016-10-27  Yao QiGet pending events in random
2016-10-27  Yao QiRemove single-step breakpoint for GDBserver internal...
2016-10-26  Pedro Alvesgdbserver: Leave already-vCont-resumed threads as they...
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
next