Searched refs:GetDescription (Results 51 - 75 of 319) sorted by relevance

1234567891011>>

/external/lldb/include/lldb/API/
H A DSBTypeNameSpecifier.h45 GetDescription (lldb::SBStream &description,
/external/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverAddress.h54 GetDescription (Stream *s);
H A DBreakpointResolverFileLine.h50 GetDescription (Stream *s);
H A DBreakpointResolverFileRegex.h47 GetDescription (Stream *s);
H A DBreakpointOptions.h277 GetDescription (Stream *s, lldb::DescriptionLevel level) const;
332 GetDescription (Stream *s, lldb::DescriptionLevel level) const;
/external/lldb/include/lldb/Core/
H A DAddressResolverName.h54 GetDescription (Stream *s);
H A DFileLineResolver.h54 GetDescription (Stream *s);
/external/lldb/include/lldb/Interpreter/
H A DProperty.h56 GetDescription () const function in class:lldb_private::Property
/external/lldb/include/lldb/Symbol/
H A DLineEntry.h90 GetDescription (Stream *s,
/external/lldb/include/lldb/Target/
H A DThreadPlanBase.h36 virtual void GetDescription (Stream *s, lldb::DescriptionLevel level);
H A DThreadPlanStepInstruction.h28 virtual void GetDescription (Stream *s, lldb::DescriptionLevel level);
H A DThreadPlanStepOverBreakpoint.h28 virtual void GetDescription (Stream *s, lldb::DescriptionLevel level);
/external/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp172 m_callback_baton_sp->GetDescription (s, level);
176 WatchpointOptions::GetDescription (Stream *s, lldb::DescriptionLevel level) const function in class:WatchpointOptions
197 m_thread_spec_ap->GetDescription (s, level);
211 WatchpointOptions::CommandBaton::GetDescription (Stream *s, lldb::DescriptionLevel level) const function in class:WatchpointOptions::CommandBaton
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.h65 GetDescription () function in class:PlatformMacOSX
/external/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.h53 GetDescription ();
/external/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp62 return_plan_sp->GetDescription (&s, lldb::eDescriptionLevelFull);
/external/lldb/test/api/multithreaded/
H A Dtest_listener_event_description.cpp34 event.GetDescription(description);
/external/lldb/test/python_api/default-constructor/
H A Dsb_breakpoint.py33 obj.GetDescription(lldb.SBStream())
H A Dsb_module.py15 obj.GetDescription(lldb.SBStream())
H A Dsb_thread.py34 obj.GetDescription(lldb.SBStream())
/external/lldb/tools/lldb-perf/lib/
H A DMetric.h58 GetDescription () const function in class:lldb_perf::Metric
/external/lldb/scripts/Python/interface/
H A DSBCommandReturnObject.i85 GetDescription (lldb::SBStream &description);
H A DSBDeclaration.i38 GetDescription (lldb::SBStream &description);
H A DSBError.i104 GetDescription (lldb::SBStream &description);
H A DSBTypeFilter.i56 GetDescription (lldb::SBStream &description, lldb::DescriptionLevel description_level);

Completed in 3233 milliseconds

1234567891011>>