summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2018-11-04 16:53:16 +0000
committerKamil Rytarowski <n54@gmx.com>2018-11-04 16:53:16 +0000
commita0a44e9c786790e24b88e931df5633e959159b9e (patch)
treee19ebd9479ed00aa4c84d41e68a24823c9fedd3e /lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp
parent3d2de274c7b0511e34ee035d263a30f143e121f3 (diff)
downloadbcm5719-llvm-a0a44e9c786790e24b88e931df5633e959159b9e.tar.gz
bcm5719-llvm-a0a44e9c786790e24b88e931df5633e959159b9e.zip
Fix NetBSD build after "Move path resolution logic out of FileSpec"
D53915 llvm-svn: 346100
Diffstat (limited to 'lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp')
-rw-r--r--lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp b/lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp
index 457ceeb30b8..d6fc34605ad 100644
--- a/lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp
+++ b/lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp
@@ -542,7 +542,7 @@ Status NativeProcessNetBSD::PopulateMemoryRegionCache() {
info.SetName(vm[i].kve_path);
m_mem_region_cache.emplace_back(
- info, FileSpec(info.GetName().GetCString(), true));
+ info, FileSpec(info.GetName().GetCString()));
}
free(vm);
OpenPOWER on IntegriCloud