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 252 of file stack.c.
References m_address.
Referenced by get_last_displayed_addr(), and get_last_displayed_sal().
|
inline |
Definition at line 266 of file stack.c.
References m_line.
Referenced by clear_last_displayed_sal(), and print_frame_info().
|
inline |
Definition at line 242 of file stack.c.
References is_valid(), and m_valid.
Referenced by get_last_displayed_sal(), is_valid(), and last_displayed_sal_is_valid().
|
inline |
Definition at line 262 of file stack.c.
Referenced by gdb.dap.scopes._ScopeReference::__init__(), get_last_displayed_line(), get_last_displayed_sal(), and gdb.dap.scopes._ScopeReference::to_object().
|
inline |
Definition at line 247 of file stack.c.
References m_pspace.
Referenced by get_last_displayed_pspace(), and get_last_displayed_sal().
|
inline |
Definition at line 276 of file stack.c.
Referenced by print_frame_info().
|
inline |
Definition at line 257 of file stack.c.
References m_symtab.
Referenced by get_last_displayed_sal(), and get_last_displayed_symtab().
|
private |
|
private |
Definition at line 302 of file stack.c.
Referenced by invalidate().
|
private |
|
private |
Definition at line 290 of file stack.c.
Referenced by is_valid().