reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/API/SBTarget.cpp
 1960   if (name && target_sp) {
 1968       target_sp->GetImages().FindGlobalVariables(ConstString(name), max_matches,
 1972       target_sp->GetImages().FindGlobalVariables(RegularExpression(name_ref),
 1977       target_sp->GetImages().FindGlobalVariables(RegularExpression(regexstr),
 1983       ExecutionContextScope *exe_scope = target_sp->GetProcessSP().get();
 1985         exe_scope = target_sp.get();