| /llvm-project-15.0.7/lldb/test/API/python_api/process/ |
| H A D | TestProcessAPI.py | 46 val = frame.FindValue("my_char", lldb.eValueTypeVariableGlobal) 67 val = frame.FindValue("my_char_ptr", lldb.eValueTypeVariableGlobal) 83 val = frame.FindValue("my_cstring", lldb.eValueTypeVariableGlobal) 104 val = frame.FindValue("my_uint32", lldb.eValueTypeVariableGlobal) 143 val = frame.FindValue("my_char", lldb.eValueTypeVariableGlobal) 201 val = frame.FindValue("my_int", lldb.eValueTypeVariableGlobal) 248 val = frame.FindValue("my_int", lldb.eValueTypeVariableGlobal)
|
| /llvm-project-15.0.7/lldb/test/API/commands/watchpoints/step_over_watchpoint/ |
| H A D | TestStepOverWatchpoint.py | 48 lldb.eValueTypeVariableGlobal) 71 lldb.eValueTypeVariableGlobal)
|
| /llvm-project-15.0.7/lldb/test/API/python_api/watchpoint/watchlocation/ |
| H A D | TestTargetWatchAddress.py | 56 lldb.eValueTypeVariableGlobal) 130 lldb.eValueTypeVariableGlobal)
|
| H A D | TestSetWatchlocation.py | 58 lldb.eValueTypeVariableGlobal)
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/class_static/ |
| H A D | TestStaticVariables.py | 146 val.GetValueType(), lldb.eValueTypeVariableGlobal) 156 val = frame.FindValue("A::g_points", lldb.eValueTypeVariableGlobal)
|
| /llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/ |
| H A D | sb_frame.py | 34 obj.FindValue("your_var", lldb.eValueTypeVariableGlobal)
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBBlock.cpp | 251 case eValueTypeVariableGlobal: in GetVariables() 306 case eValueTypeVariableGlobal: in GetVariables()
|
| H A D | SBFrame.cpp | 585 case eValueTypeVariableGlobal: // global variable in FindValue() 603 if (value_type == eValueTypeVariableGlobal) { in FindValue() 816 case eValueTypeVariableGlobal: in GetVariables()
|
| /llvm-project-15.0.7/lldb/test/API/commands/watchpoints/multiple_hits/ |
| H A D | TestMultipleHits.py | 35 buf = frame.FindValue("buf", lldb.eValueTypeVariableGlobal)
|
| /llvm-project-15.0.7/lldb/test/API/python_api/watchpoint/ |
| H A D | TestWatchpointIgnoreCount.py | 63 value = frame0.FindValue('global', lldb.eValueTypeVariableGlobal)
|
| H A D | TestSetWatchpoint.py | 56 value = frame0.FindValue('global', lldb.eValueTypeVariableGlobal)
|
| H A D | TestWatchpointIter.py | 59 value = frame0.FindValue('global', lldb.eValueTypeVariableGlobal)
|
| /llvm-project-15.0.7/lldb/test/API/python_api/watchpoint/condition/ |
| H A D | TestWatchpointConditionAPI.py | 62 value = frame0.FindValue('global', lldb.eValueTypeVariableGlobal)
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/global_operators/ |
| H A D | TestCppGlobalOperators.py | 72 expected_value_name, lldb.eValueTypeVariableGlobal)
|
| /llvm-project-15.0.7/lldb/test/API/python_api/frame/ |
| H A D | TestFrames.py | 154 val3 = frame.FindValue(None, lldb.eValueTypeVariableGlobal)
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | ValueObjectMemory.cpp | 151 return lldb::eValueTypeVariableGlobal; in GetValueType()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | Variable.cpp | 122 case eValueTypeVariableGlobal: in Dump() 279 case eValueTypeVariableGlobal: in IsInScope()
|
| H A D | SymbolContext.cpp | 257 case eValueTypeVariableGlobal: in GetDescription()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 458 case eValueTypeVariableGlobal: in GetScopeString() 621 case eValueTypeVariableGlobal: in DoExecute()
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 317 eValueTypeVariableGlobal = 1, ///< globals variable enumerator
|
| /llvm-project-15.0.7/lldb/utils/lui/ |
| H A D | lldbutil.py | 263 elif enum == lldb.eValueTypeVariableGlobal:
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 782 scope = (sym.kind() == S_GDATA32) ? eValueTypeVariableGlobal in CreateGlobalVariable() 871 type_sp, eValueTypeVariableGlobal, module.get(), ranges, &decl, location, in CreateConstantSymbol()
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbutil.py | 329 elif enum == lldb.eValueTypeVariableGlobal:
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 937 scope = eValueTypeVariableGlobal; in ParseVariableForPDBData()
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | python_api_enums.rst | 497 .. py:data:: eValueTypeVariableGlobal
|