GDB (xrefs)
|
Public Member Functions | |
bool | is_valid () const |
struct program_space * | pspace () const |
CORE_ADDR | address () const |
struct symtab * | symtab () const |
int | line () const |
void | invalidate () |
void | set (struct program_space *pspace, CORE_ADDR address, struct symtab *symtab, int line) |
Private Attributes | |
bool | m_valid = false |
struct program_space * | m_pspace = nullptr |
CORE_ADDR | m_address = 0 |
struct symtab * | m_symtab = nullptr |
int | m_line = 0 |
|
inline |
Definition at line 255 of file stack.c.
References m_address.
Referenced by get_last_displayed_addr(), get_last_displayed_sal(), and set().
|
inline |
Definition at line 269 of file stack.c.
References m_address, m_line, m_pspace, m_symtab, and m_valid.
Referenced by clear_last_displayed_sal(), and print_frame_info().
|
inline |
Definition at line 245 of file stack.c.
References m_valid.
Referenced by get_last_displayed_sal(), and last_displayed_sal_is_valid().
|
inline |
Definition at line 265 of file stack.c.
References m_line.
Referenced by get_last_displayed_line(), get_last_displayed_sal(), and set().
|
inline |
Definition at line 250 of file stack.c.
References m_pspace.
Referenced by get_last_displayed_pspace(), get_last_displayed_sal(), and set().
|
inline |
|
inline |
Definition at line 260 of file stack.c.
References m_symtab.
Referenced by get_last_displayed_sal(), get_last_displayed_symtab(), and set().
|
private |
Definition at line 299 of file stack.c.
Referenced by address(), invalidate(), and set().
|
private |
Definition at line 305 of file stack.c.
Referenced by invalidate(), line(), and set().
|
private |
Definition at line 296 of file stack.c.
Referenced by invalidate(), pspace(), and set().
|
private |
Definition at line 302 of file stack.c.
Referenced by invalidate(), set(), and symtab().
|
private |
Definition at line 293 of file stack.c.
Referenced by invalidate(), is_valid(), and set().