| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBFileSpec.cpp | 26 SBFileSpec::SBFileSpec() : m_opaque_up(new lldb_private::FileSpec()) { in SBFileSpec() function in SBFileSpec 30 SBFileSpec::SBFileSpec(const SBFileSpec &rhs) : m_opaque_up() { in SBFileSpec() function in SBFileSpec 31 LLDB_RECORD_CONSTRUCTOR(SBFileSpec, (const lldb::SBFileSpec &), rhs); in SBFileSpec() 36 SBFileSpec::SBFileSpec(const lldb_private::FileSpec &fspec) in SBFileSpec() function in SBFileSpec 40 SBFileSpec::SBFileSpec(const char *path) : m_opaque_up(new FileSpec(path)) { in SBFileSpec() function in SBFileSpec 46 SBFileSpec::SBFileSpec(const char *path, bool resolve) in SBFileSpec() function in SBFileSpec 54 SBFileSpec::~SBFileSpec() = default; 56 const SBFileSpec &SBFileSpec::operator=(const SBFileSpec &rhs) { in operator =() 65 bool SBFileSpec::operator==(const SBFileSpec &rhs) const { in operator ==() 72 bool SBFileSpec::operator!=(const SBFileSpec &rhs) const { in operator !=() [all …]
|
| H A D | SBHostOS.cpp | 32 SBFileSpec SBHostOS::GetProgramFileSpec() { in GetProgramFileSpec() 33 LLDB_RECORD_STATIC_METHOD_NO_ARGS(lldb::SBFileSpec, SBHostOS, in GetProgramFileSpec() 36 SBFileSpec sb_filespec; in GetProgramFileSpec() 41 SBFileSpec SBHostOS::GetLLDBPythonPath() { in GetLLDBPythonPath() 42 LLDB_RECORD_STATIC_METHOD_NO_ARGS(lldb::SBFileSpec, SBHostOS, in GetLLDBPythonPath() 48 SBFileSpec SBHostOS::GetLLDBPath(lldb::PathType path_type) { in GetLLDBPath() 85 SBFileSpec sb_fspec; in GetLLDBPath() 90 SBFileSpec SBHostOS::GetUserHomeDirectory() { in GetUserHomeDirectory() 91 LLDB_RECORD_STATIC_METHOD_NO_ARGS(lldb::SBFileSpec, SBHostOS, in GetUserHomeDirectory() 98 SBFileSpec sb_fspec; in GetUserHomeDirectory() [all …]
|
| H A D | SBFileSpecList.cpp | 53 void SBFileSpecList::Append(const SBFileSpec &sb_file) { in Append() 54 LLDB_RECORD_METHOD(void, SBFileSpecList, Append, (const lldb::SBFileSpec &), in Append() 60 bool SBFileSpecList::AppendIfUnique(const SBFileSpec &sb_file) { in AppendIfUnique() 62 (const lldb::SBFileSpec &), sb_file); in AppendIfUnique() 82 const SBFileSpec SBFileSpecList::GetFileSpecAtIndex(uint32_t idx) const { in GetFileSpecAtIndex() 83 LLDB_RECORD_METHOD_CONST(const lldb::SBFileSpec, SBFileSpecList, in GetFileSpecAtIndex() 86 SBFileSpec new_spec; in GetFileSpecAtIndex() 139 (const lldb::SBFileSpec &)); in RegisterMethods() 141 (const lldb::SBFileSpec &)); in RegisterMethods() 144 (uint32_t, const lldb::SBFileSpec &, bool)); in RegisterMethods() [all …]
|
| H A D | SBModuleSpec.cpp | 59 SBFileSpec SBModuleSpec::GetFileSpec() { in GetFileSpec() 62 SBFileSpec sb_spec(m_opaque_up->GetFileSpec()); in GetFileSpec() 68 (const lldb::SBFileSpec &), sb_spec); in SetFileSpec() 73 lldb::SBFileSpec SBModuleSpec::GetPlatformFileSpec() { in GetPlatformFileSpec() 74 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBFileSpec, SBModuleSpec, in GetPlatformFileSpec() 82 (const lldb::SBFileSpec &), sb_spec); in SetPlatformFileSpec() 87 lldb::SBFileSpec SBModuleSpec::GetSymbolFileSpec() { in GetSymbolFileSpec() 95 (const lldb::SBFileSpec &), sb_spec); in SetSymbolFileSpec() 261 (const lldb::SBFileSpec &)); in RegisterMethods() 265 (const lldb::SBFileSpec &)); in RegisterMethods() [all …]
|
| H A D | SBCompileUnit.cpp | 47 SBFileSpec SBCompileUnit::GetFileSpec() const { in GetFileSpec() 48 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBFileSpec, SBCompileUnit, in GetFileSpec() 51 SBFileSpec file_spec; in GetFileSpec() 97 SBFileSpec *inline_file_spec, in FindLineEntryIndex() 153 SBFileSpec SBCompileUnit::GetSupportFileAtIndex(uint32_t idx) const { in GetSupportFileAtIndex() 154 LLDB_RECORD_METHOD_CONST(lldb::SBFileSpec, SBCompileUnit, in GetSupportFileAtIndex() 157 SBFileSpec sb_file_spec; in GetSupportFileAtIndex() 168 const SBFileSpec &sb_file, in FindSupportFileIndex() 257 (uint32_t, uint32_t, lldb::SBFileSpec *)); in RegisterMethods() 262 LLDB_REGISTER_METHOD_CONST(lldb::SBFileSpec, SBCompileUnit, in RegisterMethods() [all …]
|
| H A D | SBModule.cpp | 96 SBFileSpec SBModule::GetFileSpec() const { in GetFileSpec() 99 SBFileSpec file_spec; in GetFileSpec() 107 lldb::SBFileSpec SBModule::GetPlatformFileSpec() const { in GetPlatformFileSpec() 111 SBFileSpec file_spec; in GetPlatformFileSpec() 134 lldb::SBFileSpec SBModule::GetRemoteInstallFileSpec() { in GetRemoteInstallFileSpec() 138 SBFileSpec sb_file_spec; in GetRemoteInstallFileSpec() 147 (lldb::SBFileSpec &), file); in SetRemoteInstallFileSpec() 648 lldb::SBFileSpec sb_file_spec; in GetSymbolFileSpec() 717 (const lldb::SBFileSpec &)); in RegisterMethods() 721 (lldb::SBFileSpec &)); in RegisterMethods() [all …]
|
| H A D | SBDeclaration.cpp | 65 SBFileSpec SBDeclaration::GetFileSpec() const { in GetFileSpec() 66 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBFileSpec, SBDeclaration, in GetFileSpec() 70 SBFileSpec sb_file_spec; in GetFileSpec() 98 void SBDeclaration::SetFileSpec(lldb::SBFileSpec filespec) { in SetFileSpec() 99 LLDB_RECORD_METHOD(void, SBDeclaration, SetFileSpec, (lldb::SBFileSpec), in SetFileSpec() 191 LLDB_REGISTER_METHOD_CONST(lldb::SBFileSpec, SBDeclaration, GetFileSpec, in RegisterMethods() 195 LLDB_REGISTER_METHOD(void, SBDeclaration, SetFileSpec, (lldb::SBFileSpec)); in RegisterMethods()
|
| H A D | SBPlatform.cpp | 526 SBError SBPlatform::Get(SBFileSpec &src, SBFileSpec &dst) { in Get() 528 (lldb::SBFileSpec &, lldb::SBFileSpec &), src, dst); in Get() 540 SBError SBPlatform::Put(SBFileSpec &src, SBFileSpec &dst) { in Put() 542 (lldb::SBFileSpec &, lldb::SBFileSpec &), src, dst); in Put() 565 SBError SBPlatform::Install(SBFileSpec &src, SBFileSpec &dst) { in Install() 567 (lldb::SBFileSpec &, lldb::SBFileSpec &), src, dst); in Install() 778 (lldb::SBFileSpec &, lldb::SBFileSpec &)); in RegisterMethods() 780 (lldb::SBFileSpec &, lldb::SBFileSpec &)); in RegisterMethods() 782 (lldb::SBFileSpec &, lldb::SBFileSpec &)); in RegisterMethods()
|
| H A D | SBSourceManager.cpp | 110 const SBFileSpec &file, uint32_t line, uint32_t context_before, in DisplaySourceLinesWithLineNumbers() 113 (const lldb::SBFileSpec &, uint32_t, uint32_t, uint32_t, in DisplaySourceLinesWithLineNumbers() 125 const SBFileSpec &file, uint32_t line, uint32_t column, in DisplaySourceLinesWithLineNumbersAndColumn() 130 (const lldb::SBFileSpec &, uint32_t, uint32_t, uint32_t, uint32_t, in DisplaySourceLinesWithLineNumbersAndColumn() 155 (const lldb::SBFileSpec &, uint32_t, uint32_t, in RegisterMethods() 159 (const lldb::SBFileSpec &, uint32_t, uint32_t, in RegisterMethods()
|
| H A D | SBLineEntry.cpp | 85 SBFileSpec SBLineEntry::GetFileSpec() const { in GetFileSpec() 86 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBFileSpec, SBLineEntry, GetFileSpec); in GetFileSpec() 88 SBFileSpec sb_file_spec; in GetFileSpec() 113 void SBLineEntry::SetFileSpec(lldb::SBFileSpec filespec) { in SetFileSpec() 114 LLDB_RECORD_METHOD(void, SBLineEntry, SetFileSpec, (lldb::SBFileSpec), in SetFileSpec() 206 LLDB_REGISTER_METHOD_CONST(lldb::SBFileSpec, SBLineEntry, GetFileSpec, ()); in RegisterMethods() 209 LLDB_REGISTER_METHOD(void, SBLineEntry, SetFileSpec, (lldb::SBFileSpec)); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBFileSpec.i | 30 the filename and the directory matches what we expect.") SBFileSpec; 31 class SBFileSpec 34 SBFileSpec (); 36 SBFileSpec (const lldb::SBFileSpec &rhs); 38 SBFileSpec (const char *path);// Deprecated, use SBFileSpec (const char *path, bool resolve) 40 SBFileSpec (const char *path, bool resolve); 42 ~SBFileSpec (); 44 bool operator==(const SBFileSpec &rhs) const; 46 bool operator!=(const SBFileSpec &rhs) const; 83 STRING_EXTENSION(SBFileSpec)
|
| H A D | SBModuleSpec.i | 38 lldb::SBFileSpec 42 SetFileSpec (const lldb::SBFileSpec &fspec); 58 lldb::SBFileSpec 62 SetPlatformFileSpec (const lldb::SBFileSpec &fspec); 64 lldb::SBFileSpec 68 SetSymbolFileSpec (const lldb::SBFileSpec &fspec);
|
| H A D | SBPlatform.i | 181 Get (lldb::SBFileSpec &src, lldb::SBFileSpec &dst); 184 Put (lldb::SBFileSpec &src, lldb::SBFileSpec &dst); 187 Install (lldb::SBFileSpec &src, lldb::SBFileSpec &dst);
|
| H A D | SBCompileUnit.i | 61 lldb::SBFileSpec 73 lldb::SBFileSpec *inline_file_spec) const; 78 lldb::SBFileSpec *inline_file_spec, 81 SBFileSpec 88 FindSupportFileIndex (uint32_t start_idx, const SBFileSpec &sb_file, bool full);
|
| H A D | SBFileSpecList.i | 30 Append (const SBFileSpec &sb_file); 33 AppendIfUnique (const SBFileSpec &sb_file); 39 FindFileIndex (uint32_t idx, const SBFileSpec &sb_file, bool full); 41 const SBFileSpec
|
| H A D | SBHostOS.i | 18 static lldb::SBFileSpec 21 static lldb::SBFileSpec 24 static lldb::SBFileSpec 27 static lldb::SBFileSpec
|
| H A D | SBTarget.i | 335 lldb::SBFileSpec 375 FindModule (const lldb::SBFileSpec &file_spec); 386 FindCompileUnits (const lldb::SBFileSpec &sb_file_spec); 550 BreakpointCreateByLocation (const lldb::SBFileSpec &file_spec, uint32_t line); 556 BreakpointCreateByLocation (const lldb::SBFileSpec &file_spec, uint32_t line, 560 BreakpointCreateByLocation (const lldb::SBFileSpec &file_spec, uint32_t line, 565 BreakpointCreateByLocation (const lldb::SBFileSpec &file_spec, uint32_t line, 781 BreakpointsCreateFromFile(SBFileSpec &source_file, 800 lldb::SBError BreakpointsCreateFromFile(SBFileSpec &source_file, 813 BreakpointsWriteToFile(SBFileSpec &dest_file); [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBFileSpec.h | 16 class LLDB_API SBFileSpec { 18 SBFileSpec(); 20 SBFileSpec(const lldb::SBFileSpec &rhs); 22 SBFileSpec(const char *path); // Deprecated, use SBFileSpec (const char *path, 25 SBFileSpec(const char *path, bool resolve); 27 ~SBFileSpec(); 29 const SBFileSpec &operator=(const lldb::SBFileSpec &rhs); 33 bool operator==(const SBFileSpec &rhs) const; 35 bool operator!=(const SBFileSpec &rhs) const; 78 SBFileSpec(const lldb_private::FileSpec &fspec);
|
| H A D | SBModuleSpec.h | 41 lldb::SBFileSpec GetFileSpec(); 43 void SetFileSpec(const lldb::SBFileSpec &fspec); 58 lldb::SBFileSpec GetPlatformFileSpec(); 60 void SetPlatformFileSpec(const lldb::SBFileSpec &fspec); 62 lldb::SBFileSpec GetSymbolFileSpec(); 64 void SetSymbolFileSpec(const lldb::SBFileSpec &fspec);
|
| H A D | SBModule.h | 48 lldb::SBFileSpec GetFileSpec() const; 63 lldb::SBFileSpec GetPlatformFileSpec() const; 65 bool SetPlatformFileSpec(const lldb::SBFileSpec &platform_file); 77 lldb::SBFileSpec GetRemoteInstallFileSpec(); 95 bool SetRemoteInstallFileSpec(lldb::SBFileSpec &file); 136 FindCompileUnits(const lldb::SBFileSpec &sb_file_spec); 286 lldb::SBFileSpec GetSymbolFileSpec() const;
|
| H A D | SBPlatform.h | 140 SBError Put(SBFileSpec &src, SBFileSpec &dst); 142 SBError Get(SBFileSpec &src, SBFileSpec &dst); 144 SBError Install(SBFileSpec &src, SBFileSpec &dst);
|
| H A D | SBCompileUnit.h | 31 lldb::SBFileSpec GetFileSpec() const; 38 lldb::SBFileSpec *inline_file_spec) const; 41 lldb::SBFileSpec *inline_file_spec, 44 SBFileSpec GetSupportFileAtIndex(uint32_t idx) const; 48 uint32_t FindSupportFileIndex(uint32_t start_idx, const SBFileSpec &sb_file,
|
| H A D | SBFileSpecList.h | 31 void Append(const SBFileSpec &sb_file); 33 bool AppendIfUnique(const SBFileSpec &sb_file); 37 uint32_t FindFileIndex(uint32_t idx, const SBFileSpec &sb_file, bool full); 39 const SBFileSpec GetFileSpecAtIndex(uint32_t idx) const;
|
| H A D | SBHostOS.h | 19 static lldb::SBFileSpec GetProgramFileSpec(); 21 static lldb::SBFileSpec GetLLDBPythonPath(); 23 static lldb::SBFileSpec GetLLDBPath(lldb::PathType path_type); 25 static lldb::SBFileSpec GetUserHomeDirectory();
|
| H A D | SBTarget.h | 280 lldb::SBFileSpec GetExecutable(); 304 lldb::SBModule FindModule(const lldb::SBFileSpec &file_spec); 317 FindCompileUnits(const lldb::SBFileSpec &sb_file_spec); 551 BreakpointCreateByLocation(const lldb::SBFileSpec &file_spec, uint32_t line, 555 BreakpointCreateByLocation(const lldb::SBFileSpec &file_spec, uint32_t line, 559 BreakpointCreateByLocation(const lldb::SBFileSpec &file_spec, uint32_t line, 628 const SBFileSpec &source_file, 687 lldb::SBError BreakpointsCreateFromFile(SBFileSpec &source_file, 705 lldb::SBError BreakpointsCreateFromFile(SBFileSpec &source_file, 716 lldb::SBError BreakpointsWriteToFile(SBFileSpec &dest_file); [all …]
|