GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Functions | Variables
gdb.dap.scopes Namespace Reference

Classes

class  _RegisterReference
 
class  _ScopeReference
 

Functions

 clear_scopes (event)
 
 symbol_value (sym, frame)
 
 _get_scope (id)
 
 scopes (*int frameId, **extra)
 

Variables

dict frame_to_scope = {}
 

Function Documentation

◆ _get_scope()

gdb.dap.scopes._get_scope ( id)
protected

◆ clear_scopes()

gdb.dap.scopes.clear_scopes ( event)

Definition at line 31 of file scopes.py.

◆ scopes()

gdb.dap.scopes.scopes ( *int frameId,
** extra )

Definition at line 135 of file scopes.py.

References gdb.dap.scopes._get_scope().

◆ symbol_value()

gdb.dap.scopes.symbol_value ( sym,
frame )

Definition at line 45 of file scopes.py.

Variable Documentation

◆ frame_to_scope

dict gdb.dap.scopes.frame_to_scope = {}

Definition at line 25 of file scopes.py.