HomeSort by: relevance | last modified time | path
    Searched refs:_id_to_scope (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/
globalvars.py 23 _id_to_scope = {} variable
29 global _id_to_scope
30 _id_to_scope = {}
81 global _id_to_scope
83 if block in _id_to_scope:
84 return _id_to_scope[block]
96 _id_to_scope[block] = result

Completed in 26 milliseconds