GDB (API)
|
Go to the source code of this file.
Typedefs | |
typedef void(* | iterate_over_block_arg_local_vars_cb )(const char *print_name, struct symbol *sym, void *cb_data) |
Functions | |
void | select_frame_command (char *level_exp, int from_tty) |
void | find_frame_funname (struct frame_info *frame, char **funname, enum language *funlang, struct symbol **funcp) |
void | iterate_over_block_arg_vars (struct block *block, iterate_over_block_arg_local_vars_cb cb, void *cb_data) |
void | iterate_over_block_local_vars (struct block *block, iterate_over_block_arg_local_vars_cb cb, void *cb_data) |
void | clear_last_displayed_sal (void) |
int | last_displayed_sal_is_valid (void) |
struct program_space * | get_last_displayed_pspace (void) |
CORE_ADDR | get_last_displayed_addr (void) |
struct symtab * | get_last_displayed_symtab (void) |
int | get_last_displayed_line (void) |
void | get_last_displayed_sal (struct symtab_and_line *sal) |
typedef void(* iterate_over_block_arg_local_vars_cb)(const char *print_name, struct symbol *sym, void *cb_data) |
void clear_last_displayed_sal | ( | void | ) |
void find_frame_funname | ( | struct frame_info * | frame, |
char ** | funname, | ||
enum language * | funlang, | ||
struct symbol ** | funcp | ||
) |
CORE_ADDR get_last_displayed_addr | ( | void | ) |
int get_last_displayed_line | ( | void | ) |
struct program_space* get_last_displayed_pspace | ( | void | ) | [read] |
void get_last_displayed_sal | ( | struct symtab_and_line * | sal | ) |
struct symtab* get_last_displayed_symtab | ( | void | ) | [read] |
void iterate_over_block_arg_vars | ( | struct block * | block, |
iterate_over_block_arg_local_vars_cb | cb, | ||
void * | cb_data | ||
) |
void iterate_over_block_local_vars | ( | struct block * | block, |
iterate_over_block_arg_local_vars_cb | cb, | ||
void * | cb_data | ||
) |
int last_displayed_sal_is_valid | ( | void | ) |
void select_frame_command | ( | char * | level_exp, |
int | from_tty | ||
) |