Searched refs:GetDescription (Results 126 - 150 of 319) sorted by relevance

1234567891011>>

/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.h42 GetDescription (Stream *s,
/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.h67 GetDescription () function in class:lldb_private::PlatformLinux
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformiOSSimulator.h74 GetDescription () function in class:PlatformiOSSimulator
/external/lldb/source/Target/
H A DLanguageRuntime.cpp59 GetDescription (Stream *s) function in class:ExceptionSearchFilter
63 m_filter_sp->GetDescription (s);
150 GetDescription (Stream *s) function in class:ExceptionBreakpointResolver
160 m_actual_resolver_sp->GetDescription (s);
H A DThreadPlanStepThrough.cpp106 m_sub_plan_sp->GetDescription(&s, lldb::eDescriptionLevelFull);
117 ThreadPlanStepThrough::GetDescription (Stream *s, lldb::DescriptionLevel level) function in class:ThreadPlanStepThrough
/external/lldb/test/api/multithreaded/
H A Dtest_listener_event_process_state.cpp42 thread.GetDescription(description);
/external/lldb/test/functionalities/inline-stepping/
H A DTestInlineStepping.py71 destination_line_entry.GetDescription(destination_description)
83 destination_line_entry.GetDescription(destination_description)
86 stop_line_entry.GetDescription(actual_description)
94 destination_line_entry.GetDescription(destination_description)
/external/lldb/test/python_api/default-constructor/
H A Dsb_frame.py36 obj.GetDescription(lldb.SBStream())
H A Dsb_process.py43 obj.GetDescription(lldb.SBStream())
/external/chromium_org/tools/grit/grit/extern/
H A Dtclib.py241 def GetDescription(self): member in class:BaseMessage
367 self.__meaning, self.GetDescription())
417 self.GetDescription() is not None and
418 other.GetDescription() is not None and
419 self.GetDescription() != other.GetDescription()):
474 self.GetDescription());
/external/lldb/source/Breakpoint/
H A DBreakpoint.cpp526 Breakpoint::GetDescription (Stream *s, lldb::DescriptionLevel level, bool show_locations) function in class:Breakpoint
571 GetOptions()->GetDescription(s, level);
592 GetLocationAtIndex(0)->GetDescription(s, level);
610 GetOptions()->GetDescription(s, level);
625 loc->GetDescription(s, level);
636 m_resolver_sp->GetDescription (s);
663 m_filter_sp->GetDescription (s);
H A DBreakpointLocationCollection.cpp186 BreakpointLocationCollection::GetDescription (Stream *s, lldb::DescriptionLevel level) function in class:BreakpointLocationCollection
196 (*pos)->GetDescription(s, level);
H A DBreakpointResolverFileLine.cpp202 bp_loc_sp->GetDescription (&s, lldb::eDescriptionLevelVerbose);
236 BreakpointResolverFileLine::GetDescription (Stream *s) function in class:BreakpointResolverFileLine
H A DBreakpointSite.cpp94 BreakpointSite::GetDescription (Stream *s, lldb::DescriptionLevel level) function in class:BreakpointSite
98 m_owners.GetDescription (s, level);
/external/lldb/include/lldb/API/
H A DSBType.h53 GetDescription (lldb::SBStream &description,
168 GetDescription (lldb::SBStream &description,
/external/lldb/include/lldb/Target/
H A DThreadPlan.h322 GetDescription (Stream *s,
619 GetDescription (Stream *s,
/external/lldb/scripts/Python/interface/
H A DSBFunction.i87 GetDescription (lldb::SBStream &description);
H A DSBInstruction.i58 GetDescription (lldb::SBStream &description);
H A DSBSection.i94 GetDescription (lldb::SBStream &description);
H A DSBSymbol.i57 GetDescription (lldb::SBStream &description);
H A DSBSymbolContext.i81 GetDescription (lldb::SBStream &description);
/external/lldb/source/API/
H A DSBDeclaration.cpp85 sb_file_spec.GetDescription (sstr);
184 SBDeclaration::GetDescription (SBStream &description) function in class:SBDeclaration
H A DSBEvent.cpp218 SBEvent::GetDescription (SBStream &description) function in class:SBEvent
233 SBEvent::GetDescription (SBStream &description) const function in class:SBEvent
H A DSBModuleSpec.cpp141 SBModuleSpec::GetDescription (lldb::SBStream &description) function in class:SBModuleSpec
226 SBModuleSpecList::GetDescription (lldb::SBStream &description) function in class:SBModuleSpecList
H A DSBSymbol.cpp101 SBSymbol::GetDescription (SBStream &description) function in class:SBSymbol
107 m_opaque_ptr->GetDescription (&strm,

Completed in 400 milliseconds

1234567891011>>