Searched refs:eValueTypeVariableGlobal (Results 1 – 21 of 21) sorted by relevance
/external/lldb/test/python_api/process/ |
D | TestProcessAPI.py | 97 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/ |
D | TestStaticVariables.py | 118 self.assertTrue(val.GetValueType() == lldb.eValueTypeVariableGlobal) 128 val = frame.FindValue("A::g_points", lldb.eValueTypeVariableGlobal)
|
/external/lldb/test/python_api/watchpoint/watchlocation/ |
D | TestTargetWatchAddress.py | 82 lldb.eValueTypeVariableGlobal) 141 lldb.eValueTypeVariableGlobal)
|
D | TestSetWatchlocation.py | 67 lldb.eValueTypeVariableGlobal)
|
/external/lldb/test/python_api/default-constructor/ |
D | sb_frame.py | 34 obj.FindValue("your_var", lldb.eValueTypeVariableGlobal)
|
/external/lldb/source/API/ |
D | SBBlock.cpp | 283 case eValueTypeVariableGlobal: in GetVariables() 345 case eValueTypeVariableGlobal: in GetVariables()
|
D | SBFrame.cpp | 850 case eValueTypeVariableGlobal: // global variable in FindValue() 1116 case eValueTypeVariableGlobal: in GetVariables()
|
D | SBValue.cpp | 433 …case eValueTypeVariableGlobal: log->Printf ("SBValue(%p)::GetValueType () => eValueTypeVariableGl… in GetValueType()
|
/external/lldb/test/python_api/watchpoint/ |
D | TestSetWatchpoint.py | 64 value = frame0.FindValue('global', lldb.eValueTypeVariableGlobal)
|
D | TestWatchpointIgnoreCount.py | 64 value = frame0.FindValue('global', lldb.eValueTypeVariableGlobal)
|
D | TestWatchpointIter.py | 64 value = frame0.FindValue('global', lldb.eValueTypeVariableGlobal)
|
/external/lldb/test/python_api/watchpoint/condition/ |
D | TestWatchpointConditionAPI.py | 69 value = frame0.FindValue('global', lldb.eValueTypeVariableGlobal)
|
/external/lldb/source/Core/ |
D | ValueObjectMemory.cpp | 171 return lldb::eValueTypeVariableGlobal; in GetValueType()
|
/external/lldb/test/python_api/frame/ |
D | TestFrames.py | 157 val3 = frame.FindValue(None, lldb.eValueTypeVariableGlobal)
|
/external/lldb/source/Symbol/ |
D | Variable.cpp | 119 case eValueTypeVariableGlobal: s->PutCString(m_external ? "global" : "static"); break; in Dump() 283 case eValueTypeVariableGlobal: in IsInScope()
|
/external/lldb/include/lldb/ |
D | lldb-enumerations.h | 225 eValueTypeVariableGlobal = 1, // globals variable enumerator
|
/external/lldb/source/Commands/ |
D | CommandObjectFrame.cpp | 522 case eValueTypeVariableGlobal: in DoExecute()
|
D | CommandObjectTarget.cpp | 657 case eValueTypeVariableGlobal: in DumpValueObject()
|
/external/lldb/test/ |
D | lldbutil.py | 244 elif enum == lldb.eValueTypeVariableGlobal:
|
/external/lldb/www/python_reference/ |
D | api-objects.txt | 348 _lldb'.eValueTypeVariableGlobal _lldb%27-module.html#eValueTypeVariableGlobal 2023 lldb.eValueTypeVariableGlobal lldb-module.html#eValueTypeVariableGlobal
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.cpp | 7395 scope = eValueTypeVariableGlobal; in ParseVariableDIE()
|