Home
last modified time | relevance | path

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

12

/llvm-project/lldb/test/API/python_api/debugger/
H A DTestDebuggerAPI.py112 platform2.GetWorkingDirectory().endswith("bar"),
113 platform2.GetWorkingDirectory(),
121 self.assertIsNone(platform3.GetWorkingDirectory())
151 platform2.GetWorkingDirectory().endswith("bar"),
152 platform2.GetWorkingDirectory(),
/llvm-project/lldb/test/API/python_api/sbplatform/
H A DTestSBPlatform.py40 self.assertIsNone(dbg_platform.GetWorkingDirectory())
53 self.assertEqual(dbg_platform.GetWorkingDirectory(), self.getBuildDir())
/llvm-project/lldb/test/API/functionalities/load_unload/
H A DTestLoadUnload.py34 path = lldb.remote_platform.GetWorkingDirectory()
60 wd = lldb.remote_platform.GetWorkingDirectory()
180 wd = lldb.remote_platform.GetWorkingDirectory()
250 wd = lldb.remote_platform.GetWorkingDirectory()
/llvm-project/lldb/source/API/
H A DSBPlatform.cpp239 const char *SBPlatformShellCommand::GetWorkingDirectory() { in GetWorkingDirectory() function in SBPlatformShellCommand
356 const char *SBPlatform::GetWorkingDirectory() { in GetWorkingDirectory() function in SBPlatform
361 return platform_sp->GetWorkingDirectory().GetPathAsConstString().AsCString(); in GetWorkingDirectory()
552 if (shell_command.GetWorkingDirectory() == nullptr) { in Run()
554 platform_sp->GetWorkingDirectory().GetPath(); in Run()
560 FileSpec(shell_command.GetWorkingDirectory()), in Run()
H A DSBLaunchInfo.cpp210 const char *SBLaunchInfo::GetWorkingDirectory() const { in GetWorkingDirectory() function in SBLaunchInfo
213 return m_opaque_sp->GetWorkingDirectory().GetPathAsConstString().AsCString(); in GetWorkingDirectory()
/llvm-project/lldb/test/API/functionalities/gdb_remote_client/
H A DTestPlatformClient.py125 self.assertEqual(plat.GetWorkingDirectory(), "/foo/bar")
142 self.assertIsNone(plat.GetWorkingDirectory())
/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h77 const char *GetWorkingDirectory();
117 const char *GetWorkingDirectory();
H A DSBLaunchInfo.h161 const char *GetWorkingDirectory() const;
/llvm-project/lldb/unittests/Host/
H A DProcessLaunchInfoTest.cpp25 EXPECT_EQ(FileSpec("/wd"), Info.GetWorkingDirectory()); in TEST()
/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp121 const FileSpec &ProcessLaunchInfo::GetWorkingDirectory() const { in GetWorkingDirectory() function in ProcessLaunchInfo
264 FileSpec working_dir = GetWorkingDirectory(); in ConvertArgumentsForLaunchingInShell()
/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h67 const FileSpec &GetWorkingDirectory() const;
/llvm-project/lldb/tools/debugserver/source/
H A DRNBContext.h90 const char *GetWorkingDirectory() const { in GetWorkingDirectory() function
H A Ddebugserver.cpp245 : ctx.GetWorkingDirectory()); in RNBRunLoopLaunchInferior()
/llvm-project/lldb/test/API/functionalities/target-new-solib-notifications/
H A DTestModuleLoadedNotifys.py27 path = lldb.remote_platform.GetWorkingDirectory()
/llvm-project/lldb/source/Host/windows/
H A DProcessLauncherWindows.cpp109 llvm::ConvertUTF8toWide(launch_info.GetWorkingDirectory().GetPath(), in LaunchProcess()
H A DHost.cpp232 RunShellCommand(command.c_str(), launch_info.GetWorkingDirectory(), in ShellExpandArguments()
/llvm-project/lldb/test/API/types/
H A DAbstractBase.py101 self.assertIsNotNone(lldb.remote_platform.GetWorkingDirectory())
/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp238 wd(info.GetWorkingDirectory().GetPath()), in FixupEnvironment()
/llvm-project/lldb/source/Target/
H A DPlatform.cpp282 if (GetWorkingDirectory()) { in GetStatus()
283 strm.Printf("WorkingDir: %s\n", GetWorkingDirectory().GetPath().c_str()); in GetStatus()
360 FileSpec Platform::GetWorkingDirectory() { in GetWorkingDirectory() function in Platform
482 FileSpec working_dir = GetWorkingDirectory(); in Install()
1823 FileSpec target_file = GetWorkingDirectory(); in LoadImage()
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp114 FileSpec working_dir = launch_info.GetWorkingDirectory(); in LaunchProcess()
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py464 lldb.remote_platform.GetWorkingDirectory(), os.path.basename(executable)
482 launch_info.SetWorkingDirectory(lldb.remote_platform.GetWorkingDirectory())
2015 return lldb.remote_platform.GetWorkingDirectory()
/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h553 FileSpec GetWorkingDirectory();
/llvm-project/lldb/source/Host/macosx/objcxx/
H A DHost.mm247 FileSpec working_dir{launch_info.GetWorkingDirectory()};
1234 FileSpec working_dir{launch_info.GetWorkingDirectory()};
1437 FileSpec cwd(launch_info.GetWorkingDirectory());
/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp352 FileSpec working_dir = launch_info.GetWorkingDirectory(); in LaunchProcess()
/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py171 lldb.remote_platform.GetWorkingDirectory(), "server.log"

12