llvm-project/lldb/source
Kamil Rytarowski 3caaaa94c6 Switch HostInfoNetBSD::GetProgramFileSpec to sysctl(7)
Summary:
Remove dependency on the proc (/proc) filesystem, which is optional.

KERN_PROC_PATHNAME is available in NetBSD-current and will land NetBSD 8.0.
Older stable versions of NetBSD will not be supported.

Sponsored by <The NetBSD Foundation>

Reviewers: emaste, joerg, labath, clayborg

Reviewed By: clayborg

Subscribers: #lldb

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D29089

llvm-svn: 293392
2017-01-28 20:04:53 +00:00
..
API Fix SBData::SetData() so that it always sets the address byte size correctly and added a test. 2017-01-25 21:50:28 +00:00
Breakpoint Add methods to enable using formatv syntax in LLDB. 2016-12-16 04:27:00 +00:00
Commands Provide option to set pc of the file loaded in memory. 2017-01-24 23:07:27 +00:00
Core One of the changes Jim made in r286288 (cleaning up the stop print 2017-01-28 02:54:10 +00:00
DataFormatters [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
Expression Make lldb -Werror clean for -Wstring-conversion 2017-01-06 00:38:06 +00:00
Host Switch HostInfoNetBSD::GetProgramFileSpec to sysctl(7) 2017-01-28 20:04:53 +00:00
Initialization Adopt PrettyStackTrace in LLDB 2016-12-14 21:31:31 +00:00
Interpreter Jim unintentionally had the gdb-format specifiers falling through 2017-01-25 01:41:48 +00:00
Plugins Recognize Real-Time Signals on NetBSD 2017-01-28 20:01:53 +00:00
Symbol Provide option to set pc of the file loaded in memory. 2017-01-24 23:07:27 +00:00
Target Unroll r292930 due to TestCallThatThrows test fail is not fixed in reasonable time. 2017-01-27 07:51:43 +00:00
Utility Replace __ANDROID_NDK__ with __ANDROID__ 2016-12-02 11:15:15 +00:00
CMakeLists.txt [CMake] Fixing CMake to append source properties instead of overwrite them. 2016-11-10 23:56:32 +00:00
lldb.cpp One more cleanup to lldb version printing 2016-11-14 22:43:08 +00:00