Home
last modified time | relevance | path

Searched refs:SBFileSpec (Results 1 – 25 of 99) sorted by relevance

1234

/external/lldb/source/API/
DSBFileSpec.cpp23 SBFileSpec::SBFileSpec () : in SBFileSpec() function in SBFileSpec
28 SBFileSpec::SBFileSpec (const SBFileSpec &rhs) : in SBFileSpec() function in SBFileSpec
33 SBFileSpec::SBFileSpec (const lldb_private::FileSpec& fspec) : in SBFileSpec() function in SBFileSpec
39 SBFileSpec::SBFileSpec (const char *path) : in SBFileSpec() function in SBFileSpec
44 SBFileSpec::SBFileSpec (const char *path, bool resolve) : in SBFileSpec() function in SBFileSpec
49 SBFileSpec::~SBFileSpec () in ~SBFileSpec()
53 const SBFileSpec &
54 SBFileSpec::operator = (const SBFileSpec &rhs) in operator =()
62 SBFileSpec::IsValid() const in IsValid()
68 SBFileSpec::Exists () const in Exists()
[all …]
DSBModuleSpec.cpp56 SBFileSpec
59 SBFileSpec sb_spec(m_opaque_ap->GetFileSpec()); in GetFileSpec()
64 SBModuleSpec::SetFileSpec (const lldb::SBFileSpec &sb_spec) in SetFileSpec()
69 lldb::SBFileSpec
72 return SBFileSpec(m_opaque_ap->GetPlatformFileSpec()); in GetPlatformFileSpec()
76 SBModuleSpec::SetPlatformFileSpec (const lldb::SBFileSpec &sb_spec) in SetPlatformFileSpec()
81 lldb::SBFileSpec
84 return SBFileSpec(m_opaque_ap->GetSymbolFileSpec()); in GetSymbolFileSpec()
88 SBModuleSpec::SetSymbolFileSpec (const lldb::SBFileSpec &sb_spec) in SetSymbolFileSpec()
DSBFileSpecList.cpp66 SBFileSpecList::Append (const SBFileSpec &sb_file) in Append()
72 SBFileSpecList::AppendIfUnique (const SBFileSpec &sb_file) in AppendIfUnique()
84 SBFileSpecList::FindFileIndex (uint32_t idx, const SBFileSpec &sb_file, bool full) in FindFileIndex()
89 const SBFileSpec
92 SBFileSpec new_spec; in GetFileSpecAtIndex()
DSBCompileUnit.cpp53 SBFileSpec
56 SBFileSpec file_spec; in GetFileSpec()
103 SBCompileUnit::FindLineEntryIndex (uint32_t start_idx, uint32_t line, SBFileSpec *inline_file_spec)… in FindLineEntryIndex()
110 SBCompileUnit::FindLineEntryIndex (uint32_t start_idx, uint32_t line, SBFileSpec *inline_file_spec,… in FindLineEntryIndex()
187 SBFileSpec
192 SBFileSpec sb_file_spec; in GetSupportFileAtIndex()
212 SBCompileUnit::FindSupportFileIndex (uint32_t start_idx, const SBFileSpec &sb_file, bool full) in FindSupportFileIndex()
DSBHostOS.cpp21 SBFileSpec
24 SBFileSpec sb_filespec; in GetProgramFileSpec()
29 SBFileSpec
32 SBFileSpec sb_lldb_python_filespec; in GetLLDBPythonPath()
DSBDeclaration.cpp73 SBFileSpec
78 SBFileSpec sb_file_spec; in GetFileSpec()
118 SBDeclaration::SetFileSpec (lldb::SBFileSpec filespec) in SetFileSpec()
DSBLineEntry.cpp117 SBFileSpec
122 SBFileSpec sb_file_spec; in GetFileSpec()
162 SBLineEntry::SetFileSpec (lldb::SBFileSpec filespec) in SetFileSpec()
/external/lldb/include/lldb/API/
DSBFileSpec.h17 class SBFileSpec
20 SBFileSpec ();
22 SBFileSpec (const lldb::SBFileSpec &rhs);
24 SBFileSpec (const char *path);// Deprected, use SBFileSpec (const char *path, bool resolve)
26 SBFileSpec (const char *path, bool resolve);
28 ~SBFileSpec ();
30 const SBFileSpec &
31 operator = (const lldb::SBFileSpec &rhs);
73 SBFileSpec (const lldb_private::FileSpec& fspec);
DSBModuleSpec.h47 lldb::SBFileSpec
51 SetFileSpec (const lldb::SBFileSpec &fspec);
68 lldb::SBFileSpec
72 SetPlatformFileSpec (const lldb::SBFileSpec &fspec);
74 lldb::SBFileSpec
78 SetSymbolFileSpec (const lldb::SBFileSpec &fspec);
DSBCompileUnit.h34 lldb::SBFileSpec
46 lldb::SBFileSpec *inline_file_spec) const;
51 lldb::SBFileSpec *inline_file_spec,
54 SBFileSpec
61 FindSupportFileIndex (uint32_t start_idx, const SBFileSpec &sb_file, bool full);
DSBFileSpecList.h36 Append (const SBFileSpec &sb_file);
39 AppendIfUnique (const SBFileSpec &sb_file);
45 FindFileIndex (uint32_t idx, const SBFileSpec &sb_file, bool full);
47 const SBFileSpec
DSBModule.h55 lldb::SBFileSpec
73 lldb::SBFileSpec
77 SetPlatformFileSpec (const lldb::SBFileSpec &platform_file);
DSBHostOS.h22 static lldb::SBFileSpec
25 static lldb::SBFileSpec
DSBDeclaration.h34 lldb::SBFileSpec
44 SetFileSpec (lldb::SBFileSpec filespec);
DSBLineEntry.h41 lldb::SBFileSpec
51 SetFileSpec (lldb::SBFileSpec filespec);
DSBTarget.h148 SetExecutable (lldb::SBFileSpec exe_file);
464 lldb::SBFileSpec
497 FindModule (const lldb::SBFileSpec &file_spec);
643 BreakpointCreateByLocation (const lldb::SBFileSpec &file_spec, uint32_t line);
677 const lldb::SBFileSpec &source_file,
/external/lldb/scripts/Python/interface/
DSBFileSpec.i32 ") SBFileSpec;
33 class SBFileSpec
36 SBFileSpec ();
38 SBFileSpec (const lldb::SBFileSpec &rhs);
40 SBFileSpec (const char *path);// Deprected, use SBFileSpec (const char *path, bool resolve)
42 SBFileSpec (const char *path, bool resolve);
44 ~SBFileSpec ();
DSBModuleSpec.i38 lldb::SBFileSpec
42 SetFileSpec (const lldb::SBFileSpec &fspec);
59 lldb::SBFileSpec
63 SetPlatformFileSpec (const lldb::SBFileSpec &fspec);
65 lldb::SBFileSpec
69 SetSymbolFileSpec (const lldb::SBFileSpec &fspec);
DSBCompileUnit.i60 lldb::SBFileSpec
72 lldb::SBFileSpec *inline_file_spec) const;
77 lldb::SBFileSpec *inline_file_spec,
80 SBFileSpec
87 FindSupportFileIndex (uint32_t start_idx, const SBFileSpec &sb_file, bool full);
DSBFileSpecList.i28 Append (const SBFileSpec &sb_file);
31 AppendIfUnique (const SBFileSpec &sb_file);
37 FindFileIndex (uint32_t idx, const SBFileSpec &sb_file, bool full);
39 const SBFileSpec
DSBDeclaration.i28 lldb::SBFileSpec
41 SetFileSpec (lldb::SBFileSpec filespec);
DSBLineEntry.i59 lldb::SBFileSpec
72 SetFileSpec (lldb::SBFileSpec filespec);
DSBTarget.i120 SetExecutable (lldb::SBFileSpec exe_file);
501 lldb::SBFileSpec
534 FindModule (const lldb::SBFileSpec &file_spec);
642 BreakpointCreateByLocation (const lldb::SBFileSpec &file_spec, uint32_t line);
664 …BreakpointCreateBySourceRegex (const char *source_regex, const lldb::SBFileSpec &source_file, cons…
/external/lldb/www/cpp_reference/html/
DSBFileSpec_8h__incl.map1 <map id="SBFileSpec.h" name="SBFileSpec.h">
/external/lldb/test/lang/cpp/breakpoints/
DTestCPPBreakpoints.py41 a_out_module.Append(lldb.SBFileSpec(exe))
44 nested_comp_unit.Append (lldb.SBFileSpec("nested.cpp"))

1234