GDB (xrefs)
Functions | Variables
/tmp/gdb-7.10/gdb/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 (struct frame_info *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, struct frame_info *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 (void)
 

Variables

static struct tramp_frame microblaze_linux_sighandler_tramp_frame
 
initialize_file_ftype _initialize_microblaze_linux_tdep
 

Function Documentation

void _initialize_microblaze_linux_tdep ( void  )
static void microblaze_linux_init_abi ( struct gdbarch_info  info,
struct gdbarch gdbarch 
)
static
static int microblaze_linux_memory_remove_breakpoint ( struct gdbarch gdbarch,
struct bp_target_info bp_tgt 
)
static
static void microblaze_linux_sighandler_cache_init ( const struct tramp_frame self,
struct frame_info next_frame,
struct trad_frame_cache this_cache,
CORE_ADDR  func 
)
static

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

References microblaze_linux_sigtramp_cache().

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

Variable Documentation

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

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