Home
last modified time | relevance | path

Searched refs:GetContextAtIndex (Results 1 – 25 of 30) sorted by relevance

12

/external/lldb/scripts/Python/interface/
DSBSymbolContextList.i49 GetContextAtIndex (uint32_t idx);
71 return self.GetContextAtIndex(key)
79 obj = self.GetContextAtIndex(i).module
87 obj = self.GetContextAtIndex(i).compile_unit
94 obj = self.GetContextAtIndex(i).function
101 obj = self.GetContextAtIndex(i).block
108 obj = self.GetContextAtIndex(i).symbol
115 obj = self.GetContextAtIndex(i).line_entry
/external/lldb/source/Breakpoint/
DBreakpointResolverFileLine.cpp102 sc_list.GetContextAtIndex (current_idx, sc); in SearchCallback()
131 if (tmp_sc_list.GetContextAtIndex(current_idx, sc)) in SearchCallback()
147 if (tmp_sc_list.GetContextAtIndex(current_idx, sc)) in SearchCallback()
167 if (tmp_sc_list.GetContextAtIndex(i, sc)) in SearchCallback()
DBreakpointResolverName.cpp161 if (!sc_list.GetContextAtIndex(i, sc)) in Prune()
257 func_list.GetContextAtIndex(idx, sc); in SearchCallback()
273 if (func_list.GetContextAtIndex(i, sc)) in SearchCallback()
/external/lldb/source/Core/
DAddressResolverName.cpp156 if (func_list.GetContextAtIndex(i, sc) == false) in SearchCallback()
165 if (sym_list.GetContextAtIndex(j, symbol_sc)) in SearchCallback()
183 if (func_list.GetContextAtIndex(i, sc)) in SearchCallback()
211 if (sym_list.GetContextAtIndex(i, sc)) in SearchCallback()
DAddressResolverFileLine.cpp62 if (sc_list.GetContextAtIndex(i, sc)) in SearchCallback()
DSourceManager.cpp301 sc_list.GetContextAtIndex(idx, sc); in GetDefaultFileAndLine()
369 sc_list.GetContextAtIndex(i, sc); in File()
386 sc_list.GetContextAtIndex (0, sc); in File()
DModuleList.cpp371 if (sc_list.GetContextAtIndex(i, sc)) in FindFunctions()
431 if (sc_list.GetContextAtIndex(i, sc)) in FindFunctionSymbols()
DDisassembler.cpp149 if (sc_list.GetContextAtIndex(i, sc) == false) in Disassemble()
/external/lldb/source/API/
DSBSymbolContextList.cpp50 SBSymbolContextList::GetContextAtIndex (uint32_t idx) in GetContextAtIndex() function in SBSymbolContextList
56 if (m_opaque_ap->GetContextAtIndex (idx, sc)) in GetContextAtIndex()
DSBThread.cpp870 if (sc_list.GetContextAtIndex(i, sc)) in StepOverUntil()
/external/lldb/source/Commands/
DCommandObjectSource.cpp540 sc_list_symbols.GetContextAtIndex (i, sc); in DoExecute()
570 sc_list.GetContextAtIndex (i, sc); in DoExecute()
593 sc_list.GetContextAtIndex (0, sc); in DoExecute()
676 sc_list.GetContextAtIndex(i, sc); in DoExecute()
815 sc_list.GetContextAtIndex(i, sc); in DoExecute()
838 if (sc_list.GetContextAtIndex(0, sc)) in DoExecute()
DCommandCompletions.cpp673 if (sc_list.GetContextAtIndex(i, sc)) in SearchCallback()
DCommandObjectTarget.cpp928 if (sc_list.GetContextAtIndex(sc_idx, sc)) in DoExecute()
1374 if (sc_list.GetContextAtIndex(i, sc)) in DumpCompileUnitLineTable()
1644 if (sc_list.GetContextAtIndex(i, sc)) in DumpSymbolContextList()
3599 sc_list.GetContextAtIndex(idx, sc); in DoExecute()
/external/lldb/include/lldb/API/
DSBSymbolContextList.h37 GetContextAtIndex (uint32_t idx);
/external/lldb/source/Plugins/Process/Utility/
DInferiorCallPOSIX.cpp47 if (sc_list.GetContextAtIndex(0, sc)) in InferiorCallMmap()
159 if (sc_list.GetContextAtIndex(0, sc)) in InferiorCallMunmap()
/external/lldb/include/lldb/Symbol/
DSymbolContext.h491 GetContextAtIndex(size_t idx, SymbolContext& sc) const;
/external/lldb/source/Expression/
DClangExpressionDeclMap.cpp510 temp_sc_list.GetContextAtIndex(i, sym_ctx); in FindCodeSymbolInContext()
572 sc_list.GetContextAtIndex(0, sym_ctx); in GetFunctionAddress()
606 sc_list.GetContextAtIndex(i, sym_ctx); in GetSymbolAddress()
693 sc_list.GetContextAtIndex(i, sym_ctx); in FindGlobalDataSymbol()
1297 sc_list.GetContextAtIndex(index, sym_ctx); in FindExternalVisibleDecls()
DClangASTSource.cpp1021 if (!candidate_sc_list.GetContextAtIndex(ci, candidate_sc)) in FindObjCMethodDecls()
1064 if (!sc_list.GetContextAtIndex(i, sc)) in FindObjCMethodDecls()
/external/lldb/source/Symbol/
DSymbolContext.cpp1120 SymbolContextList::GetContextAtIndex(size_t idx, SymbolContext& sc) const in GetContextAtIndex() function in SymbolContextList
1192 lhs.GetContextAtIndex(i, lhs_sc); in operator ==()
1193 rhs.GetContextAtIndex(i, rhs_sc); in operator ==()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp214 contexts.GetContextAtIndex(0, context); in GetPrintForDebuggerAddr()
DAppleObjCTrampolineHandler.cpp740 sc_list.GetContextAtIndex(0, sc); in SetupDispatchFunction()
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDynamicLoaderPOSIXDYLD.cpp377 if (target_symbols.GetContextAtIndex(i, context)) in GetStepThroughTrampolinePlan()
/external/lldb/source/Target/
DObjCLanguageRuntime.cpp109 sc_list.GetContextAtIndex(0, sc); in LookupInCompleteClassCache()
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp1633 target_symbols.GetContextAtIndex(i, sc); in GetStepThroughTrampolinePlan()
1664 if (target_symbols.GetContextAtIndex(i, context)) in GetStepThroughTrampolinePlan()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp1070 sc_list.GetContextAtIndex(i, sc); in RemoveFunctionsWithModuleNotEqualTo()

12