diff options
| author | Walter Erquinigo <a20012251@gmail.com> | 2024-11-05 07:12:20 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-05 07:12:20 -0500 |
| commit | 5d39e0c7e1b50fc9a0f77daeef5eb63bcbba5b35 (patch) | |
| tree | a458036bb47bab1e029e9344d3473074fd60da5d /lldb/source/Target/Target.cpp | |
| parent | 05e838f428555bcc4507bd37912da60ea9110ef6 (diff) | |
Revert "[LLDB] Add a target.launch-working-dir setting" (#114973)
Reverts llvm/llvm-project#113521 due to build bot failures mentioned in
the original PR.
Diffstat (limited to 'lldb/source/Target/Target.cpp')
| -rw-r--r-- | lldb/source/Target/Target.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lldb/source/Target/Target.cpp b/lldb/source/Target/Target.cpp index 242d2eaec2a1..8cd3fa8af6ba 100644 --- a/lldb/source/Target/Target.cpp +++ b/lldb/source/Target/Target.cpp @@ -4471,11 +4471,6 @@ void TargetProperties::SetDisableSTDIO(bool b) { const uint32_t idx = ePropertyDisableSTDIO; SetPropertyAtIndex(idx, b); } -llvm::StringRef TargetProperties::GetLaunchWorkingDirectory() const { - const uint32_t idx = ePropertyLaunchWorkingDir; - return GetPropertyAtIndexAs<llvm::StringRef>( - idx, g_target_properties[idx].default_cstr_value); -} const char *TargetProperties::GetDisassemblyFlavor() const { const uint32_t idx = ePropertyDisassemblyFlavor; |
