Home
last modified time | relevance | path

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

/external/lldb/test/python_api/process/
DTestProcessAPI.py97 val = frame.FindValue("my_char", lldb.eValueTypeVariableGlobal)
115 val = frame.FindValue("my_char_ptr", lldb.eValueTypeVariableGlobal)
128 val = frame.FindValue("my_cstring", lldb.eValueTypeVariableGlobal)
145 val = frame.FindValue("my_uint32", lldb.eValueTypeVariableGlobal)
179 val = frame.FindValue("my_char", lldb.eValueTypeVariableGlobal)
230 val = frame.FindValue("my_int", lldb.eValueTypeVariableGlobal)
273 val = frame.FindValue("my_int", lldb.eValueTypeVariableGlobal)
/external/lldb/test/lang/cpp/class_static/
DTestStaticVariables.py118 self.assertTrue(val.GetValueType() == lldb.eValueTypeVariableGlobal)
128 val = frame.FindValue("A::g_points", lldb.eValueTypeVariableGlobal)
/external/lldb/test/python_api/watchpoint/watchlocation/
DTestTargetWatchAddress.py82 lldb.eValueTypeVariableGlobal)
141 lldb.eValueTypeVariableGlobal)
DTestSetWatchlocation.py67 lldb.eValueTypeVariableGlobal)
/external/lldb/test/python_api/default-constructor/
Dsb_frame.py34 obj.FindValue("your_var", lldb.eValueTypeVariableGlobal)
/external/lldb/source/API/
DSBBlock.cpp283 case eValueTypeVariableGlobal: in GetVariables()
345 case eValueTypeVariableGlobal: in GetVariables()
DSBFrame.cpp850 case eValueTypeVariableGlobal: // global variable in FindValue()
1116 case eValueTypeVariableGlobal: in GetVariables()
DSBValue.cpp433 …case eValueTypeVariableGlobal: log->Printf ("SBValue(%p)::GetValueType () => eValueTypeVariableGl… in GetValueType()
/external/lldb/test/python_api/watchpoint/
DTestSetWatchpoint.py64 value = frame0.FindValue('global', lldb.eValueTypeVariableGlobal)
DTestWatchpointIgnoreCount.py64 value = frame0.FindValue('global', lldb.eValueTypeVariableGlobal)
DTestWatchpointIter.py64 value = frame0.FindValue('global', lldb.eValueTypeVariableGlobal)
/external/lldb/test/python_api/watchpoint/condition/
DTestWatchpointConditionAPI.py69 value = frame0.FindValue('global', lldb.eValueTypeVariableGlobal)
/external/lldb/source/Core/
DValueObjectMemory.cpp171 return lldb::eValueTypeVariableGlobal; in GetValueType()
/external/lldb/test/python_api/frame/
DTestFrames.py157 val3 = frame.FindValue(None, lldb.eValueTypeVariableGlobal)
/external/lldb/source/Symbol/
DVariable.cpp119 case eValueTypeVariableGlobal: s->PutCString(m_external ? "global" : "static"); break; in Dump()
283 case eValueTypeVariableGlobal: in IsInScope()
/external/lldb/include/lldb/
Dlldb-enumerations.h225 eValueTypeVariableGlobal = 1, // globals variable enumerator
/external/lldb/source/Commands/
DCommandObjectFrame.cpp522 case eValueTypeVariableGlobal: in DoExecute()
DCommandObjectTarget.cpp657 case eValueTypeVariableGlobal: in DumpValueObject()
/external/lldb/test/
Dlldbutil.py244 elif enum == lldb.eValueTypeVariableGlobal:
/external/lldb/www/python_reference/
Dapi-objects.txt348 _lldb'.eValueTypeVariableGlobal _lldb%27-module.html#eValueTypeVariableGlobal
2023 lldb.eValueTypeVariableGlobal lldb-module.html#eValueTypeVariableGlobal
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp7395 scope = eValueTypeVariableGlobal; in ParseVariableDIE()