Home
last modified time | relevance | path

Searched refs:GetWorkingDirectory (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project-15.0.7/lldb/test/API/python_api/debugger/
H A DTestDebuggerAPI.py109 self.assertTrue(platform2.GetWorkingDirectory().endswith("bar"),
110 platform2.GetWorkingDirectory())
118 self.assertIsNone(platform3.GetWorkingDirectory())
147 self.assertTrue(platform2.GetWorkingDirectory().endswith("bar"),
148 platform2.GetWorkingDirectory())
/llvm-project-15.0.7/lldb/test/API/python_api/sbplatform/
H A DTestSBPlatform.py38 self.assertIsNone(dbg_platform.GetWorkingDirectory())
51 self.assertEqual(dbg_platform.GetWorkingDirectory(), self.getBuildDir())
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBPlatform.i77 GetWorkingDirectory ();
142 GetWorkingDirectory();
H A DSBLaunchInfo.i80 GetWorkingDirectory () const;
/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestPlatformClient.py90 self.assertEqual(plat.GetWorkingDirectory(), "/foo/bar")
104 self.assertIsNone(plat.GetWorkingDirectory())
/llvm-project-15.0.7/lldb/test/API/functionalities/load_unload/
H A DTestLoadUnload.py36 path = lldb.remote_platform.GetWorkingDirectory()
56 wd = lldb.remote_platform.GetWorkingDirectory()
169 wd = lldb.remote_platform.GetWorkingDirectory()
236 wd = lldb.remote_platform.GetWorkingDirectory()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBPlatform.h73 const char *GetWorkingDirectory();
113 const char *GetWorkingDirectory();
H A DSBLaunchInfo.h134 const char *GetWorkingDirectory() const;
/llvm-project-15.0.7/lldb/source/API/
H A DSBPlatform.cpp235 const char *SBPlatformShellCommand::GetWorkingDirectory() { in GetWorkingDirectory() function in SBPlatformShellCommand
352 const char *SBPlatform::GetWorkingDirectory() { in GetWorkingDirectory() function in SBPlatform
357 return platform_sp->GetWorkingDirectory().GetCString(); in GetWorkingDirectory()
550 const char *working_dir = shell_command.GetWorkingDirectory(); in Run()
552 working_dir = platform_sp->GetWorkingDirectory().GetCString(); in Run()
H A DSBLaunchInfo.cpp207 const char *SBLaunchInfo::GetWorkingDirectory() const { in GetWorkingDirectory() function in SBLaunchInfo
210 return m_opaque_sp->GetWorkingDirectory().GetCString(); in GetWorkingDirectory()
/llvm-project-15.0.7/lldb/unittests/Host/
H A DProcessLaunchInfoTest.cpp25 EXPECT_EQ(FileSpec("/wd"), Info.GetWorkingDirectory()); in TEST()
/llvm-project-15.0.7/lldb/test/API/commands/settings/quoting/
H A DTestQuoting.py54 outfile_arg = os.path.join(lldb.remote_platform.GetWorkingDirectory(), filename)
/llvm-project-15.0.7/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp123 const FileSpec &ProcessLaunchInfo::GetWorkingDirectory() const { in GetWorkingDirectory() function in ProcessLaunchInfo
268 FileSpec working_dir = GetWorkingDirectory(); in ConvertArgumentsForLaunchingInShell()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h68 const FileSpec &GetWorkingDirectory() const;
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBContext.h90 const char *GetWorkingDirectory() const { in GetWorkingDirectory() function
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DProcessLauncherWindows.cpp109 llvm::ConvertUTF8toWide(launch_info.GetWorkingDirectory().GetCString(), in LaunchProcess()
H A DHost.cpp229 RunShellCommand(command.c_str(), launch_info.GetWorkingDirectory(), in ShellExpandArguments()
/llvm-project-15.0.7/lldb/test/API/types/
H A DAbstractBase.py96 self.assertIsNotNone(lldb.remote_platform.GetWorkingDirectory())
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp252 wd(info.GetWorkingDirectory().GetPath()), in ForkLaunchInfo()
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp319 if (GetWorkingDirectory()) { in GetStatus()
320 strm.Printf("WorkingDir: %s\n", GetWorkingDirectory().GetCString()); in GetStatus()
397 FileSpec Platform::GetWorkingDirectory() { in GetWorkingDirectory() function in Platform
519 FileSpec working_dir = GetWorkingDirectory(); in Install()
1703 FileSpec target_file = GetWorkingDirectory(); in LoadImage()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp114 FileSpec working_dir = launch_info.GetWorkingDirectory(); in LaunchProcess()
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py442 lldb.remote_platform.GetWorkingDirectory(), os.path.basename(executable))
458 lldb.remote_platform.GetWorkingDirectory())
1902 return lldb.remote_platform.GetWorkingDirectory()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h469 FileSpec GetWorkingDirectory();
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHost.mm237 FileSpec working_dir{launch_info.GetWorkingDirectory()};
1200 FileSpec working_dir{launch_info.GetWorkingDirectory()};
1385 FileSpec cwd(launch_info.GetWorkingDirectory());
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp352 FileSpec working_dir = launch_info.GetWorkingDirectory(); in LaunchProcess()

12