GDB (API)
Defines | Functions
/home/stan/gdb/src/gdb/infcall.c File Reference
#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 Documentation

#define RAW_FUNCTION_ADDRESS_FORMAT   "at 0x%s"

Definition at line 42 of file infcall.c.

Value:
(sizeof (RAW_FUNCTION_ADDRESS_FORMAT) \
                                   + 2 * sizeof (CORE_ADDR))

Definition at line 43 of file infcall.c.


Function Documentation

void _initialize_infcall ( void  )
struct value* call_function_by_hand ( struct value *  function,
int  nargs,
struct value **  args 
) [read]

Definition at line 462 of file infcall.c.

CORE_ADDR find_function_addr ( struct value *  function,
struct type **  retval_type 
)

Definition at line 247 of file infcall.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines