GDB (API)
|
#include "defs.h"
#include "breakpoint.h"
#include "tracepoint.h"
#include "target.h"
#include "regcache.h"
#include "inferior.h"
#include "gdb_assert.h"
#include "block.h"
#include "gdbcore.h"
#include "language.h"
#include "objfiles.h"
#include "gdbcmd.h"
#include "command.h"
#include "gdb_string.h"
#include "infcall.h"
#include "dummy-frame.h"
#include "ada-lang.h"
#include "gdbthread.h"
#include "exceptions.h"
Go to the source code of this file.
Defines | |
#define | RAW_FUNCTION_ADDRESS_FORMAT "at 0x%s" |
#define | RAW_FUNCTION_ADDRESS_SIZE |
Functions | |
CORE_ADDR | find_function_addr (struct value *function, struct type **retval_type) |
struct value * | call_function_by_hand (struct value *function, int nargs, struct value **args) |
void | _initialize_infcall (void) |
#define RAW_FUNCTION_ADDRESS_FORMAT "at 0x%s" |
#define RAW_FUNCTION_ADDRESS_SIZE |
(sizeof (RAW_FUNCTION_ADDRESS_FORMAT) \ + 2 * sizeof (CORE_ADDR))
void _initialize_infcall | ( | void | ) |
struct value* call_function_by_hand | ( | struct value * | function, |
int | nargs, | ||
struct value ** | args | ||
) | [read] |
CORE_ADDR find_function_addr | ( | struct value * | function, |
struct type ** | retval_type | ||
) |