GDB (xrefs)
|
#include "fbsd-nat.h"
Classes | |
struct | pending_event |
Public Member Functions | |
const char * | pid_to_exec_file (int pid) override |
int | find_memory_regions (find_memory_region_ftype func, void *data) override |
bool | info_proc (const char *, enum info_proc_what) override |
enum target_xfer_status | xfer_partial (enum target_object object, const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, ULONGEST len, ULONGEST *xfered_len) override |
bool | thread_alive (ptid_t ptid) override |
std::string | pid_to_str (ptid_t) override |
void | update_thread_list () override |
bool | can_async_p () override |
void | async (bool) override |
thread_control_capabilities | get_thread_control_capabilities () override |
void | create_inferior (const char *, const std::string &, char **, int) override |
void | attach (const char *, int) override |
void | detach (inferior *, int) override |
void | kill () override |
void | mourn_inferior () override |
void | resume (ptid_t, int, enum gdb_signal) override |
ptid_t | wait (ptid_t, struct target_waitstatus *, target_wait_flags) override |
void | post_attach (int) override |
void | follow_exec (inferior *, ptid_t, const char *) override |
int | insert_exec_catchpoint (int) override |
int | remove_exec_catchpoint (int) override |
bool | supports_multi_process () override |
bool | supports_disable_randomization () override |
virtual void | low_new_fork (ptid_t parent, pid_t child) |
virtual void | low_delete_thread (thread_info *) |
virtual void | low_prepare_to_resume (thread_info *) |
![]() | |
~inf_ptrace_target () override=0 | |
void | attach (const char *, int) override |
void | detach (inferior *inf, int) override |
void | close () override |
void | resume (ptid_t, int, enum gdb_signal) override |
ptid_t | wait (ptid_t, struct target_waitstatus *, target_wait_flags) override |
void | files_info () override |
void | kill () override |
void | create_inferior (const char *, const std::string &, char **, int) override |
void | mourn_inferior () override |
bool | thread_alive (ptid_t ptid) override |
std::string | pid_to_str (ptid_t) override |
enum target_xfer_status | xfer_partial (enum target_object object, const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, ULONGEST len, ULONGEST *xfered_len) override |
bool | is_async_p () override |
int | async_wait_fd () override |
![]() | |
inf_child_target ()=default | |
~inf_child_target () override=0 | |
const target_info & | info () const override |
void | disconnect (const char *, int) override |
void | fetch_registers (struct regcache *, int) override=0 |
void | store_registers (struct regcache *, int) override=0 |
void | prepare_to_store (struct regcache *) override |
bool | supports_terminal_ours () override |
void | terminal_init () override |
void | terminal_inferior () override |
void | terminal_save_inferior () override |
void | terminal_ours_for_output () override |
void | terminal_ours () override |
void | terminal_info (const char *, int) override |
void | interrupt () override |
void | pass_ctrlc () override |
void | follow_exec (inferior *follow_inf, ptid_t ptid, const char *execd_pathname) override |
bool | can_run () override |
bool | can_create_inferior () override |
bool | can_attach () override |
void | post_attach (int) override |
const char * | pid_to_exec_file (int pid) override |
int | fileio_open (struct inferior *inf, const char *filename, int flags, int mode, int warn_if_slow, fileio_error *target_errno) override |
int | fileio_pwrite (int fd, const gdb_byte *write_buf, int len, ULONGEST offset, fileio_error *target_errno) override |
int | fileio_pread (int fd, gdb_byte *read_buf, int len, ULONGEST offset, fileio_error *target_errno) override |
int | fileio_fstat (int fd, struct stat *sb, fileio_error *target_errno) override |
int | fileio_close (int fd, fileio_error *target_errno) override |
int | fileio_unlink (struct inferior *inf, const char *filename, fileio_error *target_errno) override |
gdb::optional< std::string > | fileio_readlink (struct inferior *inf, const char *filename, fileio_error *target_errno) override |
bool | use_agent (bool use) override |
bool | can_use_agent () override |
![]() | |
int | insert_breakpoint (struct gdbarch *gdbarch, struct bp_target_info *bp_tgt) override |
int | remove_breakpoint (struct gdbarch *gdbarch, struct bp_target_info *bp_tgt, enum remove_bp_reason reason) override |
![]() | |
~process_stratum_target () override=0 | |
strata | stratum () const final override |
virtual const char * | connection_string () |
bool | can_async_p () override |
bool | supports_non_stop () override |
bool | supports_disable_randomization () override |
struct address_space * | thread_address_space (ptid_t ptid) override |
struct gdbarch * | thread_architecture (ptid_t ptid) override |
bool | has_all_memory () override |
bool | has_memory () override |
bool | has_stack () override |
bool | has_registers () override |
bool | has_execution (inferior *inf) override |
void | follow_exec (inferior *follow_inf, ptid_t ptid, const char *execd_pathname) override |
void | follow_fork (inferior *child_inf, ptid_t child_ptid, target_waitkind fork_kind, bool follow_child, bool detach_on_fork) override |
void | maybe_add_resumed_with_pending_wait_status (thread_info *thread) |
void | maybe_remove_resumed_with_pending_wait_status (thread_info *thread) |
bool | has_resumed_with_pending_wait_status () const |
thread_info * | random_resumed_with_pending_wait_status (inferior *inf, ptid_t filter_ptid) |
thread_info * | find_thread (ptid_t ptid) |
![]() | |
target_ops * | beneath () const |
virtual | ~target_ops () |
const char * | shortname () const |
const char * | longname () const |
virtual void | resume (ptid_t, int TARGET_DEBUG_PRINTER(target_debug_print_step), enum gdb_signal) TARGET_DEFAULT_NORETURN(noprocess()) |
virtual void | commit_resumed () TARGET_DEFAULT_IGNORE() |
virtual bool | stopped_by_sw_breakpoint () TARGET_DEFAULT_RETURN(false) |
virtual bool | supports_stopped_by_sw_breakpoint () TARGET_DEFAULT_RETURN(false) |
virtual bool | stopped_by_hw_breakpoint () TARGET_DEFAULT_RETURN(false) |
virtual bool | supports_stopped_by_hw_breakpoint () TARGET_DEFAULT_RETURN(false) |
virtual int | can_use_hw_breakpoint (enum bptype, int, int) TARGET_DEFAULT_RETURN(0) |
virtual int | ranged_break_num_registers () TARGET_DEFAULT_RETURN(-1) |
virtual int | insert_hw_breakpoint (struct gdbarch *, struct bp_target_info *) TARGET_DEFAULT_RETURN(-1) |
virtual int | remove_hw_breakpoint (struct gdbarch *, struct bp_target_info *) TARGET_DEFAULT_RETURN(-1) |
virtual int | remove_watchpoint (CORE_ADDR, int, enum target_hw_bp_type, struct expression *) TARGET_DEFAULT_RETURN(-1) |
virtual int | insert_watchpoint (CORE_ADDR, int, enum target_hw_bp_type, struct expression *) TARGET_DEFAULT_RETURN(-1) |
virtual int | insert_mask_watchpoint (CORE_ADDR, CORE_ADDR, enum target_hw_bp_type) TARGET_DEFAULT_RETURN(1) |
virtual int | remove_mask_watchpoint (CORE_ADDR, CORE_ADDR, enum target_hw_bp_type) TARGET_DEFAULT_RETURN(1) |
virtual bool | stopped_by_watchpoint () TARGET_DEFAULT_RETURN(false) |
virtual bool | have_steppable_watchpoint () TARGET_DEFAULT_RETURN(false) |
virtual bool | stopped_data_address (CORE_ADDR *) TARGET_DEFAULT_RETURN(false) |
virtual bool | watchpoint_addr_within_range (CORE_ADDR, CORE_ADDR, int) TARGET_DEFAULT_FUNC(default_watchpoint_addr_within_range) |
virtual int | region_ok_for_hw_watchpoint (CORE_ADDR, int) TARGET_DEFAULT_FUNC(default_region_ok_for_hw_watchpoint) |
virtual bool | can_accel_watchpoint_condition (CORE_ADDR, int, int, struct expression *) TARGET_DEFAULT_RETURN(false) |
virtual int | masked_watch_num_registers (CORE_ADDR, CORE_ADDR) TARGET_DEFAULT_RETURN(-1) |
virtual int | can_do_single_step () TARGET_DEFAULT_RETURN(-1) |
virtual void | load (const char *, int) TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual int | insert_fork_catchpoint (int) TARGET_DEFAULT_RETURN(1) |
virtual int | remove_fork_catchpoint (int) TARGET_DEFAULT_RETURN(1) |
virtual int | insert_vfork_catchpoint (int) TARGET_DEFAULT_RETURN(1) |
virtual int | remove_vfork_catchpoint (int) TARGET_DEFAULT_RETURN(1) |
virtual int | set_syscall_catchpoint (int, bool, int, gdb::array_view< const int >) TARGET_DEFAULT_RETURN(1) |
virtual void | pass_signals (gdb::array_view< const unsigned char > TARGET_DEBUG_PRINTER(target_debug_print_signals)) TARGET_DEFAULT_IGNORE() |
virtual void | program_signals (gdb::array_view< const unsigned char > TARGET_DEBUG_PRINTER(target_debug_print_signals)) TARGET_DEFAULT_IGNORE() |
virtual const char * | extra_thread_info (thread_info *) TARGET_DEFAULT_RETURN(NULL) |
virtual const char * | thread_name (thread_info *) TARGET_DEFAULT_RETURN(NULL) |
virtual thread_info * | thread_handle_to_thread_info (const gdb_byte *, int, inferior *inf) TARGET_DEFAULT_RETURN(NULL) |
virtual void | rcmd (const char *command, struct ui_file *output) TARGET_DEFAULT_FUNC(default_rcmd) |
virtual void | log_command (const char *) TARGET_DEFAULT_IGNORE() |
virtual const target_section_table * | get_section_table () TARGET_DEFAULT_RETURN(default_get_section_table()) |
virtual bool | attach_no_wait () TARGET_DEFAULT_RETURN(0) |
virtual bool | has_pending_events () TARGET_DEFAULT_RETURN(false) |
virtual void | thread_events (int) TARGET_DEFAULT_IGNORE() |
virtual bool | always_non_stop_p () TARGET_DEFAULT_RETURN(false) |
virtual gdb::unique_xmalloc_ptr< char > | make_corefile_notes (bfd *, int *) TARGET_DEFAULT_FUNC(dummy_make_corefile_notes) |
virtual gdb_byte * | get_bookmark (const char *, int) TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual void | goto_bookmark (const gdb_byte *, int) TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual CORE_ADDR | get_thread_local_address (ptid_t ptid, CORE_ADDR load_module_addr, CORE_ADDR offset) TARGET_DEFAULT_NORETURN(generic_tls_error()) |
virtual ULONGEST | get_memory_xfer_limit () TARGET_DEFAULT_RETURN(ULONGEST_MAX) |
virtual std::vector< mem_region > virtual memory_map() TARGET_DEFAULT_RETURN(std void | flash_erase (ULONGEST address, LONGEST length) TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual void | flash_done () TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual const struct target_desc * | read_description () TARGET_DEFAULT_RETURN(NULL) |
virtual ptid_t | get_ada_task_ptid (long lwp, ULONGEST thread) TARGET_DEFAULT_FUNC(default_get_ada_task_ptid) |
virtual int | auxv_parse (const gdb_byte **readptr, const gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp) TARGET_DEFAULT_FUNC(default_auxv_parse) |
virtual int | search_memory (CORE_ADDR start_addr, ULONGEST search_space_len, const gdb_byte *pattern, ULONGEST pattern_len, CORE_ADDR *found_addrp) TARGET_DEFAULT_FUNC(default_search_memory) |
virtual bool | can_execute_reverse () TARGET_DEFAULT_RETURN(false) |
virtual enum exec_direction_kind | execution_direction () TARGET_DEFAULT_FUNC(default_execution_direction) |
virtual bool | supports_enable_disable_tracepoint () TARGET_DEFAULT_RETURN(false) |
virtual bool | supports_string_tracing () TARGET_DEFAULT_RETURN(false) |
virtual bool | supports_evaluation_of_breakpoint_conditions () TARGET_DEFAULT_RETURN(false) |
virtual bool | supports_dumpcore () TARGET_DEFAULT_RETURN(false) |
virtual void | dumpcore (const char *filename) TARGET_DEFAULT_IGNORE() |
virtual bool | can_run_breakpoint_commands () TARGET_DEFAULT_RETURN(false) |
virtual bool | filesystem_is_local () TARGET_DEFAULT_RETURN(true) |
virtual void | trace_init () TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual void | download_tracepoint (struct bp_location *location) TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual bool | can_download_tracepoint () TARGET_DEFAULT_RETURN(false) |
virtual void | download_trace_state_variable (const trace_state_variable &tsv) TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual void | enable_tracepoint (struct bp_location *location) TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual void | disable_tracepoint (struct bp_location *location) TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual void | trace_set_readonly_regions () TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual void | trace_start () TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual int | get_trace_status (struct trace_status *ts) TARGET_DEFAULT_RETURN(-1) |
virtual void | get_tracepoint_status (tracepoint *tp, struct uploaded_tp *utp) TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual void | trace_stop () TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual int | trace_find (enum trace_find_type type, int num, CORE_ADDR addr1, CORE_ADDR addr2, int *tpp) TARGET_DEFAULT_RETURN(-1) |
virtual bool | get_trace_state_variable_value (int tsv, LONGEST *val) TARGET_DEFAULT_RETURN(false) |
virtual int | save_trace_data (const char *filename) TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual int | upload_tracepoints (struct uploaded_tp **utpp) TARGET_DEFAULT_RETURN(0) |
virtual int | upload_trace_state_variables (struct uploaded_tsv **utsvp) TARGET_DEFAULT_RETURN(0) |
virtual LONGEST | get_raw_trace_data (gdb_byte *buf, ULONGEST offset, LONGEST len) TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual int | get_min_fast_tracepoint_insn_len () TARGET_DEFAULT_RETURN(-1) |
virtual void | set_disconnected_tracing (int val) TARGET_DEFAULT_IGNORE() |
virtual void | set_circular_trace_buffer (int val) TARGET_DEFAULT_IGNORE() |
virtual void | set_trace_buffer_size (LONGEST val) TARGET_DEFAULT_IGNORE() |
virtual bool | set_trace_notes (const char *user, const char *notes, const char *stopnotes) TARGET_DEFAULT_RETURN(false) |
virtual int | core_of_thread (ptid_t ptid) TARGET_DEFAULT_RETURN(-1) |
virtual int | verify_memory (const gdb_byte *data, CORE_ADDR memaddr, ULONGEST size) TARGET_DEFAULT_FUNC(default_verify_memory) |
virtual bool | get_tib_address (ptid_t ptid, CORE_ADDR *addr) TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual void | set_permissions () TARGET_DEFAULT_IGNORE() |
virtual bool | static_tracepoint_marker_at (CORE_ADDR, static_tracepoint_marker *marker) TARGET_DEFAULT_RETURN(false) |
virtual std::vector< static_tracepoint_marker > | static_tracepoint_markers_by_strid (const char *id) TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual traceframe_info_up | traceframe_info () TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual struct btrace_target_info * | enable_btrace (thread_info *tp, const struct btrace_config *conf) TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual void | disable_btrace (struct btrace_target_info *tinfo) TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual void | teardown_btrace (struct btrace_target_info *tinfo) TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual enum btrace_error | read_btrace (struct btrace_data *data, struct btrace_target_info *btinfo, enum btrace_read_type type) TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual const struct btrace_config * | btrace_conf (const struct btrace_target_info *) TARGET_DEFAULT_RETURN(NULL) |
virtual enum record_method | record_method (ptid_t ptid) TARGET_DEFAULT_RETURN(RECORD_METHOD_NONE) |
virtual void | stop_recording () TARGET_DEFAULT_IGNORE() |
virtual void | info_record () TARGET_DEFAULT_IGNORE() |
virtual void | save_record (const char *filename) TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual bool | supports_delete_record () TARGET_DEFAULT_RETURN(false) |
virtual void | delete_record () TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual bool | record_is_replaying (ptid_t ptid) TARGET_DEFAULT_RETURN(false) |
virtual bool | record_will_replay (ptid_t ptid, int dir) TARGET_DEFAULT_RETURN(false) |
virtual void | record_stop_replaying () TARGET_DEFAULT_IGNORE() |
virtual void | goto_record_begin () TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual void | goto_record_end () TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual void | goto_record (ULONGEST insn) TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual void | insn_history (int size, gdb_disassembly_flags flags) TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual void | insn_history_from (ULONGEST from, int size, gdb_disassembly_flags flags) TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual void | insn_history_range (ULONGEST begin, ULONGEST end, gdb_disassembly_flags flags) TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual void | call_history (int size, record_print_flags flags) TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual void | call_history_from (ULONGEST begin, int size, record_print_flags flags) TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual void | call_history_range (ULONGEST begin, ULONGEST end, record_print_flags flags) TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual bool | augmented_libraries_svr4_read () TARGET_DEFAULT_RETURN(false) |
virtual const struct frame_unwind * | get_unwinder () TARGET_DEFAULT_RETURN(NULL) |
virtual const struct frame_unwind * | get_tailcall_unwinder () TARGET_DEFAULT_RETURN(NULL) |
virtual void | prepare_to_generate_core () TARGET_DEFAULT_IGNORE() |
virtual void | done_generating_core () TARGET_DEFAULT_IGNORE() |
virtual bool | supports_memory_tagging () TARGET_DEFAULT_RETURN(false) |
virtual bool | fetch_memtags (CORE_ADDR address, size_t len, gdb::byte_vector &tags, int type) TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual bool | store_memtags (CORE_ADDR address, size_t len, const gdb::byte_vector &tags, int type) TARGET_DEFAULT_NORETURN(tcomplain()) |
virtual x86_xsave_layout | fetch_x86_xsave_layout () TARGET_DEFAULT_RETURN(x86_xsave_layout()) |
Protected Member Functions | |
void | post_startup_inferior (ptid_t) override |
template<class Regset > | |
bool | fetch_register_set (struct regcache *regcache, int regnum, int fetch_op, const struct regset *regset, int regbase=0) |
template<class Regset > | |
bool | store_register_set (struct regcache *regcache, int regnum, int fetch_op, int store_op, const struct regset *regset, int regbase=0) |
size_t | have_regset (ptid_t ptid, int note) |
template<class Regset > | |
bool | fetch_regset (struct regcache *regcache, int regnum, int note, const struct regset *regset, int regbase=0) |
template<class Regset > | |
bool | store_regset (struct regcache *regcache, int regnum, int note, const struct regset *regset, int regbase=0) |
![]() | |
bool | async_file_open () |
void | async_file_close () |
void | async_file_flush () |
void | async_file_mark () |
void | detach_success (inferior *inf) |
![]() | |
void | maybe_unpush_target () |
Private Member Functions | |
ptid_t | wait_1 (ptid_t, struct target_waitstatus *, target_wait_flags) |
void | resume_one_process (ptid_t, int, enum gdb_signal) |
void | stop_process (inferior *) |
bool | fetch_register_set (struct regcache *regcache, int regnum, int fetch_op, const struct regset *regset, int regbase, void *regs, size_t size) |
bool | store_register_set (struct regcache *regcache, int regnum, int fetch_op, int store_op, const struct regset *regset, int regbase, void *regs, size_t size) |
bool | fetch_regset (struct regcache *regcache, int regnum, int note, const struct regset *regset, int regbase, void *regs, size_t size) |
bool | store_regset (struct regcache *regcache, int regnum, int note, const struct regset *regset, int regbase, void *regs, size_t size) |
void | add_pending_event (const ptid_t &ptid, const target_waitstatus &status) |
bool | have_pending_event (ptid_t filter) |
gdb::optional< pending_event > | take_pending_event (ptid_t filter) |
void | detach_fork_children (thread_info *tp) |
bool | detach_fork_children (inferior *inf) |
Private Attributes | |
std::list< pending_event > | m_pending_events |
Additional Inherited Members | |
![]() | |
static void | async_file_mark_if_open () |
![]() | |
bool | threads_executing = false |
int | connection_number = 0 |
bool | commit_resumed_state = false |
![]() | |
virtual gdb::array_view< const_gdb_byte > virtual thread_info_to_thread_handle(struct thread_info *) TARGET_DEFAULT_RETURN(gdb voi | stop )(ptid_t) TARGET_DEFAULT_IGNORE() |
Definition at line 47 of file fbsd-nat.h.
|
private |
Definition at line 82 of file fbsd-nat.c.
References find_inferior_ptid(), m_pending_events, and status.
Referenced by stop_process(), and wait().
|
overridevirtual |
Reimplemented from target_ops.
Definition at line 1054 of file fbsd-nat.c.
References inf_ptrace_target::async_file_close(), inf_ptrace_target::async_file_mark(), inf_ptrace_target::async_file_open(), inf_ptrace_target::async_wait_fd(), enable, handle_target_event(), and inf_ptrace_target::is_async_p().
|
overridevirtual |
Implements inf_child_target.
Definition at line 1840 of file fbsd-nat.c.
References inf_ptrace_target::attach(), current_inferior(), fbsd_inferior::num_lwps, inferior::priv, fbsd_inferior::resumed_lwps, and fbsd_inferior::running_lwps.
|
overridevirtual |
Reimplemented from target_ops.
Definition at line 1022 of file fbsd-nat.c.
References target_async_permitted.
|
overridevirtual |
Implements inf_child_target.
Definition at line 1822 of file fbsd-nat.c.
References inf_ptrace_target::create_inferior(), current_inferior(), disable_randomization, fbsd_inferior::num_lwps, inferior::priv, fbsd_inferior::resumed_lwps, and fbsd_inferior::running_lwps.
|
overridevirtual |
Reimplemented from target_ops.
Definition at line 2001 of file fbsd-nat.c.
References reg_buffer::arch(), regcache::aspace(), breakpoint_inserted_here_p(), target_waitstatus::child_ptid, detach_fork_children(), inf_ptrace_target::detach_success(), fbsd_nat_debug_printf, fbsd_nat_debug_start_end, gdbarch_decr_pc_after_break(), get_fbsd_inferior(), get_thread_regcache(), target_waitstatus::kind(), pending_ptrace_events(), fbsd_inferior::pending_sigstop, inf::pid, pid, PT_CONTINUE, ptrace, regcache_read_pc(), regcache_write_pc(), remove_breakpoints_inf(), fbsd_inferior::resumed_lwps, target_waitstatus::sig, stop_process(), target_announce_detach(), TARGET_WAITKIND_EXITED, TARGET_WAITKIND_FORKED, TARGET_WAITKIND_SIGNALLED, TARGET_WAITKIND_STOPPED, TARGET_WAITKIND_VFORKED, and wait_1().
|
private |
Definition at line 1886 of file fbsd-nat.c.
References detach_fork_children(), fbsd_nat_debug_printf, get_fbsd_inferior(), inf::pid, pid, ptrace, fbsd_inferior::resumed_lwps, take_pending_event(), TARGET_WAITKIND_EXITED, TARGET_WAITKIND_FORKED, TARGET_WAITKIND_SIGNALLED, and TARGET_WAITKIND_VFORKED.
|
private |
Definition at line 1855 of file fbsd-nat.c.
References target_waitstatus::child_ptid, fbsd_nat_debug_printf, thread_info::has_pending_waitstatus(), target_waitstatus::kind(), thread_info::pending_follow, thread_info::pending_waitstatus(), pid, ptrace, TARGET_WAITKIND_FORKED, and TARGET_WAITKIND_VFORKED.
Referenced by detach(), detach_fork_children(), and kill().
|
private |
Definition at line 2336 of file fbsd-nat.c.
References reg_buffer::arch(), get_ptrace_pid(), pid, regcache::ptid(), ptrace, PTRACE_TYPE_ARG3, regcache_map_supplies(), regset::regmap, regnum, size, and regset::supply_regset.
Referenced by fetch_register_set(), aarch64_fbsd_nat_target::fetch_registers(), amd64_fbsd_nat_target::fetch_registers(), arm_fbsd_nat_target::fetch_registers(), i386_fbsd_nat_target::fetch_registers(), and riscv_fbsd_nat_target::fetch_registers().
|
inlineprotected |
Definition at line 191 of file fbsd-nat.h.
References fetch_register_set(), and regnum.
|
private |
Definition at line 2403 of file fbsd-nat.c.
References reg_buffer::arch(), get_ptrace_pid(), pid, PT_GETREGSET, regcache::ptid(), ptrace, PTRACE_TYPE_ARG3, regcache_map_supplies(), regset::regmap, regnum, size, and regset::supply_regset.
Referenced by aarch64_fbsd_nat_target::fetch_registers(), arm_fbsd_nat_target::fetch_registers(), and fetch_regset().
|
inlineprotected |
Definition at line 221 of file fbsd-nat.h.
References fetch_regset(), and regnum.
|
overridevirtual |
Reimplemented from target_ops.
Definition at line 149 of file fbsd-nat.c.
References func, gdb_printf(), inferior_ptid, info_verbose, paddress(), pid, size, and target_gdbarch().
|
overridevirtual |
Reimplemented from target_ops.
Definition at line 2173 of file fbsd-nat.c.
References current_inferior(), inf_child_target::follow_exec(), and inferior::priv.
|
inlineoverridevirtual |
|
private |
Definition at line 92 of file fbsd-nat.c.
References m_pending_events.
Referenced by mourn_inferior(), and resume_one_process().
|
protected |
Definition at line 2388 of file fbsd-nat.c.
References get_ptrace_pid(), pid, PT_GETREGSET, ptrace, and PTRACE_TYPE_ARG3.
Referenced by aarch64_fbsd_nat_target::read_description(), and arm_fbsd_nat_target::read_description().
|
overridevirtual |
Reimplemented from target_ops.
Definition at line 249 of file fbsd-nat.c.
References fbsd_fetch_cmdline(), fbsd_fetch_kinfo_proc(), fbsd_info_proc_files_entry(), fbsd_info_proc_files_header(), fbsd_info_proc_mappings_entry(), fbsd_info_proc_mappings_header(), gdb_printf(), inferior_ptid, IP_ALL, IP_CMDLINE, IP_CWD, IP_EXE, IP_FILES, IP_MAPPINGS, IP_MINIMAL, IP_STAT, IP_STATUS, pid, and pid_to_exec_file().
|
overridevirtual |
Reimplemented from target_ops.
Definition at line 2292 of file fbsd-nat.c.
|
overridevirtual |
Reimplemented from target_ops.
Definition at line 2118 of file fbsd-nat.c.
References current_inferior(), detach_fork_children(), inferior_ptid, iterate_other_ptrace_events(), pid, PT_KILL, ptrace, status, stop_process(), and target_mourn_inferior().
Referenced by stop_process().
|
inlinevirtual |
Definition at line 132 of file fbsd-nat.h.
Referenced by wait_1().
|
inlinevirtual |
Reimplemented in x86_fbsd_nat_target.
Definition at line 128 of file fbsd-nat.h.
Referenced by wait_1().
|
inlinevirtual |
Definition at line 136 of file fbsd-nat.h.
Referenced by resume_one_process().
|
overridevirtual |
Reimplemented from target_ops.
Definition at line 2166 of file fbsd-nat.c.
References current_inferior(), have_pending_event(), inf_ptrace_target::mourn_inferior(), and pid.
|
overridevirtual |
Reimplemented from target_ops.
Definition at line 124 of file fbsd-nat.c.
References pid.
Referenced by info_proc(), and wait_1().
|
overridevirtual |
Reimplemented from target_ops.
Definition at line 865 of file fbsd-nat.c.
References normal_pid_to_str(), and pid.
|
overridevirtual |
Reimplemented from target_ops.
Definition at line 2283 of file fbsd-nat.c.
References fbsd_add_threads(), fbsd_enable_proc_events(), and pid.
|
overrideprotectedvirtual |
Implements inf_ptrace_target.
Definition at line 2275 of file fbsd-nat.c.
References fbsd_enable_proc_events(), and pid.
|
overridevirtual |
Reimplemented from target_ops.
Definition at line 2298 of file fbsd-nat.c.
|
override |
Definition at line 1273 of file fbsd-nat.c.
References all_non_exited_inferiors(), fbsd_nat_debug_start_end, inferior_ptid, inf::pid, resume_one_process(), and target_pid_to_str().
|
private |
Definition at line 1187 of file fbsd-nat.c.
References fbsd_nat_debug_printf, find_inferior_ptid(), get_fbsd_inferior(), get_ptrace_pid(), have_pending_event(), inferior_ptid, low_prepare_to_resume(), ptrace, inf_ptrace_target::resume(), fbsd_inferior::resumed_lwps, fbsd_inferior::running_lwps, and target_pid_to_str().
Referenced by resume().
|
private |
Definition at line 1585 of file fbsd-nat.c.
References add_pending_event(), fbsd_nat_debug_printf, get_fbsd_inferior(), kill(), fbsd_inferior::pending_sigstop, inf::pid, fbsd_inferior::resumed_lwps, fbsd_inferior::running_lwps, status, TARGET_WAITKIND_EXITED, TARGET_WAITKIND_IGNORE, TARGET_WAITKIND_SIGNALLED, TARGET_WAITKIND_STOPPED, TARGET_WNOHANG, and wait_1().
|
private |
Definition at line 2360 of file fbsd-nat.c.
References reg_buffer::arch(), regset::collect_regset, get_ptrace_pid(), pid, regcache::ptid(), ptrace, PTRACE_TYPE_ARG3, regcache_map_supplies(), regset::regmap, regnum, and size.
Referenced by store_register_set(), aarch64_fbsd_nat_target::store_registers(), amd64_fbsd_nat_target::store_registers(), arm_fbsd_nat_target::store_registers(), i386_fbsd_nat_target::store_registers(), and riscv_fbsd_nat_target::store_registers().
|
inlineprotected |
Definition at line 200 of file fbsd-nat.h.
References regnum, and store_register_set().
|
private |
Definition at line 2429 of file fbsd-nat.c.
References reg_buffer::arch(), regset::collect_regset, get_ptrace_pid(), pid, PT_GETREGSET, PT_SETREGSET, regcache::ptid(), ptrace, PTRACE_TYPE_ARG3, regcache_map_supplies(), regset::regmap, regnum, and size.
Referenced by aarch64_fbsd_nat_target::store_registers(), arm_fbsd_nat_target::store_registers(), and store_regset().
|
inlineprotected |
Definition at line 230 of file fbsd-nat.h.
References regnum, and store_regset().
|
overridevirtual |
Reimplemented from target_ops.
Definition at line 2324 of file fbsd-nat.c.
|
overridevirtual |
Reimplemented from target_ops.
Definition at line 2318 of file fbsd-nat.c.
|
private |
Definition at line 103 of file fbsd-nat.c.
References find_inferior_ptid(), get_fbsd_inferior(), m_pending_events, and fbsd_inferior::resumed_lwps.
Referenced by detach_fork_children(), and wait().
|
overridevirtual |
|
overridevirtual |
Reimplemented from target_ops.
Definition at line 1004 of file fbsd-nat.c.
References delete_exited_threads(), fbsd_add_threads(), inferior_ptid, and prune_threads().
|
overridevirtual |
Reimplemented from target_ops.
Definition at line 1659 of file fbsd-nat.c.
References add_pending_event(), all_non_exited_inferiors(), inf_ptrace_target::async_file_flush(), inf_ptrace_target::async_file_mark(), fbsd_nat_debug_printf, find_inferior_ptid(), get_fbsd_inferior(), inf_ptrace_target::is_async_p(), target_waitstatus::kind(), PT_CONTINUE, ptrace, fbsd_inferior::resumed_lwps, fbsd_inferior::running_lwps, stop_process(), take_pending_event(), target_options_to_string(), target_pid_to_str(), TARGET_WAITKIND_IGNORE, TARGET_WAITKIND_NO_RESUMED, target_waitstatus::to_string(), and wait_1().
|
private |
Definition at line 1349 of file fbsd-nat.c.
References add_thread(), catch_syscall_enabled(), catching_syscall_number(), debug_fbsd_nat, delete_thread(), fbsd_enable_proc_events(), fbsd_fetch_kinfo_proc(), fbsd_lwp_debug_printf, fbsd_nat_debug_printf, find_inferior_ptid(), process_stratum_target::find_thread(), get_fbsd_inferior(), in_thread_list(), target_waitstatus::kind(), low_delete_thread(), low_new_fork(), nullptr, fbsd_inferior::num_lwps, fbsd_inferior::pending_sigstop, pid, pid_to_exec_file(), PL_FLAG_SI, PT_CONTINUE, ptrace, fbsd_inferior::resumed_lwps, fbsd_inferior::running_lwps, target_waitstatus::set_execd(), target_waitstatus::set_forked(), target_waitstatus::set_spurious(), target_waitstatus::set_syscall_entry(), target_waitstatus::set_syscall_return(), target_waitstatus::set_vfork_done(), target_waitstatus::set_vforked(), target_waitstatus::sig, target_pid_to_str(), TARGET_WAITKIND_STOPPED, thread_change_ptid(), target_waitstatus::to_string(), and inf_ptrace_target::wait().
Referenced by detach(), stop_process(), and wait().
|
overridevirtual |
Reimplemented from target_ops.
Definition at line 634 of file fbsd-nat.c.
References fbsd_convert_siginfo(), fbsd_siginfo_size(), inferior_ptid, pid, PL_FLAG_SI, ptrace, PTRACE_TYPE_ARG3, TARGET_OBJECT_AUXV, TARGET_OBJECT_FREEBSD_PS_STRINGS, TARGET_OBJECT_FREEBSD_VMMAP, TARGET_OBJECT_SIGNAL_INFO, TARGET_XFER_E_IO, TARGET_XFER_EOF, TARGET_XFER_OK, and inf_ptrace_target::xfer_partial().
|
private |
Definition at line 269 of file fbsd-nat.h.
Referenced by add_pending_event(), have_pending_event(), and take_pending_event().