GDB (xrefs)
|
#include "defs.h"
#include "elf-none-tdep.h"
#include "regset.h"
#include "elf-bfd.h"
#include "inferior.h"
#include "regcache.h"
#include "gdbarch.h"
#include "gcore.h"
#include "gcore-elf.h"
Go to the source code of this file.
Functions | |
static gdb::unique_xmalloc_ptr< char > | elf_none_make_corefile_notes (struct gdbarch *gdbarch, bfd *obfd, int *note_size) |
void | elf_none_init_abi (struct gdbarch *gdbarch) |
void elf_none_init_abi | ( | struct gdbarch * | gdbarch | ) |
Definition at line 126 of file elf-none-tdep.c.
References elf_none_make_corefile_notes(), and set_gdbarch_make_corefile_notes().
Referenced by arm_none_init_abi(), and riscv_none_init_abi().
|
static |
Definition at line 36 of file elf-none-tdep.c.
References inferior::args(), current_inferior(), exception_print(), gcore_elf_build_thread_register_notes(), gcore_elf_make_tdesc_note(), gcore_find_signalled_thread(), gdb_stderr, get_exec_file(), inferior::non_exited_threads(), thread_info::ptid, thread_info::stop_signal(), target_thread_architecture(), and update_thread_list().
Referenced by elf_none_init_abi().