]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/gdbserver/linux-low.c
gdbserver: Add linux_get_hwcap
[thirdparty/binutils-gdb.git] / gdb / gdbserver / linux-low.c
2019-03-26  Alan Haywardgdbserver: Add linux_get_hwcap
2019-03-22  Alan HaywardAArch64: gdbserver: read pauth registers
2019-03-12  Tom TromeyChange iterate_over_lwps to take a gdb::function_view
2019-02-07  Alan Haywardgdbserver: When attaching, add process before lwps
2019-01-28  Alan HaywardRevert "gdbserver: When attaching, add process before...
2019-01-28  Alan Haywardgdbserver: When attaching, add process before lwps
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-05  Alan HaywardAArch64: Racy: Don't set empty set of hardware BPs...
2018-11-29  Tom TromeyFix use-after-free in gdbserver
2018-10-05  Tom TromeyAvoid shadowing in gdbserver
2018-07-13  Pedro AlvesGDBserver: Pass process_info pointer to target_kill
2018-07-13  Pedro AlvesGDBserver: Pass process_info pointer to target_detach...
2018-07-04  Vyacheslav BarinovWarn if /proc is not accessible gdb-8.2-branchpoint
2018-07-03  Tom TromeyRemove ptid_equal
2018-07-03  Tom TromeyRemove ptid_is_pid
2018-07-03  Tom TromeyRemove ptid_get_lwp
2018-07-03  Tom TromeyRemove ptid_get_pid
2018-07-03  Tom TromeyRemove pid_to_ptid
2018-07-03  Tom TromeyRemove ptid_build
2018-06-08  Tom TromeyRemove cleanups from btrace code
2018-06-04  Stan CoxAdd client_state struct.
2018-03-08  Simon MarchiAdd xml_escape_text_append and use it
2018-03-08  Simon Marchilinux_qxfer_libraries_svr4: Use std::string
2018-02-09  Markus Metzgerbtrace, gdbserver: remove the to_supports_btrace target...
2018-02-08  Tom TromeyRemove make_cleanup_restore_current_thread from gdbserver
2018-01-19  James Clarkegdb: Add missing #ifdef USE_THREAD_DB to gdbserver
2018-01-17  Simon MarchiMake linux_ptrace_attach_fail_reason return an std...
2018-01-16  Yao QiMark register unavailable when PTRACE_PEEKUSER fails
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-03  Simon MarchiRemove for_each_inferior
2017-12-03  Simon MarchiUpdate comments
2017-12-03  Simon MarchiRemove usages of find_inferior that call proceed_one_lwp
2017-12-03  Simon MarchiRemove usage of find_inferior in linux_resume
2017-12-03  Simon MarchiRemove usages of find_inferior in stop_all_lwps
2017-12-03  Simon MarchiRemove usage of find_inferior in linux_stabilize_threads
2017-12-03  Simon MarchiRemove usages of find_inferior in select_event_lwp
2017-12-03  Simon MarchiRemove usages of find_inferior calling not_stopped_callback
2017-12-03  Simon MarchiRemove usage of find_inferior in find_lwp_pid
2017-12-03  Simon MarchiRemove usage of find_inferior in linux_mourn
2017-12-03  Simon MarchiRemove usage of find_inferior in linux_detach
2017-12-03  Simon MarchiRemove usage of find_inferior in last_thread_of_process_p
2017-12-03  Simon MarchiRemove find_inferior_in_random
2017-11-26  Tom TromeyChange maybe_disable_address_space_randomization to...
2017-11-20  Simon MarchiRemove usage of find_inferior when calling kill_one_lwp...
2017-11-20  Simon MarchiRemove usages of find_thread when calling need_step_over_p
2017-11-20  Simon MarchiRemove usage of find_thread when calling resume_status_...
2017-11-20  Simon MarchiRemove usage of find_inferior when calling linux_set_re...
2017-11-20  Simon MarchiRemove usage of find_inferior in linux_stabilize_threads
2017-11-20  Simon MarchiRemove usage of find_inferior in unsuspend_all_lwps
2017-11-20  Simon MarchiRemove usage of find_inferior in iterate_over_lwps
2017-11-20  Simon MarchiRemove usage of find_inferior in reset_lwp_ptrace_optio...
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
next