GDB (API)
Typedefs | Functions
/home/stan/gdb/src/gdb/stack.h File Reference

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_spaceget_last_displayed_pspace (void)
CORE_ADDR get_last_displayed_addr (void)
struct symtabget_last_displayed_symtab (void)
int get_last_displayed_line (void)
void get_last_displayed_sal (struct symtab_and_line *sal)

Typedef Documentation

typedef void(* iterate_over_block_arg_local_vars_cb)(const char *print_name, struct symbol *sym, void *cb_data)

Definition at line 28 of file stack.h.


Function Documentation

void clear_last_displayed_sal ( void  )

Definition at line 952 of file stack.c.

void find_frame_funname ( struct frame_info *  frame,
char **  funname,
enum language funlang,
struct symbol **  funcp 
)

Definition at line 1037 of file stack.c.

Definition at line 984 of file stack.c.

Definition at line 1004 of file stack.c.

struct program_space* get_last_displayed_pspace ( void  ) [read]

Definition at line 974 of file stack.c.

void get_last_displayed_sal ( struct symtab_and_line sal)

Definition at line 1014 of file stack.c.

struct symtab* get_last_displayed_symtab ( void  ) [read]

Definition at line 994 of file stack.c.

void iterate_over_block_arg_vars ( struct block block,
iterate_over_block_arg_local_vars_cb  cb,
void *  cb_data 
)

Definition at line 2098 of file stack.c.

void iterate_over_block_local_vars ( struct block block,
iterate_over_block_arg_local_vars_cb  cb,
void *  cb_data 
)

Definition at line 1991 of file stack.c.

Definition at line 966 of file stack.c.

void select_frame_command ( char *  level_exp,
int  from_tty 
)

Definition at line 2256 of file stack.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines