GDB (API)
Defines | Functions
/home/stan/gdb/src/gdb/arm-wince-tdep.c File Reference
#include "defs.h"
#include "osabi.h"
#include "gdbcore.h"
#include "target.h"
#include "frame.h"
#include "gdb_string.h"
#include "arm-tdep.h"
#include "windows-tdep.h"

Go to the source code of this file.

Defines

#define ARM_WINCE_JB_ELEMENT_SIZE   INT_REGISTER_SIZE
#define ARM_WINCE_JB_PC   10
#define sign_extend(V, N)   (((long) (V) ^ (1L << ((N) - 1))) - (1L << ((N) - 1)))

Functions

void _initialize_arm_wince_tdep (void)

Define Documentation

Definition at line 36 of file arm-wince-tdep.c.

#define ARM_WINCE_JB_PC   10

Definition at line 37 of file arm-wince-tdep.c.

#define sign_extend (   V,
 
)    (((long) (V) ^ (1L << ((N) - 1))) - (1L << ((N) - 1)))

Function Documentation

void _initialize_arm_wince_tdep ( void  )
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines