CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/11/25 21:14:13
Modified files:
gnu/llvm/tools/lldb/include/lldb/Host/openbsd: HostInfoOpenBSD.h
gnu/llvm/tools/lldb/source/Host/openbsd: HostInfoOpenBSD.cpp
gnu/llvm/tools/lldb/source/Plugins/Platform/OpenBSD:
PlatformOpenBSD.cpp
PlatformOpenBSD.h
Log message:
Add bits to allow lldb to find lldb-server.
lldb likes to look at argv[0] to figure out where it might find lldb-server,
but when we invoke lldb via $PATH this doesn't work, so fill in some helpers
to tell it where to look.
ok millert@