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

References

tools/lldb/source/Commands/CommandObjectTarget.cpp
  983             if (sc_list.GetContextAtIndex(sc_idx, sc)) {
  984               if (sc.comp_unit) {
  987                     sc.comp_unit->GetVariableList(can_create));
  989                   DumpGlobalVariableList(m_exe_ctx, sc, *comp_unit_varlist_sp,
  991               } else if (sc.module_sp) {
  997                 sc.module_sp->FindGlobalVariables(all_globals_regex, UINT32_MAX,
  999                 DumpGlobalVariableList(m_exe_ctx, sc, variable_list, s);