/external/lldb/source/API/ |
D | SBCommandReturnObject.cpp | 22 m_opaque_ap (new CommandReturnObject ()) in SBCommandReturnObject() 27 m_opaque_ap () in SBCommandReturnObject() 29 if (rhs.m_opaque_ap.get()) in SBCommandReturnObject() 30 m_opaque_ap.reset (new CommandReturnObject (*rhs.m_opaque_ap)); in SBCommandReturnObject() 34 m_opaque_ap (ptr) in SBCommandReturnObject() 41 return m_opaque_ap.release(); in Release() 49 if (rhs.m_opaque_ap.get()) in operator =() 50 m_opaque_ap.reset (new CommandReturnObject (*rhs.m_opaque_ap)); in operator =() 52 m_opaque_ap.reset(); in operator =() 66 return m_opaque_ap.get() != NULL; in IsValid() [all …]
|
D | SBAddress.cpp | 26 m_opaque_ap () in SBAddress() 31 m_opaque_ap () in SBAddress() 38 m_opaque_ap () in SBAddress() 46 m_opaque_ap(new Address (section.GetSP(), offset)) in SBAddress() 52 m_opaque_ap() in SBAddress() 71 m_opaque_ap.reset(); in operator =() 79 return m_opaque_ap.get() != NULL && m_opaque_ap->IsValid(); in IsValid() 85 m_opaque_ap.reset(); in Clear() 103 m_opaque_ap.reset(); in SetAddress() 109 if (m_opaque_ap.get()) in GetFileAddress() [all …]
|
D | SBModuleSpec.cpp | 23 m_opaque_ap (new lldb_private::ModuleSpec()) in SBModuleSpec() 28 m_opaque_ap (new lldb_private::ModuleSpec(*rhs.m_opaque_ap)) in SBModuleSpec() 36 *m_opaque_ap = *(rhs.m_opaque_ap); in operator =() 47 return *m_opaque_ap; in IsValid() 53 m_opaque_ap->Clear(); in Clear() 59 SBFileSpec sb_spec(m_opaque_ap->GetFileSpec()); in GetFileSpec() 66 m_opaque_ap->GetFileSpec() = *sb_spec; in SetFileSpec() 72 return SBFileSpec(m_opaque_ap->GetPlatformFileSpec()); in GetPlatformFileSpec() 78 m_opaque_ap->GetPlatformFileSpec() = *sb_spec; in SetPlatformFileSpec() 84 return SBFileSpec(m_opaque_ap->GetSymbolFileSpec()); in GetSymbolFileSpec() [all …]
|
D | SBSymbolContext.cpp | 24 m_opaque_ap () in SBSymbolContext() 29 m_opaque_ap () in SBSymbolContext() 32 m_opaque_ap.reset (new SymbolContext (*sc_ptr)); in SBSymbolContext() 36 m_opaque_ap () in SBSymbolContext() 40 if (m_opaque_ap.get()) in SBSymbolContext() 41 *m_opaque_ap = *rhs.m_opaque_ap; in SBSymbolContext() 43 ref() = *rhs.m_opaque_ap; in SBSymbolContext() 57 m_opaque_ap.reset (new lldb_private::SymbolContext(*rhs.m_opaque_ap.get())); in operator =() 67 if (m_opaque_ap.get()) in SetSymbolContext() 68 *m_opaque_ap = *sc_ptr; in SetSymbolContext() [all …]
|
D | SBError.cpp | 22 m_opaque_ap () in SBError() 27 m_opaque_ap () in SBError() 30 m_opaque_ap.reset (new Error(*rhs)); in SBError() 43 if (m_opaque_ap.get()) in operator =() 44 *m_opaque_ap = *rhs; in operator =() 46 m_opaque_ap.reset (new Error(*rhs)); in operator =() 49 m_opaque_ap.reset(); in operator =() 58 if (m_opaque_ap.get()) in GetCString() 59 return m_opaque_ap->AsCString(); in GetCString() 66 if (m_opaque_ap.get()) in Clear() [all …]
|
D | SBStream.cpp | 21 m_opaque_ap (new StreamString()), in SBStream() 33 return (m_opaque_ap.get() != NULL); in IsValid() 41 if (m_is_file || m_opaque_ap.get() == NULL) in GetData() 44 return static_cast<StreamString *>(m_opaque_ap.get())->GetData(); in GetData() 53 if (m_is_file || m_opaque_ap.get() == NULL) in GetSize() 56 return static_cast<StreamString *>(m_opaque_ap.get())->GetSize(); in GetSize() 74 if (m_opaque_ap.get()) in RedirectToFile() 79 local_data.swap(static_cast<StreamString *>(m_opaque_ap.get())->GetString()); in RedirectToFile() 87 m_opaque_ap.reset (stream_file); in RedirectToFile() 89 if (m_opaque_ap.get()) in RedirectToFile() [all …]
|
D | SBLineEntry.cpp | 23 m_opaque_ap () in SBLineEntry() 28 m_opaque_ap () in SBLineEntry() 35 m_opaque_ap () in SBLineEntry() 49 m_opaque_ap.reset(); in operator =() 71 if (m_opaque_ap.get()) in GetStartAddress() 72 sb_address.SetAddress(&m_opaque_ap->range.GetBaseAddress()); in GetStartAddress() 82 m_opaque_ap.get(), sb_address.get(), sstr.GetData()); in GetStartAddress() 92 if (m_opaque_ap.get()) in GetEndAddress() 94 sb_address.SetAddress(&m_opaque_ap->range.GetBaseAddress()); in GetEndAddress() 95 sb_address.OffsetAddress(m_opaque_ap->range.GetByteSize()); in GetEndAddress() [all …]
|
D | SBValueList.cpp | 87 m_opaque_ap () in SBValueList() 92 m_opaque_ap () in SBValueList() 97 m_opaque_ap.reset (new ValueListImpl (*rhs)); in SBValueList() 102 (rhs.IsValid() ? rhs.m_opaque_ap.get() : NULL), in SBValueList() 103 m_opaque_ap.get()); in SBValueList() 108 m_opaque_ap () in SBValueList() 113 m_opaque_ap.reset (new ValueListImpl (*lldb_object_ptr)); in SBValueList() 119 m_opaque_ap.get()); in SBValueList() 130 return (m_opaque_ap.get() != NULL); in IsValid() 136 m_opaque_ap.reset(); in Clear() [all …]
|
D | SBSymbolContextList.cpp | 18 m_opaque_ap (new SymbolContextList()) in SBSymbolContextList() 23 m_opaque_ap (new SymbolContextList(*rhs.m_opaque_ap)) in SBSymbolContextList() 36 *m_opaque_ap = *rhs.m_opaque_ap; in operator =() 44 if (m_opaque_ap.get()) in GetSize() 45 return m_opaque_ap->GetSize(); in GetSize() 53 if (m_opaque_ap.get()) in GetContextAtIndex() 56 if (m_opaque_ap->GetContextAtIndex (idx, sc)) in GetContextAtIndex() 67 if (m_opaque_ap.get()) in Clear() 68 m_opaque_ap->Clear(); in Clear() 74 if (sc.IsValid() && m_opaque_ap.get()) in Append() [all …]
|
D | SBFileSpec.cpp | 24 m_opaque_ap(new lldb_private::FileSpec()) in SBFileSpec() 29 m_opaque_ap(new lldb_private::FileSpec(*rhs.m_opaque_ap)) in SBFileSpec() 34 m_opaque_ap(new lldb_private::FileSpec(fspec)) in SBFileSpec() 40 m_opaque_ap(new FileSpec (path, true)) in SBFileSpec() 45 m_opaque_ap(new FileSpec (path, resolve)) in SBFileSpec() 57 *m_opaque_ap = *rhs.m_opaque_ap; in operator =() 64 return *m_opaque_ap; in IsValid() 72 bool result = m_opaque_ap->Exists(); in Exists() 75 … log->Printf ("SBFileSpec(%p)::Exists () => %s", m_opaque_ap.get(), (result ? "true" : "false")); in Exists() 83 return m_opaque_ap->ResolveExecutableLocation (); in ResolveExecutableLocation() [all …]
|
D | SBDeclaration.cpp | 23 m_opaque_ap () in SBDeclaration() 28 m_opaque_ap () in SBDeclaration() 35 m_opaque_ap () in SBDeclaration() 49 m_opaque_ap.reset(); in operator =() 69 return m_opaque_ap.get() && m_opaque_ap->IsValid(); in IsValid() 79 if (m_opaque_ap.get() && m_opaque_ap->GetFile()) in GetFileSpec() 80 sb_file_spec.SetFileSpec(m_opaque_ap->GetFile()); in GetFileSpec() 86 log->Printf ("SBLineEntry(%p)::GetFileSpec () => SBFileSpec(%p): %s", m_opaque_ap.get(), in GetFileSpec() 99 if (m_opaque_ap.get()) in GetLine() 100 line = m_opaque_ap->GetLine(); in GetLine() [all …]
|
D | SBStringList.cpp | 18 m_opaque_ap () in SBStringList() 23 m_opaque_ap () in SBStringList() 26 m_opaque_ap.reset (new lldb_private::StringList (*lldb_strings_ptr)); in SBStringList() 30 m_opaque_ap () in SBStringList() 33 m_opaque_ap.reset (new lldb_private::StringList(*rhs)); in SBStringList() 43 m_opaque_ap.reset(new lldb_private::StringList(*rhs)); in operator =() 45 m_opaque_ap.reset(); in operator =() 57 return m_opaque_ap.get(); in operator ->() 63 return *m_opaque_ap; in operator *() 69 return (m_opaque_ap.get() != NULL); in IsValid() [all …]
|
D | SBFileSpecList.cpp | 26 m_opaque_ap(new FileSpecList()) in SBFileSpecList() 31 m_opaque_ap() in SBFileSpecList() 35 if (rhs.m_opaque_ap.get()) in SBFileSpecList() 36 m_opaque_ap.reset (new FileSpecList (*(rhs.get()))); in SBFileSpecList() 41 rhs.m_opaque_ap.get(), m_opaque_ap.get()); in SBFileSpecList() 54 m_opaque_ap.reset (new lldb_private::FileSpecList(*(rhs.get()))); in operator =() 62 return m_opaque_ap->GetSize(); in GetSize() 68 m_opaque_ap->Append (sb_file.ref()); in Append() 74 return m_opaque_ap->AppendIfUnique (sb_file.ref()); in AppendIfUnique() 80 m_opaque_ap->Clear(); in Clear() [all …]
|
D | SBExpressionOptions.cpp | 20 m_opaque_ap(new EvaluateExpressionOptions()) in SBExpressionOptions() 26 m_opaque_ap.reset(new EvaluateExpressionOptions()); in SBExpressionOptions() 27 *(m_opaque_ap.get()) = rhs.ref(); in SBExpressionOptions() 47 return m_opaque_ap->DoesCoerceToId (); in GetCoerceResultToId() 53 m_opaque_ap->SetCoerceToId (coerce); in SetCoerceResultToId() 59 return m_opaque_ap->DoesUnwindOnError (); in GetUnwindOnError() 65 m_opaque_ap->SetUnwindOnError (unwind); in SetUnwindOnError() 71 return m_opaque_ap->DoesIgnoreBreakpoints (); in GetIgnoreBreakpoints() 77 m_opaque_ap->SetIgnoreBreakpoints (ignore); in SetIgnoreBreakpoints() 83 return m_opaque_ap->GetUseDynamic (); in GetFetchDynamicValue() [all …]
|
D | SBType.cpp | 452 m_opaque_ap(new TypeListImpl()) in SBTypeList() 457 m_opaque_ap(new TypeListImpl()) in SBTypeList() 466 return (m_opaque_ap.get() != NULL); in IsValid() 474 m_opaque_ap.reset (new TypeListImpl()); in operator =() 485 m_opaque_ap->Append (type.m_opaque_sp); in Append() 491 if (m_opaque_ap.get()) in GetTypeAtIndex() 492 return SBType(m_opaque_ap->GetTypeAtIndex(index)); in GetTypeAtIndex() 499 return m_opaque_ap->GetSize(); in GetSize() 507 m_opaque_ap() in SBTypeMember() 516 m_opaque_ap() in SBTypeMember() [all …]
|
D | SBSourceManager.cpp | 99 m_opaque_ap.reset(new SourceManagerImpl (debugger.get_sp())); in SBSourceManager() 104 m_opaque_ap.reset(new SourceManagerImpl (target.GetSP())); in SBSourceManager() 112 m_opaque_ap.reset(new SourceManagerImpl (*(rhs.m_opaque_ap.get()))); in SBSourceManager() 118 m_opaque_ap.reset (new SourceManagerImpl (*(rhs.m_opaque_ap.get()))); in operator =() 137 if (m_opaque_ap.get() == NULL) in DisplaySourceLinesWithLineNumbers() 140 return m_opaque_ap->DisplaySourceLinesWithLineNumbers (file.ref(), in DisplaySourceLinesWithLineNumbers()
|
/external/lldb/include/lldb/API/ |
D | SBModuleSpec.h | 109 std::unique_ptr<lldb_private::ModuleSpec> m_opaque_ap; variable 149 std::unique_ptr<lldb_private::ModuleSpecList> m_opaque_ap;
|
D | SBType.h | 68 std::unique_ptr<lldb_private::TypeMemberImpl> m_opaque_ap; variable 236 std::unique_ptr<lldb_private::TypeListImpl> m_opaque_ap;
|
D | SBSourceManager.h | 48 std::unique_ptr<lldb_private::SourceManagerImpl> m_opaque_ap;
|
D | SBSymbolContextList.h | 63 std::unique_ptr<lldb_private::SymbolContextList> m_opaque_ap;
|
D | SBStringList.h | 65 std::unique_ptr<lldb_private::StringList> m_opaque_ap;
|
D | SBFileSpecList.h | 66 std::unique_ptr<lldb_private::FileSpecList> m_opaque_ap; variable
|
D | SBExpressionOptions.h | 84 mutable std::unique_ptr<lldb_private::EvaluateExpressionOptions> m_opaque_ap;
|
D | SBValueList.h | 87 std::unique_ptr<ValueListImpl> m_opaque_ap; variable
|
/external/lldb/scripts/Python/interface/ |
D | SBExpressionOptions.i | 86 mutable std::unique_ptr<lldb_private::EvaluateExpressionOptions> m_opaque_ap;
|