Home
last modified time | relevance | path

Searched refs:GetDescription (Results 1 – 25 of 219) sorted by relevance

123456789

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDStopInfo.cpp241 GetDescription () in GetDescription() function in lldb_private::StopInfoBreakpoint
269 bp_site_sp->GetDescription(&strm, eDescriptionLevelBrief); in GetDescription()
452 bp_loc_sp->GetDescription(&s, eDescriptionLevelBrief); in PerformAction()
484 bp_loc_sp->GetDescription (error_sp.get(), eDescriptionLevelBrief); in PerformAction()
501 bp_loc_sp->GetDescription(&s, eDescriptionLevelBrief); in PerformAction()
637 GetDescription () in GetDescription() function in lldb_private::StopInfoWatchpoint
814 wp_sp->GetDescription (error_sp.get(), eDescriptionLevelBrief); in PerformAction()
959 GetDescription () in GetDescription() function in lldb_private::StopInfoUnixSignal
1003 GetDescription () in GetDescription() function in lldb_private::StopInfoTrace
1040 GetDescription () in GetDescription() function in lldb_private::StopInfoException
[all …]
HDThreadPlanBase.cpp59 ThreadPlanBase::GetDescription (Stream *s, lldb::DescriptionLevel level) in GetDescription() function in ThreadPlanBase
154 … thread tid = 0x%4.4" PRIx64 " (exception: %s)", m_thread.GetID(), stop_info_sp->GetDescription()); in ShouldStop()
171 …for thread tid = 0x%4.4" PRIx64 " (signal: %s)", m_thread.GetID(), stop_info_sp->GetDescription()); in ShouldStop()
HDLanguageRuntime.cpp67 GetDescription (Stream *s) override in GetDescription() function in ExceptionSearchFilter
71 m_filter_sp->GetDescription (s); in GetDescription()
164 GetDescription (Stream *s) override in GetDescription() function in ExceptionBreakpointResolver
174 m_actual_resolver_sp->GetDescription (s); in GetDescription()
HDThreadPlanCallUserExpression.cpp58 ThreadPlanCallUserExpression::GetDescription (Stream *s, lldb::DescriptionLevel level) in GetDescription() function in ThreadPlanCallUserExpression
63 ThreadPlanCallFunction::GetDescription (s, level); in GetDescription()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDSearchFilter.h71 GetDescription(Stream *s);
220 GetDescription(Stream *s);
336 GetDescription(Stream *s) override;
397 GetDescription(Stream *s) override;
453 GetDescription(Stream *s) override;
/NextBSD/contrib/llvm/tools/lldb/source/Breakpoint/
HDWatchpointOptions.cpp172 m_callback_baton_sp->GetDescription (s, level); in GetCallbackDescription()
176 WatchpointOptions::GetDescription (Stream *s, lldb::DescriptionLevel level) const in GetDescription() function in WatchpointOptions
197 m_thread_spec_ap->GetDescription (s, level); in GetDescription()
211 WatchpointOptions::CommandBaton::GetDescription (Stream *s, lldb::DescriptionLevel level) const in GetDescription() function in WatchpointOptions::CommandBaton
HDBreakpointOptions.cpp211 BreakpointOptions::GetDescription (Stream *s, lldb::DescriptionLevel level) const in GetDescription() function in BreakpointOptions
239 m_thread_spec_ap->GetDescription (s, level); in GetDescription()
253 m_callback_baton_sp->GetDescription (s, level); in GetDescription()
267 BreakpointOptions::CommandBaton::GetDescription (Stream *s, lldb::DescriptionLevel level) const in GetDescription() function in BreakpointOptions::CommandBaton
HDBreakpointResolverAddress.cpp85 bp_loc_sp->GetDescription(&s, lldb::eDescriptionLevelVerbose); in SearchCallback()
101 BreakpointResolverAddress::GetDescription (Stream *s) in GetDescription() function in BreakpointResolverAddress
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDPOSIXStopInfo.cpp28 POSIXLimboStopInfo::GetDescription() in GetDescription() function in POSIXLimboStopInfo
77 POSIXNewThreadStopInfo::GetDescription() in GetDescription() function in POSIXNewThreadStopInfo
HDPOSIXStopInfo.h55 GetDescription();
101 GetDescription();
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBBreakpointLocation.cpp47 GetDescription (sstr, lldb::eDescriptionLevelBrief); in SBBreakpointLocation()
316 SBBreakpointLocation::GetDescription (SBStream &description, DescriptionLevel level) in GetDescription() function in SBBreakpointLocation
323 m_opaque_sp->GetDescription (&strm, level); in GetDescription()
362 sb_bp.GetDescription (sstr); in GetBreakpoint()
HDSBSymbolContextList.cpp109 SBSymbolContextList::GetDescription (lldb::SBStream &description) in GetDescription() function in SBSymbolContextList
113 m_opaque_ap->GetDescription (&strm, lldb::eDescriptionLevelFull, NULL); in GetDescription()
HDSBCompileUnit.cpp94 sb_line_entry.GetDescription (sstr); in GetLineEntryAtIndex()
210 sb_file_spec.GetDescription (sstr); in GetSupportFileAtIndex()
283 SBCompileUnit::GetDescription (SBStream &description) in GetDescription() function in SBCompileUnit
HDSBSymbolContext.cpp103 sb_module.GetDescription (sstr); in GetModule()
261 SBSymbolContext::GetDescription (SBStream &description) in GetDescription() function in SBSymbolContext
267 m_opaque_ap->GetDescription (&strm, lldb::eDescriptionLevelFull, NULL); in GetDescription()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDSymbolContext.cpp271 SymbolContext::GetDescription(Stream *s, lldb::DescriptionLevel level, Target *target) const in GetDescription() function in SymbolContext
286 comp_unit->GetDescription (s, level); in GetDescription()
293 function->GetDescription (s, level, target); in GetDescription()
300 func_type->GetDescription (s, level, false); in GetDescription()
325 (*pos)->GetDescription(s, function, level, target); in GetDescription()
333 line_entry.GetDescription (s, level, comp_unit, target, false); in GetDescription()
340 symbol->GetDescription(s, level, target); in GetDescription()
962 SymbolContextSpecifier::GetDescription (Stream *s, lldb::DescriptionLevel level) const in GetDescription() function in SymbolContextSpecifier
1191 pos->GetDescription(s, eDescriptionLevelVerbose, target); in Dump()
1249 SymbolContextList::GetDescription(Stream *s, in GetDescription() function in SymbolContextList
[all …]
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBEvent.h70 GetDescription (lldb::SBStream &description);
73 GetDescription (lldb::SBStream &description) const;
HDSBModuleSpec.h102 GetDescription (lldb::SBStream &description);
146 GetDescription (lldb::SBStream &description);
HDSBType.h53 GetDescription (lldb::SBStream &description,
105 GetDescription (lldb::SBStream &description,
254 GetDescription (lldb::SBStream &description,
/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDTypeSynthetic.cpp92 TypeFilterImpl::GetDescription() in GetDescription() function in TypeFilterImpl
111 CXXSyntheticChildren::GetDescription() in GetDescription() function in CXXSyntheticChildren
244 ScriptedSyntheticChildren::GetDescription() in GetDescription() function in ScriptedSyntheticChildren
HDTypeSummary.cpp152 StringSummaryFormat::GetDescription () in GetDescription() function in StringSummaryFormat
193 CXXFunctionSummaryFormat::GetDescription () in GetDescription() function in CXXFunctionSummaryFormat
264 ScriptSummaryFormat::GetDescription () in GetDescription() function in ScriptSummaryFormat
/NextBSD/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
HDTypeFormat.h241 GetDescription() = 0;
285 GetDescription();
328 GetDescription();
HDTypeSummary.h375 GetDescription () = 0;
431 GetDescription();
504 GetDescription ();
579 GetDescription ();
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDSymbolContext.h244 GetDescription(Stream *s,
417 GetDescription (Stream *s, lldb::DescriptionLevel level) const;
574 GetDescription(Stream *s,
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
HDWatchpointOptions.h174 GetDescription (Stream *s, lldb::DescriptionLevel level) const;
234 GetDescription (Stream *s, lldb::DescriptionLevel level) const;
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDLanguage.cpp146 GetDescription(s, lldb::eDescriptionLevelVerbose); in Dump()
150 Language::GetDescription (Stream *s, lldb::DescriptionLevel level) const in GetDescription() function in Language

123456789