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

Go to the source code of this file.

Functions

int nbsd_pc_in_sigtramp (CORE_ADDR, const char *)
 
void nbsd_init_abi (struct gdbarch_info, struct gdbarch *)
 
void nbsd_info_proc_mappings_header (int addr_bit)
 
void nbsd_info_proc_mappings_entry (int addr_bit, ULONGEST kve_start, ULONGEST kve_end, ULONGEST kve_offset, int kve_flags, int kve_protection, const char *kve_path)
 

Function Documentation

◆ nbsd_info_proc_mappings_entry()

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

Definition at line 554 of file netbsd-tdep.c.

References gdb_printf(), and nbsd_vm_map_entry_flags().

Referenced by nbsd_nat_target::info_proc().

◆ nbsd_info_proc_mappings_header()

void nbsd_info_proc_mappings_header ( int addr_bit)
extern

Definition at line 512 of file netbsd-tdep.c.

References gdb_printf().

Referenced by nbsd_nat_target::info_proc().

◆ nbsd_init_abi()

void nbsd_init_abi ( struct gdbarch_info info,
struct gdbarch * gdbarch )

◆ nbsd_pc_in_sigtramp()

int nbsd_pc_in_sigtramp ( CORE_ADDR pc,
const char * func_name )