GDB (API)
Defines | Functions
/home/stan/gdb/src/gdb/config/i386/nm-i386gnu.h File Reference
#include <unistd.h>
#include <mach.h>
#include <mach/exception.h>
#include "regcache.h"

Go to the source code of this file.

Defines

#define THREAD_STATE_FLAVOR   i386_REGS_SEGS_STATE
#define THREAD_STATE_SIZE   i386_THREAD_STATE_COUNT
#define THREAD_STATE_SET_TRACED(state)   ((struct i386_thread_state *) (state))->efl |= 0x100
#define THREAD_STATE_CLEAR_TRACED(state)   ((((struct i386_thread_state *) (state))->efl &= ~0x100), 1)

Functions

char * gnu_target_pid_to_str (int pid)

Define Documentation

#define THREAD_STATE_CLEAR_TRACED (   state)    ((((struct i386_thread_state *) (state))->efl &= ~0x100), 1)

Definition at line 34 of file nm-i386gnu.h.

#define THREAD_STATE_FLAVOR   i386_REGS_SEGS_STATE

Definition at line 30 of file nm-i386gnu.h.

#define THREAD_STATE_SET_TRACED (   state)    ((struct i386_thread_state *) (state))->efl |= 0x100

Definition at line 32 of file nm-i386gnu.h.

#define THREAD_STATE_SIZE   i386_THREAD_STATE_COUNT

Definition at line 31 of file nm-i386gnu.h.


Function Documentation

char* gnu_target_pid_to_str ( int  pid)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines