GDB (API)
|
#include "cp-support.h"
Go to the source code of this file.
Functions | |
CORE_ADDR | lookup_objc_class (struct gdbarch *gdbarch, char *classname) |
CORE_ADDR | lookup_child_selector (struct gdbarch *gdbarch, char *methodname) |
char * | objc_demangle (const char *mangled, int options) |
int | find_objc_msgcall (CORE_ADDR pc, CORE_ADDR *new_pc) |
const char * | find_imps (const char *method, VEC(const_char_ptr)**symbol_names) |
struct value * | value_nsstring (struct gdbarch *gdbarch, char *ptr, int len) |
void | start_msglist (void) |
void | add_msglist (struct stoken *str, int addcolon) |
int | end_msglist (void) |
struct symbol * | lookup_struct_typedef (char *name, const struct block *block, int noerr) |
void add_msglist | ( | struct stoken * | str, |
int | addcolon | ||
) |
Definition at line 427 of file objc-lang.c.
int end_msglist | ( | void | ) |
Definition at line 465 of file objc-lang.c.
const char* find_imps | ( | const char * | method, |
VEC(const_char_ptr)** | symbol_names | ||
) |
Definition at line 1105 of file objc-lang.c.
int find_objc_msgcall | ( | CORE_ADDR | pc, |
CORE_ADDR * | new_pc | ||
) |
Definition at line 1332 of file objc-lang.c.
CORE_ADDR lookup_child_selector | ( | struct gdbarch * | gdbarch, |
char * | methodname | ||
) |
Definition at line 140 of file objc-lang.c.
CORE_ADDR lookup_objc_class | ( | struct gdbarch * | gdbarch, |
char * | classname | ||
) |
Definition at line 111 of file objc-lang.c.
struct symbol* lookup_struct_typedef | ( | char * | name, |
const struct block * | block, | ||
int | noerr | ||
) | [read] |
Definition at line 86 of file objc-lang.c.
char* objc_demangle | ( | const char * | mangled, |
int | options | ||
) |
Definition at line 223 of file objc-lang.c.
void start_msglist | ( | void | ) |
Definition at line 412 of file objc-lang.c.
struct value* value_nsstring | ( | struct gdbarch * | gdbarch, |
char * | ptr, | ||
int | len | ||
) | [read] |
Definition at line 169 of file objc-lang.c.