Searched refs:GetVariables (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBlock.h73 GetVariables (lldb::SBFrame& frame,
80 GetVariables (lldb::SBTarget& target,
H A DSBFrame.h147 GetVariables (bool arguments,
153 GetVariables (bool arguments,
/freebsd-10.3-release/contrib/llvm/tools/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.");
1053 SBFrame::GetVariables (bool arguments, function in class:SBFrame
1065 value_list = GetVariables (arguments, locals, statics, in_scope_only, use_dynamic);
1071 SBFrame::GetVariables (bool arguments, function in class:SBFrame
1087 log->Printf ("SBFrame::GetVariables (arguments=%i, locals=%i, statics=%i, in_scope_only=%i)",
1152 log->Printf ("SBFrame::GetVariables () => error: could not reconstruct frame object for this SBFrame.");
1158 log->Printf ("SBFrame::GetVariables () => error: process is running");
1164 log->Printf ("SBFrame(%p)::GetVariables (...) => SBValueList(%p)", frame, value_list.opaque_ptr());

Completed in 85 milliseconds