diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2019-02-25 19:07:48 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2019-02-25 19:07:48 +0000 |
commit | c96e529e3b6d0efa504985bf5a6db1ac5e958fdf (patch) | |
tree | 916b8e5827dd34e57b7f0dfc8006480ecfb2f430 /source/Host/openbsd/Host.cpp | |
parent | 012155a8760772089d507063b47b7f4c911a782b (diff) |
vendor/lldb/lldb-release_800-r356365vendor/lldb/lldb-release_80-r356034vendor/lldb/lldb-release_80-r355677vendor/lldb/lldb-release_80-r355313vendor/lldb/lldb-release_80-r354799
Notes
Diffstat (limited to 'source/Host/openbsd/Host.cpp')
-rw-r--r-- | source/Host/openbsd/Host.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/Host/openbsd/Host.cpp b/source/Host/openbsd/Host.cpp index cba1f4ee6b7c..8db0498d14b5 100644 --- a/source/Host/openbsd/Host.cpp +++ b/source/Host/openbsd/Host.cpp @@ -68,8 +68,7 @@ GetOpenBSDProcessArgs(const ProcessInstanceInfoMatch *match_info_ptr, cstr = data.GetCStr(&offset); if (cstr) { - process_info.GetExecutableFile().SetFile(cstr, false, - FileSpec::Style::native); + process_info.GetExecutableFile().SetFile(cstr, FileSpec::Style::native); if (!(match_info_ptr == NULL || NameMatches( |