Searched refs:lldb_private (Results 176 - 200 of 890) sorted by relevance

1234567891011>>

/external/lldb/source/Core/
H A DVMRange.cpp17 using namespace lldb_private;
62 lldb_private::operator== (const VMRange& lhs, const VMRange& rhs)
68 lldb_private::operator!= (const VMRange& lhs, const VMRange& rhs)
74 lldb_private::operator< (const VMRange& lhs, const VMRange& rhs)
84 lldb_private::operator<= (const VMRange& lhs, const VMRange& rhs)
94 lldb_private::operator> (const VMRange& lhs, const VMRange& rhs)
104 lldb_private::operator>= (const VMRange& lhs, const VMRange& rhs)
H A DAddressResolver.cpp25 using namespace lldb_private;
H A DModuleChild.cpp12 using namespace lldb_private;
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.h20 class RegisterContextDarwin_i386 : public lldb_private::RegisterContext
24 RegisterContextDarwin_i386(lldb_private::Thread &thread,
36 virtual const lldb_private::RegisterInfo *
42 virtual const lldb_private::RegisterSet *
46 ReadRegister (const lldb_private::RegisterInfo *reg_info, lldb_private::RegisterValue &value);
49 WriteRegister (const lldb_private::RegisterInfo *reg_info, const lldb_private::RegisterValue &value);
211 LogGPR (lldb_private::Log *log, const char *title);
265 static const lldb_private
[all...]
H A DRegisterContextDarwin_x86_64.h20 class RegisterContextDarwin_x86_64 : public lldb_private::RegisterContext
23 RegisterContextDarwin_x86_64 (lldb_private::Thread &thread,
35 virtual const lldb_private::RegisterInfo *
41 virtual const lldb_private::RegisterSet *
45 ReadRegister (const lldb_private::RegisterInfo *reg_info, lldb_private::RegisterValue &value);
48 WriteRegister (const lldb_private::RegisterInfo *reg_info, const lldb_private::RegisterValue &value);
215 LogGPR (lldb_private::Log *log, const char *format, ...);
269 static const lldb_private
[all...]
/external/lldb/source/DataFormatters/
H A DNSSet.cpp25 using namespace lldb_private;
26 using namespace lldb_private::formatters;
30 lldb_private::formatters::NSSetSummaryProvider (ValueObject& valobj, Stream& stream)
112 SyntheticChildrenFrontEnd* lldb_private::formatters::NSSetSyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::ValueObjectSP valobj_sp)
157 lldb_private::formatters::NSSetISyntheticFrontEnd::NSSetISyntheticFrontEnd (lldb::ValueObjectSP valobj_sp) :
168 lldb_private::formatters::NSSetISyntheticFrontEnd::~NSSetISyntheticFrontEnd ()
177 lldb_private::formatters::NSSetISyntheticFrontEnd::GetIndexOfChildWithName (const ConstString &name)
187 lldb_private::formatters::NSSetISyntheticFrontEnd::CalculateNumChildren ()
195 lldb_private::formatters::NSSetISyntheticFrontEnd::Update()
239 lldb_private
[all...]
/external/lldb/source/Plugins/Process/Linux/
H A DProcessMonitor.h22 namespace lldb_private namespace
27 } // End lldb_private namespace.
51 lldb_private::Module *module,
58 lldb_private::Error &error);
62 lldb_private::Error &error);
98 lldb_private::Error &error);
106 lldb_private::Error &error);
114 unsigned size, lldb_private::RegisterValue &value);
122 const lldb_private::RegisterValue &value);
177 lldb_private
[all...]
/external/lldb/source/API/
H A DSBCompileUnit.cpp22 using namespace lldb_private;
30 SBCompileUnit::SBCompileUnit (lldb_private::CompileUnit *lldb_object_ptr) :
77 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
112 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
190 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
240 const lldb_private::CompileUnit *
246 const lldb_private::CompileUnit &
252 lldb_private::CompileUnit *
259 SBCompileUnit::reset (lldb_private::CompileUnit *lldb_object_ptr)
H A DSBError.cpp18 using namespace lldb_private;
73 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
88 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
102 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
118 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));
190 lldb_private::Error *
196 lldb_private::Error *
202 lldb_private::Error &
209 const lldb_private::Error &
H A DSBInstruction.cpp29 using namespace lldb_private;
203 lldb_private::ExecutionContext exe_ctx;
205 lldb_private::Target *target = exe_ctx.GetTargetPtr();
206 lldb_private::ArchSpec arch = target->GetArchitecture();
211 &lldb_private::EmulateInstruction::ReadMemoryFrame,
212 &lldb_private::EmulateInstruction::WriteMemoryFrame,
213 &lldb_private::EmulateInstruction::ReadRegisterFrame,
214 &lldb_private::EmulateInstruction::WriteRegisterFrame);
225 lldb_private::ArchSpec arch (triple, NULL);
H A DSBSourceManager.cpp25 namespace lldb_private namespace
51 DisplaySourceLinesWithLineNumbers (const lldb_private::FileSpec &file,
56 lldb_private::Stream *s)
95 using namespace lldb_private;
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.h47 const lldb_private::Declaration &decl,
91 lldb_private::Declaration m_declaration;
123 const lldb_private::Declaration &decl,
145 Insert (const lldb_private::ConstString &name,
152 Find (const lldb_private::ConstString &name,
156 const lldb_private::Declaration &decl,
/external/lldb/source/Symbol/
H A DSymbolVendor.cpp24 using namespace lldb_private;
35 SymbolVendor::FindPlugin (const lldb::ModuleSP &module_sp, lldb_private::Stream *feedback_strm)
88 lldb_private::Mutex::Locker locker(module_sp->GetMutex());
103 lldb_private::Mutex::Locker locker(module_sp->GetMutex());
132 lldb_private::Mutex::Locker locker(module_sp->GetMutex());
154 lldb_private::Mutex::Locker locker(module_sp->GetMutex());
168 lldb_private::Mutex::Locker locker(module_sp->GetMutex());
181 lldb_private::Mutex::Locker locker(module_sp->GetMutex());
194 lldb_private::Mutex::Locker locker(module_sp->GetMutex());
207 lldb_private
[all...]
/external/lldb/include/lldb/API/
H A DSBSourceManager.h44 SBSourceManager(lldb_private::SourceManager *source_manager);
48 std::unique_ptr<lldb_private::SourceManagerImpl> m_opaque_ap;
H A DSBType.h60 reset (lldb_private::TypeMemberImpl *);
62 lldb_private::TypeMemberImpl &
65 const lldb_private::TypeMemberImpl &
68 std::unique_ptr<lldb_private::TypeMemberImpl> m_opaque_ap;
182 lldb_private::TypeImpl &
185 const lldb_private::TypeImpl &
204 SBType (const lldb_private::ClangASTType &);
236 std::unique_ptr<lldb_private::TypeListImpl> m_opaque_ap;
H A DSBStream.h93 lldb_private::Stream *
96 lldb_private::Stream *
99 lldb_private::Stream &
105 std::unique_ptr<lldb_private::Stream> m_opaque_ap;
/external/lldb/include/lldb/Symbol/
H A DUnwindTable.h18 namespace lldb_private { namespace
30 lldb_private::DWARFCallFrameInfo *
67 } // namespace lldb_private
H A DSymbolContextScope.h19 namespace lldb_private { namespace
135 } // namespace lldb_private
/external/lldb/source/Host/common/
H A DTimeValue.cpp22 using namespace lldb_private;
169 lldb_private::operator == (const TimeValue &lhs, const TimeValue &rhs)
175 lldb_private::operator != (const TimeValue &lhs, const TimeValue &rhs)
181 lldb_private::operator < (const TimeValue &lhs, const TimeValue &rhs)
187 lldb_private::operator <= (const TimeValue &lhs, const TimeValue &rhs)
193 lldb_private::operator > (const TimeValue &lhs, const TimeValue &rhs)
199 lldb_private::operator >= (const TimeValue &lhs, const TimeValue &rhs)
205 lldb_private::operator - (const TimeValue &lhs, const TimeValue &rhs)
/external/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp16 using namespace lldb_private;
54 Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_STEP));
/external/lldb/include/lldb/Core/
H A DInputReaderStack.h18 namespace lldb_private { namespace
56 } // namespace lldb_private
/external/lldb/include/lldb/Interpreter/
H A DOptionGroupUUID.h20 namespace lldb_private { namespace
59 } // namespace lldb_private
/external/lldb/include/lldb/Utility/
H A DSharedCluster.h16 namespace lldb_private { namespace
21 class shared_ptr_refcount : public lldb_private::imp::shared_count
71 typename lldb_private::SharingPtr<T> GetSharedPointer(T *desired_object)
78 return typename lldb_private::SharingPtr<T> (desired_object, new imp::shared_ptr_refcount<ClusterManager> (this));
107 } // namespace lldb_private
/external/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp28 using namespace lldb_private;
H A DStoppointLocation.cpp18 using namespace lldb_private;

Completed in 272 milliseconds

1234567891011>>