| /llvm-project-15.0.7/lldb/test/API/python_api/debugger/ |
| H A D | TestDebuggerAPI.py | 109 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 D | TestSBPlatform.py | 38 self.assertIsNone(dbg_platform.GetWorkingDirectory()) 51 self.assertEqual(dbg_platform.GetWorkingDirectory(), self.getBuildDir())
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBPlatform.i | 77 GetWorkingDirectory (); 142 GetWorkingDirectory();
|
| H A D | SBLaunchInfo.i | 80 GetWorkingDirectory () const;
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/ |
| H A D | TestPlatformClient.py | 90 self.assertEqual(plat.GetWorkingDirectory(), "/foo/bar") 104 self.assertIsNone(plat.GetWorkingDirectory())
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/load_unload/ |
| H A D | TestLoadUnload.py | 36 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 D | SBPlatform.h | 73 const char *GetWorkingDirectory(); 113 const char *GetWorkingDirectory();
|
| H A D | SBLaunchInfo.h | 134 const char *GetWorkingDirectory() const;
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBPlatform.cpp | 235 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 D | SBLaunchInfo.cpp | 207 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 D | ProcessLaunchInfoTest.cpp | 25 EXPECT_EQ(FileSpec("/wd"), Info.GetWorkingDirectory()); in TEST()
|
| /llvm-project-15.0.7/lldb/test/API/commands/settings/quoting/ |
| H A D | TestQuoting.py | 54 outfile_arg = os.path.join(lldb.remote_platform.GetWorkingDirectory(), filename)
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | ProcessLaunchInfo.cpp | 123 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 D | ProcessLaunchInfo.h | 68 const FileSpec &GetWorkingDirectory() const;
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | RNBContext.h | 90 const char *GetWorkingDirectory() const { in GetWorkingDirectory() function
|
| /llvm-project-15.0.7/lldb/source/Host/windows/ |
| H A D | ProcessLauncherWindows.cpp | 109 llvm::ConvertUTF8toWide(launch_info.GetWorkingDirectory().GetCString(), in LaunchProcess()
|
| H A D | Host.cpp | 229 RunShellCommand(command.c_str(), launch_info.GetWorkingDirectory(), in ShellExpandArguments()
|
| /llvm-project-15.0.7/lldb/test/API/types/ |
| H A D | AbstractBase.py | 96 self.assertIsNotNone(lldb.remote_platform.GetWorkingDirectory())
|
| /llvm-project-15.0.7/lldb/source/Host/posix/ |
| H A D | ProcessLauncherPosixFork.cpp | 252 wd(info.GetWorkingDirectory().GetPath()), in ForkLaunchInfo()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Platform.cpp | 319 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 D | ProcessDebugger.cpp | 114 FileSpec working_dir = launch_info.GetWorkingDirectory(); in LaunchProcess()
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbtest.py | 442 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 D | Platform.h | 469 FileSpec GetWorkingDirectory();
|
| /llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/ |
| H A D | Host.mm | 237 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 D | PlatformRemoteGDBServer.cpp | 352 FileSpec working_dir = launch_info.GetWorkingDirectory(); in LaunchProcess()
|