GDB (xrefs)
Loading...
Searching...
No Matches
Functions | Variables
amd64-sol2-tdep.c File Reference
#include "defs.h"
#include "frame.h"
#include "gdbcore.h"
#include "regcache.h"
#include "osabi.h"
#include "symtab.h"
#include "sol2-tdep.h"
#include "amd64-tdep.h"
#include "gdbsupport/x86-xstate.h"
#include "solib-svr4.h"

Go to the source code of this file.

Functions

static CORE_ADDR amd64_sol2_mcontext_addr (frame_info_ptr this_frame)
 
static void amd64_sol2_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
 
void _initialize_amd64_sol2_tdep ()
 

Variables

static int amd64_sol2_gregset_reg_offset []
 

Function Documentation

◆ _initialize_amd64_sol2_tdep()

void _initialize_amd64_sol2_tdep ( )

◆ amd64_sol2_init_abi()

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

◆ amd64_sol2_mcontext_addr()

static CORE_ADDR amd64_sol2_mcontext_addr ( frame_info_ptr this_frame)
static

Variable Documentation

◆ amd64_sol2_gregset_reg_offset

int amd64_sol2_gregset_reg_offset[]
static
Initial value:
= {
14 * 8,
11 * 8,
13 * 8,
12 * 8,
9 * 8,
8 * 8,
10 * 8,
20 * 8,
7 * 8,
6 * 8,
5 * 8,
4 * 8,
3 * 8,
2 * 8,
1 * 8,
0 * 8,
17 * 8,
19 * 8,
18 * 8,
21 * 8,
25 * 8,
24 * 8,
22 * 8,
23 * 8
}

Definition at line 38 of file amd64-sol2-tdep.c.

Referenced by amd64_sol2_init_abi().