GDB (xrefs)
Loading...
Searching...
No Matches
Functions | Variables
microblaze-linux-tdep.c File Reference
#include "defs.h"
#include "frame.h"
#include "inferior.h"
#include "symtab.h"
#include "target.h"
#include "gdbcore.h"
#include "gdbcmd.h"
#include "symfile.h"
#include "objfiles.h"
#include "regcache.h"
#include "value.h"
#include "osabi.h"
#include "regset.h"
#include "solib-svr4.h"
#include "microblaze-tdep.h"
#include "trad-frame.h"
#include "frame-unwind.h"
#include "tramp-frame.h"
#include "linux-tdep.h"

Go to the source code of this file.

Functions

static int microblaze_linux_memory_remove_breakpoint (struct gdbarch *gdbarch, struct bp_target_info *bp_tgt)
 
static void microblaze_linux_sigtramp_cache (frame_info_ptr next_frame, struct trad_frame_cache *this_cache, CORE_ADDR func, LONGEST offset, int bias)
 
static void microblaze_linux_sighandler_cache_init (const struct tramp_frame *self, frame_info_ptr next_frame, struct trad_frame_cache *this_cache, CORE_ADDR func)
 
static void microblaze_linux_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
 
void _initialize_microblaze_linux_tdep ()
 

Variables

static struct tramp_frame microblaze_linux_sighandler_tramp_frame
 

Function Documentation

◆ _initialize_microblaze_linux_tdep()

void _initialize_microblaze_linux_tdep ( )

◆ microblaze_linux_init_abi()

static void microblaze_linux_init_abi ( struct gdbarch_info info,
struct gdbarch * gdbarch )
static

◆ microblaze_linux_memory_remove_breakpoint()

static int microblaze_linux_memory_remove_breakpoint ( struct gdbarch * gdbarch,
struct bp_target_info * bp_tgt )
static

◆ microblaze_linux_sighandler_cache_init()

static void microblaze_linux_sighandler_cache_init ( const struct tramp_frame * self,
frame_info_ptr next_frame,
struct trad_frame_cache * this_cache,
CORE_ADDR func )
static

Definition at line 92 of file microblaze-linux-tdep.c.

References func, and microblaze_linux_sigtramp_cache().

◆ microblaze_linux_sigtramp_cache()

static void microblaze_linux_sigtramp_cache ( frame_info_ptr next_frame,
struct trad_frame_cache * this_cache,
CORE_ADDR func,
LONGEST offset,
int bias )
static

Variable Documentation

◆ microblaze_linux_sighandler_tramp_frame

struct tramp_frame microblaze_linux_sighandler_tramp_frame
static
Initial value:
=
{
4,
{
{ 0x31800077, ULONGEST_MAX },
{ 0xb9cc0008, ULONGEST_MAX },
},
}
@ SIGTRAMP_FRAME
Definition frame.h:198
static void microblaze_linux_sighandler_cache_init(const struct tramp_frame *self, frame_info_ptr next_frame, struct trad_frame_cache *this_cache, CORE_ADDR func)
#define TRAMP_SENTINEL_INSN
Definition tramp-frame.h:44

Definition at line 103 of file microblaze-linux-tdep.c.

Referenced by microblaze_linux_init_abi().