GDB (xrefs)
|
Public Attributes | |
PyObject_HEAD int | line |
CORE_ADDR | pc |
Definition at line 23 of file py-linetable.c.
PyObject_HEAD int linetable_entry_object::line |
Definition at line 26 of file py-linetable.c.
Referenced by gdb.dap.scopes._ScopeReference::__init__(), build_linetable_entry(), ltpy_entry_get_line(), and gdb.dap.scopes._ScopeReference::to_object().
CORE_ADDR linetable_entry_object::pc |
Definition at line 28 of file py-linetable.c.
Referenced by build_linetable_entry(), and ltpy_entry_get_pc().