Home
last modified time | relevance | path

Searched refs:GetFilename (Results 1 – 25 of 131) sorted by relevance

123456

/external/llvm-project/lldb/unittests/Utility/
DFileSpecTest.cpp27 EXPECT_STREQ("bar", fs_posix.GetFilename().GetCString()); in TEST()
33 EXPECT_STREQ("bar", fs_windows.GetFilename().GetCString()); in TEST()
38 EXPECT_STREQ("/", fs_posix_root.GetFilename().GetCString()); in TEST()
43 EXPECT_STREQ("//net", fs_net_drive.GetFilename().GetCString()); in TEST()
48 EXPECT_STREQ("/", fs_net_root.GetFilename().GetCString()); in TEST()
53 EXPECT_STREQ("F:", fs_windows_drive.GetFilename().GetCString()); in TEST()
64 EXPECT_STREQ("baz", fs_posix_long.GetFilename().GetCString()); in TEST()
70 EXPECT_STREQ("baz", fs_windows_long.GetFilename().GetCString()); in TEST()
75 EXPECT_STREQ("bar", fs_posix_trailing_slash.GetFilename().GetCString()); in TEST()
79 EXPECT_STREQ("bar", fs_windows_trailing_slash.GetFilename().GetCString()); in TEST()
[all …]
/external/llvm-project/lldb/test/API/lang/cpp/std-function-step-into-callable/
DTestStdFunctionStepIntoCallable.py44 …self.assertEqual( thread.GetFrameAtIndex(0).GetLineEntry().GetFileSpec().GetFilename(), self.main_…
48 …self.assertEqual( thread.GetFrameAtIndex(0).GetLineEntry().GetFileSpec().GetFilename(), self.main_…
53 …self.assertEqual( thread.GetFrameAtIndex(0).GetLineEntry().GetFileSpec().GetFilename(), self.main_…
58 …self.assertEqual( thread.GetFrameAtIndex(0).GetLineEntry().GetFileSpec().GetFilename(), self.main_…
70 …self.assertEqual( thread.GetFrameAtIndex(0).GetLineEntry().GetFileSpec().GetFilename(), self.main_…
/external/llvm-project/lldb/source/API/
DSBFileSpec.cpp113 const char *SBFileSpec::GetFilename() const { in GetFilename() function in SBFileSpec
114 LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBFileSpec, GetFilename); in GetFilename()
116 return m_opaque_up->GetFilename().AsCString(); in GetFilename()
123 directory.GetFilename().Clear(); in GetDirectory()
131 m_opaque_up->GetFilename().SetCString(filename); in SetFilename()
133 m_opaque_up->GetFilename().Clear(); in SetFilename()
212 LLDB_REGISTER_METHOD_CONST(const char *, SBFileSpec, GetFilename, ()); in RegisterMethods()
/external/llvm-project/lldb/source/Host/posix/
DHostProcessPosix.cpp70 if (file_spec.GetFilename().GetStringRef().endswith(" (deleted)")) { in GetMainModule()
71 const char *filename = file_spec.GetFilename().GetCString(); in GetMainModule()
73 const size_t len = file_spec.GetFilename().GetLength(); in GetMainModule()
74 file_spec.GetFilename().SetCStringWithLength(filename, len - deleted_len); in GetMainModule()
/external/llvm-project/lldb/source/Symbol/
DLocateSymbolFile.cpp80 ConstString filename = exec_fspec.GetFilename(); in LookForDsymNextToExecutablePath()
186 const char *fn = parent_dirs.GetFilename().AsCString(); in LocateDSYMInVincinityOfExecutable()
216 exec_fspec ? exec_fspec->GetFilename().AsCString("<NULL>") : "<NULL>", in LocateExecutableSymbolFileDsym()
241 exec_fspec ? exec_fspec.GetFilename().AsCString("<NULL>") : "<NULL>", in LocateExecutableObjectFile()
334 if (symbol_file_spec.GetFilename()) { in LocateExecutableSymbolFile()
336 symbol_file_spec.GetFilename().GetCString()); in LocateExecutableSymbolFile()
338 symbol_file_spec.GetFilename().GetCString()); in LocateExecutableSymbolFile()
344 symbol_file_spec.GetFilename().GetCString()); in LocateExecutableSymbolFile()
DDeclaration.cpp20 *s << m_file.GetFilename(); in Dump()
47 m_file.GetFilename().Dump(s); in DumpStopContext()
/external/llvm-project/lldb/bindings/interface/
DSBFileSpec.i60 GetFilename() const;
89 spec_file = self.GetFilename()
99 …basename = property(GetFilename, None, doc='''A read only property that returns the path basename …
/external/llvm-project/lldb/test/API/functionalities/asan/
DTestMemoryHistory.py87 ).GetFileSpec().GetFilename(), "main.c")
95 ).GetFileSpec().GetFilename(), "main.c")
105 ).GetFileSpec().GetFilename(), "main.c")
/external/llvm-project/lldb/unittests/Symbol/
DLocateSymbolFileTest.cpp35 EXPECT_TRUE(symbol_file_spec.GetFilename().IsEmpty()); in TEST_F()
47 EXPECT_TRUE(symbol_file_spec.GetFilename().IsEmpty()); in TEST_F()
/external/llvm-project/lldb/examples/python/
Ddiagnose_unwind.py36 module_filename = sbaddr.GetModule().GetFileSpec().GetFilename()
231 if module is not None and module.GetFileSpec().GetFilename() is not None:
232 if not module.GetFileSpec().GetFilename() in modules_already_seen:
235 module.GetFileSpec().GetFilename())
237 module.GetFileSpec().GetFilename())
/external/llvm-project/lldb/test/API/functionalities/dlopen_other_executable/
DTestDlopenOtherExecutable.py27 self.assertEqual(self.target().GetExecutable().GetFilename(), "a.out")
37 self.assertEqual(self.target().GetExecutable().GetFilename(), "a.out")
/external/llvm-project/lldb/test/API/functionalities/paths/
DTestPaths.py32 self.assertTrue(f.GetFilename() is None)
50 self.assertEqual(fspec.GetFilename(), "unknown_file")
/external/llvm-project/lldb/test/API/functionalities/tsan/basic/
DTestTsanBasic.py73 if frame.GetLineEntry().GetFileSpec().GetFilename() == "main.c":
108 if frame.GetLineEntry().GetFileSpec().GetFilename() == "main.c":
120 if frame.GetLineEntry().GetFileSpec().GetFilename() == "main.c":
/external/llvm-project/lldb/source/Core/
DAddressResolverFileLine.cpp68 m_file_spec.GetFilename().AsCString("<Unknown>"), in SearchCallback()
82 m_file_spec.GetFilename().AsCString("<Unknown>"), m_line_number); in GetDescription()
DFileSpecList.cpp72 m_files[idx].GetFilename(), file_spec.GetFilename(), in FindFileIndex()
/external/llvm-project/lldb/test/API/macosx/find-dsym/deep-bundle/
DTestDeepBundle.py70 if mod.GetFileSpec().GetFilename() == 'MyFramework':
72 dsym_name = mod.GetSymbolFileSpec().GetFilename()
/external/llvm-project/lldb/test/API/macosx/find-dsym/bundle-with-dot-in-filename/
DTestBundleWithDotInFilename.py72 if mod.GetFileSpec().GetFilename() == 'com.apple.sbd':
73 dsym_name = mod.GetSymbolFileSpec().GetFilename()
/external/llvm-project/lldb/test/API/lang/cpp/stl/
DTestStdCXXDisassembly.py43 if (fs.GetFilename().startswith("libstdc++")
44 or fs.GetFilename().startswith("libc++")):
/external/llvm-project/lldb/test/API/functionalities/type_get_module/
DTestTypeGetModule.py23 if module.GetFileSpec().GetFilename() == name:
39 if comp_unit.GetFileSpec().GetFilename() == name:
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_command/
DTestBreakpointCommandsFromPython.py79 print("Got comp unit: ", comp_unit.GetFilename())
80 if comp_unit.GetFilename() == "a.c":
82 elif comp_unit.GetFilename() == "b.c":
/external/llvm-project/lldb/test/API/commands/target/auto-install-main-executable/
DTestAutoInstallMainExecutable.py32 (src_device.GetFilename(), working_dir, err.GetCString()))
77 (os.path.join(working_dir,dest.GetFilename()),
/external/llvm-project/lldb/test/API/functionalities/target-new-solib-notifications/
DTestModuleLoadedNotifys.py87 added_files.append(module.GetFileSpec().GetFilename())
101 removed_files.append(module.GetFileSpec().GetFilename())
/external/llvm-project/lldb/scripts/android/
Dhost_art_bt.py26 frame.GetModule().GetFileSpec().GetFilename()):
73 r'JIT\(.*?\)', frame.GetModule().GetFileSpec().GetFilename()):
221 module_name = frame.GetModule().GetFileSpec().GetFilename()
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp93 while (module_spec.GetFilename()) { in LocateExecutableScriptingResources()
95 module_spec.GetFilename().GetCString()); in LocateExecutableScriptingResources()
181 if (module_spec.GetFilename() == filename_no_extension) in LocateExecutableScriptingResources()
184 module_spec.GetFilename() = filename_no_extension; in LocateExecutableScriptingResources()
232 module_spec.GetFileSpec().GetFilename().AsCString(), in GetSharedModuleWithLocalCache()
234 module_spec.GetPlatformFileSpec().GetFilename().AsCString(), in GetSharedModuleWithLocalCache()
236 module_spec.GetSymbolFileSpec().GetFilename().AsCString()); in GetSharedModuleWithLocalCache()
290 module_spec.GetFileSpec().GetFilename().AsCString()); in GetSharedModuleWithLocalCache()
321 module_spec.GetFileSpec().GetFilename().AsCString()); in GetSharedModuleWithLocalCache()
336 module_spec.GetFileSpec().GetFilename().AsCString()); in GetSharedModuleWithLocalCache()
[all …]
/external/llvm-project/lldb/include/lldb/Utility/
DFileSpec.h235 ConstString &GetFilename();
241 ConstString GetFilename() const;

123456