Home
last modified time | relevance | path

Searched refs:eValueTypeVariableGlobal (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project-15.0.7/lldb/test/API/python_api/process/
H A DTestProcessAPI.py46 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 DTestStepOverWatchpoint.py48 lldb.eValueTypeVariableGlobal)
71 lldb.eValueTypeVariableGlobal)
/llvm-project-15.0.7/lldb/test/API/python_api/watchpoint/watchlocation/
H A DTestTargetWatchAddress.py56 lldb.eValueTypeVariableGlobal)
130 lldb.eValueTypeVariableGlobal)
H A DTestSetWatchlocation.py58 lldb.eValueTypeVariableGlobal)
/llvm-project-15.0.7/lldb/test/API/lang/cpp/class_static/
H A DTestStaticVariables.py146 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 Dsb_frame.py34 obj.FindValue("your_var", lldb.eValueTypeVariableGlobal)
/llvm-project-15.0.7/lldb/source/API/
H A DSBBlock.cpp251 case eValueTypeVariableGlobal: in GetVariables()
306 case eValueTypeVariableGlobal: in GetVariables()
H A DSBFrame.cpp585 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 DTestMultipleHits.py35 buf = frame.FindValue("buf", lldb.eValueTypeVariableGlobal)
/llvm-project-15.0.7/lldb/test/API/python_api/watchpoint/
H A DTestWatchpointIgnoreCount.py63 value = frame0.FindValue('global', lldb.eValueTypeVariableGlobal)
H A DTestSetWatchpoint.py56 value = frame0.FindValue('global', lldb.eValueTypeVariableGlobal)
H A DTestWatchpointIter.py59 value = frame0.FindValue('global', lldb.eValueTypeVariableGlobal)
/llvm-project-15.0.7/lldb/test/API/python_api/watchpoint/condition/
H A DTestWatchpointConditionAPI.py62 value = frame0.FindValue('global', lldb.eValueTypeVariableGlobal)
/llvm-project-15.0.7/lldb/test/API/lang/cpp/global_operators/
H A DTestCppGlobalOperators.py72 expected_value_name, lldb.eValueTypeVariableGlobal)
/llvm-project-15.0.7/lldb/test/API/python_api/frame/
H A DTestFrames.py154 val3 = frame.FindValue(None, lldb.eValueTypeVariableGlobal)
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectMemory.cpp151 return lldb::eValueTypeVariableGlobal; in GetValueType()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DVariable.cpp122 case eValueTypeVariableGlobal: in Dump()
279 case eValueTypeVariableGlobal: in IsInScope()
H A DSymbolContext.cpp257 case eValueTypeVariableGlobal: in GetDescription()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectFrame.cpp458 case eValueTypeVariableGlobal: in GetScopeString()
621 case eValueTypeVariableGlobal: in DoExecute()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h317 eValueTypeVariableGlobal = 1, ///< globals variable enumerator
/llvm-project-15.0.7/lldb/utils/lui/
H A Dlldbutil.py263 elif enum == lldb.eValueTypeVariableGlobal:
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp782 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 Dlldbutil.py329 elif enum == lldb.eValueTypeVariableGlobal:
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp937 scope = eValueTypeVariableGlobal; in ParseVariableForPDBData()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst497 .. py:data:: eValueTypeVariableGlobal

12