GDB (xrefs)
|
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) |
|
extern |
Definition at line 2027 of file fbsd-tdep.c.
References builtin_type::builtin_data_ptr, builtin_type(), fbsd_get_tls_index(), gdbarch_pointer_to_address(), gdbarch_ptr_bit(), type::length(), lm_addr(), and target_read_memory().
Referenced by aarch64_fbsd_get_thread_local_address(), amd64fbsd_get_thread_local_address(), arm_fbsd_get_thread_local_address(), i386fbsd_get_thread_local_address(), ppcfbsd_get_thread_local_address(), and riscv_fbsd_get_thread_local_address().
|
extern |
Definition at line 957 of file fbsd-tdep.c.
References FBSD_AF_INET, FBSD_AF_INET6, FBSD_AF_UNIX, fbsd_file_fd(), fbsd_file_flags(), fbsd_file_type(), fbsd_ipproto(), fbsd_print_sockaddr_in(), fbsd_print_sockaddr_in6(), FBSD_SOCK_DGRAM, FBSD_SOCK_SEQPACKET, FBSD_SOCK_STREAM, gdb_printf(), KINFO_FILE_TYPE_SOCKET, and fbsd_sockaddr_un::sun_path.
Referenced by fbsd_core_info_proc_files(), and fbsd_nat_target::info_proc().
|
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().
|
extern |
Definition at line 1122 of file fbsd-tdep.c.
References fbsd_vm_map_entry_flags(), and gdb_printf().
Referenced by fbsd_core_info_proc_mappings(), and fbsd_nat_target::info_proc().
|
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().
|
extern |
Definition at line 2380 of file fbsd-tdep.c.
References fbsd_core_info_proc(), fbsd_core_pid_to_str(), fbsd_core_thread_name(), fbsd_core_xfer_siginfo(), fbsd_gdb_signal_from_target(), fbsd_gdb_signal_to_target(), fbsd_get_siginfo_type(), fbsd_get_syscall_number(), fbsd_make_corefile_notes(), fbsd_print_auxv_entry(), fbsd_report_signal_info(), fbsd_skip_solib_resolver(), fbsd_vsyscall_range(), set_gdbarch_core_info_proc(), set_gdbarch_core_pid_to_str(), set_gdbarch_core_thread_name(), set_gdbarch_core_xfer_siginfo(), set_gdbarch_gdb_signal_from_target(), set_gdbarch_gdb_signal_to_target(), set_gdbarch_get_siginfo_type(), set_gdbarch_get_syscall_number(), set_gdbarch_make_corefile_notes(), set_gdbarch_print_auxv_entry(), set_gdbarch_report_signal_info(), set_gdbarch_skip_solib_resolver(), set_gdbarch_vsyscall_range(), and set_xml_syscall_file_name().
Referenced by aarch64_fbsd_init_abi(), amd64fbsd_init_abi(), arm_fbsd_init_abi(), i386fbsd_init_abi(), mips_fbsd_init_abi(), ppcfbsd_init_abi(), riscv_fbsd_init_abi(), and sparc64fbsd_init_abi().
|
extern |
Definition at line 2053 of file fbsd-tdep.c.
References frame_unwind_caller_pc(), get_current_frame(), lookup_bound_minimal_symbol(), bound_minimal_symbol::minsym, and bound_minimal_symbol::value_address().
Referenced by fbsd_init_abi(), and mips_fbsd_skip_solib_resolver().