GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
linux_nat_target Class Referenceabstract

#include "linux-nat.h"

Inheritance diagram for linux_nat_target:
inf_ptrace_target inf_child_target memory_breakpoint_target< process_stratum_target > process_stratum_target target_ops aarch64_nat_target< linux_nat_target > x86_nat_target< linux_nat_target > arc_linux_nat_target arm_linux_nat_target hppa_linux_nat_target ia64_linux_nat_target linux_nat_trad_target m32r_linux_nat_target m68k_linux_nat_target or1k_linux_nat_target ppc_linux_nat_target riscv_linux_nat_target s390_linux_nat_target sparc64_linux_nat_target sparc_linux_nat_target tilegx_linux_nat_target xtensa_linux_nat_target

Public Member Functions

 linux_nat_target ()
 
 ~linux_nat_target () override=0
 
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 resume (ptid_t, int, enum gdb_signal) override
 
ptid_t wait (ptid_t, struct target_waitstatus *, target_wait_flags) override
 
void pass_signals (gdb::array_view< const unsigned char >) 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
 
void kill () override
 
void mourn_inferior () override
 
bool thread_alive (ptid_t ptid) override
 
void update_thread_list () override
 
std::string pid_to_str (ptid_t) override
 
const char * thread_name (struct thread_info *) override
 
struct address_spacethread_address_space (ptid_t) override
 
bool stopped_by_watchpoint () override
 
bool stopped_data_address (CORE_ADDR *) override
 
bool stopped_by_sw_breakpoint () override
 
bool supports_stopped_by_sw_breakpoint () override
 
bool stopped_by_hw_breakpoint () override
 
bool supports_stopped_by_hw_breakpoint () override
 
void thread_events (int) override
 
bool can_async_p () override
 
bool supports_non_stop () override
 
bool always_non_stop_p () override
 
void async (bool) override
 
void stop (ptid_t) override
 
bool supports_multi_process () override
 
bool supports_disable_randomization () override
 
int core_of_thread (ptid_t ptid) override
 
bool filesystem_is_local () override
 
int fileio_open (struct inferior *inf, const char *filename, int flags, int mode, int warn_if_slow, fileio_error *target_errno) override
 
gdb::optional< std::string > fileio_readlink (struct inferior *inf, const char *filename, fileio_error *target_errno) override
 
int fileio_unlink (struct inferior *inf, const char *filename, fileio_error *target_errno) override
 
int insert_fork_catchpoint (int) override
 
int remove_fork_catchpoint (int) override
 
int insert_vfork_catchpoint (int) override
 
int remove_vfork_catchpoint (int) override
 
int insert_exec_catchpoint (int) override
 
int remove_exec_catchpoint (int) override
 
int set_syscall_catchpoint (int pid, bool needed, int any_count, gdb::array_view< const int > syscall_counts) override
 
const char * pid_to_exec_file (int pid) override
 
void post_attach (int) override
 
void follow_fork (inferior *, ptid_t, target_waitkind, bool, bool) override
 
std::vector< static_tracepoint_markerstatic_tracepoint_markers_by_strid (const char *id) override
 
virtual void low_resume (ptid_t ptid, int step, enum gdb_signal sig)
 
virtual bool low_stopped_by_watchpoint ()
 
virtual bool low_stopped_data_address (CORE_ADDR *addr_p)
 
virtual void low_new_thread (struct lwp_info *)
 
virtual void low_delete_thread (struct arch_lwp_info *lp)
 
virtual void low_new_fork (struct lwp_info *parent, pid_t child_pid)
 
virtual void low_new_clone (struct lwp_info *parent, pid_t child_lwp)
 
virtual void low_forget_process (pid_t pid)
 
virtual void low_prepare_to_resume (struct lwp_info *)
 
virtual bool low_siginfo_fixup (siginfo_t *ptrace, gdb_byte *inf, int direction)
 
virtual bool low_status_is_event (int status)
 
- Public Member Functions inherited from inf_ptrace_target
 ~inf_ptrace_target () override=0
 
void close () override
 
void resume (ptid_t, int, enum gdb_signal) override
 
void files_info () override
 
bool is_async_p () override
 
int async_wait_fd () override
 
- Public Member Functions inherited from inf_child_target
 inf_child_target ()=default
 
 ~inf_child_target () override=0
 
const target_infoinfo () 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
 
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
 
bool use_agent (bool use) override
 
bool can_use_agent () override
 
- Public Member Functions inherited from memory_breakpoint_target< process_stratum_target >
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
 
- Public Member Functions inherited from process_stratum_target
 ~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_spacethread_address_space (ptid_t ptid) override
 
struct gdbarchthread_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_inforandom_resumed_with_pending_wait_status (inferior *inf, ptid_t filter_ptid)
 
thread_infofind_thread (ptid_t ptid)
 
- Public Member Functions inherited from target_ops
target_opsbeneath () 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 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 have_steppable_watchpoint () 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 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 thread_infothread_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_tableget_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 int find_memory_regions (find_memory_region_ftype func, void *data) TARGET_DEFAULT_FUNC(dummy_find_memory_regions)
 
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_descread_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 info_proc (const char *, enum info_proc_what)
 
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 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 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_unwindget_unwinder () TARGET_DEFAULT_RETURN(NULL)
 
virtual const struct frame_unwindget_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
 
- Protected Member Functions inherited from inf_ptrace_target
bool async_file_open ()
 
void async_file_close ()
 
void async_file_flush ()
 
void async_file_mark ()
 
void detach_success (inferior *inf)
 
- Protected Member Functions inherited from inf_child_target
void maybe_unpush_target ()
 

Additional Inherited Members

- Static Public Member Functions inherited from inf_ptrace_target
static void async_file_mark_if_open ()
 
- Public Attributes inherited from process_stratum_target
bool threads_executing = false
 
int connection_number = 0
 
bool commit_resumed_state = false
 
- Public Attributes inherited from target_ops
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()
 

Detailed Description

Definition at line 31 of file linux-nat.h.

Constructor & Destructor Documentation

◆ linux_nat_target()

linux_nat_target::linux_nat_target ( )

Definition at line 4467 of file linux-nat.c.

◆ ~linux_nat_target()

linux_nat_target::~linux_nat_target ( )
overridepure virtual

Definition at line 390 of file linux-nat.c.

Member Function Documentation

◆ always_non_stop_p()

bool linux_nat_target::always_non_stop_p ( )
overridevirtual

Reimplemented from target_ops.

Definition at line 4199 of file linux-nat.c.

◆ async()

void linux_nat_target::async ( bool enable)
overridevirtual

◆ attach()

void linux_nat_target::attach ( const char * args,
int from_tty )
overridevirtual

◆ can_async_p()

bool linux_nat_target::can_async_p ( )
overridevirtual

Reimplemented from target_ops.

Definition at line 4181 of file linux-nat.c.

References target_async_permitted.

◆ core_of_thread()

int linux_nat_target::core_of_thread ( ptid_t ptid)
overridevirtual

Reimplemented from target_ops.

Definition at line 4358 of file linux-nat.c.

References find_lwp_pid(), and inf_child_target::info().

◆ create_inferior()

void linux_nat_target::create_inferior ( const char * exec_file,
const std::string & allargs,
char ** env,
int from_tty )
overridevirtual

◆ detach()

void linux_nat_target::detach ( inferior * inf,
int from_tty )
overridevirtual

◆ fileio_open()

int linux_nat_target::fileio_open ( struct inferior * inf,
const char * filename,
int flags,
int mode,
int warn_if_slow,
fileio_error * target_errno )
overridevirtual

Reimplemented from inf_child_target.

Definition at line 4400 of file linux-nat.c.

References flags, linux_mntns_open_cloexec(), and linux_nat_fileio_pid_of().

◆ fileio_readlink()

gdb::optional< std::string > linux_nat_target::fileio_readlink ( struct inferior * inf,
const char * filename,
fileio_error * target_errno )
overridevirtual

Reimplemented from inf_child_target.

Definition at line 4426 of file linux-nat.c.

References linux_mntns_readlink(), and linux_nat_fileio_pid_of().

◆ fileio_unlink()

int linux_nat_target::fileio_unlink ( struct inferior * inf,
const char * filename,
fileio_error * target_errno )
overridevirtual

Reimplemented from inf_child_target.

Definition at line 4446 of file linux-nat.c.

References linux_mntns_unlink(), and linux_nat_fileio_pid_of().

◆ filesystem_is_local()

bool linux_nat_target::filesystem_is_local ( )
overridevirtual

Reimplemented from target_ops.

Definition at line 4370 of file linux-nat.c.

References current_inferior(), LINUX_NS_MNT, linux_ns_same(), and inf::pid.

◆ follow_fork()

void linux_nat_target::follow_fork ( inferior * child_inf,
ptid_t child_ptid,
target_waitkind fork_kind,
bool follow_child,
bool detach_fork )
overridevirtual

◆ get_thread_control_capabilities()

thread_control_capabilities linux_nat_target::get_thread_control_capabilities ( )
inlineoverridevirtual

Reimplemented from target_ops.

Definition at line 37 of file linux-nat.h.

References tc_schedlock.

◆ insert_exec_catchpoint()

int linux_nat_target::insert_exec_catchpoint ( int pid)
overridevirtual

Reimplemented from target_ops.

Definition at line 557 of file linux-nat.c.

◆ insert_fork_catchpoint()

int linux_nat_target::insert_fork_catchpoint ( int pid)
overridevirtual

Reimplemented from target_ops.

Definition at line 533 of file linux-nat.c.

◆ insert_vfork_catchpoint()

int linux_nat_target::insert_vfork_catchpoint ( int pid)
overridevirtual

Reimplemented from target_ops.

Definition at line 545 of file linux-nat.c.

◆ kill()

void linux_nat_target::kill ( )
overridevirtual

◆ low_delete_thread()

virtual void linux_nat_target::low_delete_thread ( struct arch_lwp_info * lp)
inlinevirtual

◆ low_forget_process()

virtual void linux_nat_target::low_forget_process ( pid_t pid)
inlinevirtual

◆ low_new_clone()

virtual void linux_nat_target::low_new_clone ( struct lwp_info * parent,
pid_t child_lwp )
inlinevirtual

Reimplemented in ppc_linux_nat_target.

Definition at line 162 of file linux-nat.h.

Referenced by linux_handle_extended_wait().

◆ low_new_fork()

virtual void linux_nat_target::low_new_fork ( struct lwp_info * parent,
pid_t child_pid )
inlinevirtual

◆ low_new_thread()

virtual void linux_nat_target::low_new_thread ( struct lwp_info * )
inlinevirtual

◆ low_prepare_to_resume()

virtual void linux_nat_target::low_prepare_to_resume ( struct lwp_info * )
inlinevirtual

◆ low_resume()

virtual void linux_nat_target::low_resume ( ptid_t ptid,
int step,
enum gdb_signal sig )
inlinevirtual

Reimplemented in i386_linux_nat_target.

Definition at line 138 of file linux-nat.h.

References inf_ptrace_target::resume().

Referenced by linux_resume_one_lwp_throw().

◆ low_siginfo_fixup()

virtual bool linux_nat_target::low_siginfo_fixup ( siginfo_t * ptrace,
gdb_byte * inf,
int direction )
inlinevirtual

Reimplemented in aarch64_linux_nat_target, and amd64_linux_nat_target.

Definition at line 179 of file linux-nat.h.

Referenced by siginfo_fixup().

◆ low_status_is_event()

bool linux_nat_target::low_status_is_event ( int status)
virtual

Reimplemented in ia64_linux_nat_target.

Definition at line 2344 of file linux-nat.c.

References status.

Referenced by linux_nat_wait_1(), and save_stop_reason().

◆ low_stopped_by_watchpoint()

virtual bool linux_nat_target::low_stopped_by_watchpoint ( )
inlinevirtual

Reimplemented in ppc_linux_nat_target, and x86_linux_nat_target.

Definition at line 141 of file linux-nat.h.

Referenced by check_stopped_by_watchpoint().

◆ low_stopped_data_address()

virtual bool linux_nat_target::low_stopped_data_address ( CORE_ADDR * addr_p)
inlinevirtual

Reimplemented in ppc_linux_nat_target, and x86_linux_nat_target.

Definition at line 144 of file linux-nat.h.

Referenced by check_stopped_by_watchpoint().

◆ mourn_inferior()

void linux_nat_target::mourn_inferior ( )
overridevirtual

◆ pass_signals()

void linux_nat_target::pass_signals ( gdb::array_view< const unsigned char > pass_signals)
override

Definition at line 708 of file linux-nat.c.

References pass_mask, and pass_signals().

Referenced by attach(), create_inferior(), and pass_signals().

◆ pid_to_exec_file()

const char * linux_nat_target::pid_to_exec_file ( int pid)
overridevirtual

Reimplemented from inf_child_target.

Definition at line 3800 of file linux-nat.c.

References linux_proc_pid_to_exec_file(), and pid.

◆ pid_to_str()

std::string linux_nat_target::pid_to_str ( ptid_t ptid)
overridevirtual

Reimplemented from inf_ptrace_target.

Definition at line 3780 of file linux-nat.c.

References normal_pid_to_str(), and num_lwps().

◆ post_attach()

void linux_nat_target::post_attach ( int pid)
overridevirtual

Reimplemented from inf_child_target.

Definition at line 394 of file linux-nat.c.

References linux_init_ptrace_procfs(), and pid.

Referenced by aarch64_linux_nat_target::post_attach().

◆ post_startup_inferior()

void linux_nat_target::post_startup_inferior ( ptid_t ptid)
overrideprotectedvirtual

◆ remove_exec_catchpoint()

int linux_nat_target::remove_exec_catchpoint ( int pid)
overridevirtual

Reimplemented from target_ops.

Definition at line 563 of file linux-nat.c.

◆ remove_fork_catchpoint()

int linux_nat_target::remove_fork_catchpoint ( int pid)
overridevirtual

Reimplemented from target_ops.

Definition at line 539 of file linux-nat.c.

◆ remove_vfork_catchpoint()

int linux_nat_target::remove_vfork_catchpoint ( int pid)
overridevirtual

Reimplemented from target_ops.

Definition at line 551 of file linux-nat.c.

◆ resume()

void linux_nat_target::resume ( ptid_t scope_ptid,
int step,
enum gdb_signal signo )
override

◆ set_syscall_catchpoint()

int linux_nat_target::set_syscall_catchpoint ( int pid,
bool needed,
int any_count,
gdb::array_view< const int > syscall_counts )
overridevirtual

Reimplemented from target_ops.

Definition at line 569 of file linux-nat.c.

◆ static_tracepoint_markers_by_strid()

std::vector< static_tracepoint_marker > linux_nat_target::static_tracepoint_markers_by_strid ( const char * id)
overridevirtual

◆ stop()

void linux_nat_target::stop ( ptid_t ptid)
override

◆ stopped_by_hw_breakpoint()

bool linux_nat_target::stopped_by_hw_breakpoint ( )
overridevirtual

Reimplemented from target_ops.

Reimplemented in x86_nat_target< linux_nat_target >.

Definition at line 2677 of file linux-nat.c.

References find_lwp_pid(), inferior_ptid, lwp_info::stop_reason, and TARGET_STOPPED_BY_HW_BREAKPOINT.

◆ stopped_by_sw_breakpoint()

bool linux_nat_target::stopped_by_sw_breakpoint ( )
overridevirtual

Reimplemented from target_ops.

Definition at line 2656 of file linux-nat.c.

References find_lwp_pid(), inferior_ptid, lwp_info::stop_reason, and TARGET_STOPPED_BY_SW_BREAKPOINT.

◆ stopped_by_watchpoint()

bool linux_nat_target::stopped_by_watchpoint ( )
overridevirtual

◆ stopped_data_address()

bool linux_nat_target::stopped_data_address ( CORE_ADDR * addr_p)
overridevirtual

◆ supports_disable_randomization()

bool linux_nat_target::supports_disable_randomization ( )
overridevirtual

Reimplemented from target_ops.

Definition at line 4211 of file linux-nat.c.

◆ supports_multi_process()

bool linux_nat_target::supports_multi_process ( )
overridevirtual

Reimplemented from target_ops.

Definition at line 4205 of file linux-nat.c.

◆ supports_non_stop()

bool linux_nat_target::supports_non_stop ( )
overridevirtual

Reimplemented from target_ops.

Definition at line 4191 of file linux-nat.c.

◆ supports_stopped_by_hw_breakpoint()

bool linux_nat_target::supports_stopped_by_hw_breakpoint ( )
overridevirtual

Reimplemented from target_ops.

Definition at line 2689 of file linux-nat.c.

References USE_SIGTRAP_SIGINFO.

◆ supports_stopped_by_sw_breakpoint()

bool linux_nat_target::supports_stopped_by_sw_breakpoint ( )
overridevirtual

Reimplemented from target_ops.

Definition at line 2668 of file linux-nat.c.

References USE_SIGTRAP_SIGINFO.

◆ thread_address_space()

struct address_space * linux_nat_target::thread_address_space ( ptid_t ptid)
overridevirtual

Reimplemented from target_ops.

Definition at line 4331 of file linux-nat.c.

References find_inferior_pid(), find_lwp_pid(), pid, and lwp_info::ptid.

◆ thread_alive()

bool linux_nat_target::thread_alive ( ptid_t ptid)
overridevirtual

Reimplemented from inf_ptrace_target.

Definition at line 3750 of file linux-nat.c.

References find_lwp_pid().

◆ thread_events()

void linux_nat_target::thread_events ( int enable)
overridevirtual

Reimplemented from target_ops.

Definition at line 4462 of file linux-nat.c.

References enable, and report_thread_events.

◆ thread_name()

const char * linux_nat_target::thread_name ( struct thread_info * thr)
overridevirtual

Reimplemented from target_ops.

Definition at line 3791 of file linux-nat.c.

References linux_proc_tid_get_name(), and thread_info::ptid.

◆ update_thread_list()

void linux_nat_target::update_thread_list ( )
overridevirtual

Reimplemented from target_ops.

Definition at line 3760 of file linux-nat.c.

References all_lwps(), delete_exited_threads(), and linux_common_core_of_thread().

◆ wait()

ptid_t linux_nat_target::wait ( ptid_t ptid,
struct target_waitstatus * ourstatus,
target_wait_flags target_options )
overridevirtual

◆ xfer_partial()

enum target_xfer_status linux_nat_target::xfer_partial ( enum target_object object,
const char * annex,
gdb_byte * readbuf,
const gdb_byte * writebuf,
ULONGEST offset,
ULONGEST len,
ULONGEST * xfered_len )
overridevirtual

The documentation for this class was generated from the following files: