GDB (xrefs)
Loading...
Searching...
No Matches
Functions
fbsd-tdep.h File Reference

Go to the source code of this file.

Functions

void fbsd_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
 
void fbsd_info_proc_files_header ()
 
void fbsd_info_proc_files_entry (int kf_type, int kf_fd, int kf_flags, LONGEST kf_offset, int kf_vnode_type, int kf_sock_domain, int kf_sock_type, int kf_sock_protocol, const void *kf_sa_local, const void *kf_sa_peer, const void *kf_path)
 
void fbsd_info_proc_mappings_header (int addr_bit)
 
void fbsd_info_proc_mappings_entry (int addr_bit, ULONGEST kve_start, ULONGEST kve_end, ULONGEST kve_offset, int kve_flags, int kve_protection, const void *kve_path)
 
CORE_ADDR fbsd_get_thread_local_address (struct gdbarch *gdbarch, CORE_ADDR dtv_addr, CORE_ADDR lm_addr, CORE_ADDR offset)
 
CORE_ADDR fbsd_skip_solib_resolver (struct gdbarch *gdbarch, CORE_ADDR pc)
 

Function Documentation

◆ fbsd_get_thread_local_address()

CORE_ADDR fbsd_get_thread_local_address ( struct gdbarch * gdbarch,
CORE_ADDR dtv_addr,
CORE_ADDR lm_addr,
CORE_ADDR offset )
extern

◆ fbsd_info_proc_files_entry()

void fbsd_info_proc_files_entry ( int kf_type,
int kf_fd,
int kf_flags,
LONGEST kf_offset,
int kf_vnode_type,
int kf_sock_domain,
int kf_sock_type,
int kf_sock_protocol,
const void * kf_sa_local,
const void * kf_sa_peer,
const void * kf_path )
extern

◆ fbsd_info_proc_files_header()

void fbsd_info_proc_files_header ( )
extern

Definition at line 947 of file fbsd-tdep.c.

References gdb_printf().

Referenced by fbsd_core_info_proc_files(), and fbsd_nat_target::info_proc().

◆ fbsd_info_proc_mappings_entry()

void fbsd_info_proc_mappings_entry ( int addr_bit,
ULONGEST kve_start,
ULONGEST kve_end,
ULONGEST kve_offset,
int kve_flags,
int kve_protection,
const void * kve_path )
extern

◆ fbsd_info_proc_mappings_header()

void fbsd_info_proc_mappings_header ( int addr_bit)
extern

Definition at line 1100 of file fbsd-tdep.c.

References gdb_printf().

Referenced by fbsd_core_info_proc_mappings(), and fbsd_nat_target::info_proc().

◆ fbsd_init_abi()

void fbsd_init_abi ( struct gdbarch_info info,
struct gdbarch * gdbarch )
extern

◆ fbsd_skip_solib_resolver()

CORE_ADDR fbsd_skip_solib_resolver ( struct gdbarch * gdbarch,
CORE_ADDR pc )
extern