Searched defs:GetVariables (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/API/
H A DSBBlock.cpp257 SBBlock::GetVariables (lldb::SBFrame& frame, function in class:SBBlock
318 SBBlock::GetVariables (lldb::SBTarget& target, function in class:SBBlock
H A DSBFrame.cpp133 log->Printf ("SBFrame::GetVariables () => error: could not reconstruct frame object for this SBFrame.");
1051 SBFrame::GetVariables (bool arguments, function in class:SBFrame
1063 value_list = GetVariables (arguments, locals, statics, in_scope_only, use_dynamic);
1069 SBFrame::GetVariables (bool arguments, function in class:SBFrame
1085 log->Printf ("SBFrame::GetVariables (arguments=%i, locals=%i, statics=%i, in_scope_only=%i)",
1150 log->Printf ("SBFrame::GetVariables () => error: could not reconstruct frame object for this SBFrame.");
1156 log->Printf ("SBFrame::GetVariables () => error: process is running");
1162 log->Printf ("SBFrame(%p)::GetVariables (...) => SBValueList(%p)", frame, value_list.opaque_ptr());

Completed in 168 milliseconds