[Lldb-commits] [lldb] [LLDB] Add a target.launch-working-dir setting (PR #113521)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 31 20:57:58 PDT 2024
================
@@ -4428,6 +4428,15 @@ void TargetProperties::SetDisableSTDIO(bool b) {
const uint32_t idx = ePropertyDisableSTDIO;
SetPropertyAtIndex(idx, b);
}
+std::optional<llvm::StringRef>
+TargetProperties::GetLaunchWorkingDirectory() const {
----------------
walter-erquinigo wrote:
Yeah, that makes sense, also because of consistency with the rest of the code
https://github.com/llvm/llvm-project/pull/113521
More information about the lldb-commits
mailing list