Home
last modified time | relevance | path

Searched refs:eDescriptionLevelFull (Results 1 – 25 of 28) sorted by relevance

12

/external/lldb/source/Symbol/
DLineEntry.cpp153 if (level == lldb::eDescriptionLevelBrief || level == lldb::eDescriptionLevelFull) in GetDescription()
174 if (level == lldb::eDescriptionLevelFull) in GetDescription()
/external/lldb/source/Target/
DThreadPlanShouldStopHere.cpp62 return_plan_sp->GetDescription (&s, lldb::eDescriptionLevelFull); in InvokeShouldStopHereCallback()
DThreadPlanStepThrough.cpp106 m_sub_plan_sp->GetDescription(&s, lldb::eDescriptionLevelFull); in LookForPlanToStepThroughFromCurrentPC()
DThread.cpp1031 thread_plan_sp->GetDescription (&s, lldb::eDescriptionLevelFull); in PushPlan()
1526 m_plan_stack[i]->GetDescription (s, eDescriptionLevelFull); in DumpThreadPlans()
1541 m_completed_plan_stack[i]->GetDescription (s, eDescriptionLevelFull); in DumpThreadPlans()
1557 m_discarded_plan_stack[i]->GetDescription (s, eDescriptionLevelFull); in DumpThreadPlans()
/external/lldb/source/API/
DSBSymbolContextList.cpp113 m_opaque_ap->GetDescription (&strm, lldb::eDescriptionLevelFull, NULL); in GetDescription()
DSBSymbol.cpp108 lldb::eDescriptionLevelFull, NULL); in GetDescription()
DSBSymbolContext.cpp265 m_opaque_ap->GetDescription (&strm, lldb::eDescriptionLevelFull, NULL); in GetDescription()
/external/lldb/source/Core/
DModule.cpp118 module->GetDescription(&strm, eDescriptionLevelFull);
901 if (level >= eDescriptionLevelFull) in GetDescription()
971 GetDescription(&strm, lldb::eDescriptionLevelFull); in ReportErrorIfModifyDetected()
1000 GetDescription(&strm, lldb::eDescriptionLevelFull); in ReportWarning()
1025 GetDescription(&log_message, lldb::eDescriptionLevelFull); in LogMessage()
1041 GetDescription(&log_message, lldb::eDescriptionLevelFull); in LogMessageVerboseBacktrace()
/external/lldb/test/python_api/watchpoint/
DTestWatchpointIter.py102 print lldbutil.get_description(watchpoint, lldb.eDescriptionLevelFull)
/external/lldb/source/Commands/
DCommandObjectWatchpoint.cpp221 m_level = lldb::eDescriptionLevelFull; in SetOptionValue()
237 m_level = lldb::eDescriptionLevelFull; in OptionParsingStarting()
1096 wp->GetDescription(&output_stream, lldb::eDescriptionLevelFull); in DoExecute()
1305 wp->GetDescription(&output_stream, lldb::eDescriptionLevelFull); in DoExecute()
DCommandObjectWatchpointCommand.cpp800 baton->GetDescription(&result.GetOutputStream(), eDescriptionLevelFull); in DoExecute()
DCommandObjectBreakpoint.cpp1289 m_level = lldb::eDescriptionLevelFull; in SetOptionValue()
1308 m_level = lldb::eDescriptionLevelFull; in OptionParsingStarting()
DCommandObjectBreakpointCommand.cpp863 … baton->GetDescription(&result.GetOutputStream(), eDescriptionLevelFull); in DoExecute()
DCommandObjectTarget.cpp1741 type_sp->GetDescription (&strm, eDescriptionLevelFull, true); in LookupTypeInModule()
1750 typedefed_type_sp->GetDescription (&strm, eDescriptionLevelFull, true); in LookupTypeInModule()
1794 type_sp->GetDescription (&strm, eDescriptionLevelFull, true); in LookupTypeHere()
1803 typedefed_type_sp->GetDescription (&strm, eDescriptionLevelFull, true); in LookupTypeHere()
5282 this_hook->GetDescription (&(result.GetOutputStream()), eDescriptionLevelFull); in DoExecute()
/external/lldb/source/Breakpoint/
DBreakpointLocation.cpp547 if (level == lldb::eDescriptionLevelFull || level == eDescriptionLevelInitial) in GetDescription()
601 …if (m_address.IsSectionOffset() && (level == eDescriptionLevelFull || level == eDescriptionLevelIn… in GetDescription()
DWatchpointOptions.cpp200 if (level == lldb::eDescriptionLevelFull) in GetDescription()
DBreakpoint.cpp556 case lldb::eDescriptionLevelFull: in GetDescription()
573 if (level == lldb::eDescriptionLevelFull) in GetDescription()
DBreakpointOptions.cpp242 if (level == lldb::eDescriptionLevelFull) in GetDescription()
DWatchpoint.cpp249 if (description_level >= lldb::eDescriptionLevelFull) { in DumpWithLevel()
/external/lldb/include/lldb/Core/
DModule.h152 lldb::DescriptionLevel level = lldb::eDescriptionLevelFull);
/external/lldb/utils/vim-lldb/python-vim-lldb/
Dvim_ui.py142 desc = get_description(loc, lldb.eDescriptionLevelFull)
/external/lldb/include/lldb/
Dlldb-enumerations.h138 eDescriptionLevelFull, enumerator
/external/lldb/test/python_api/target/
DTestTargetAPI.py192 desc = get_description(target, option=lldb.eDescriptionLevelFull)
/external/lldb/source/Expression/
DDWARFExpression.cpp304 case lldb::eDescriptionLevelFull: in DumpLocation()
309 if (level == lldb::eDescriptionLevelFull) in DumpLocation()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTrampolineHandler.cpp1134 ret_plan_sp->GetDescription(&s, eDescriptionLevelFull); in GetStepThroughDispatchPlan()

12