krytarowski added a comment. This code is used as a base for further improvements, I'm going to commit it... debugging hello world still works.
$ lldb ./hello (lldb) target create "./hello" Current executable set to './hello' (x86_64). (lldb) r Process 3955 launched: './hello' (x86_64) Hello world! Process 3955 exited with status = 0 (0x00000000) (lldb) version lldb version 5.0.0 (http://llvm.org/svn/llvm-project/lldb/trunk revision 298810) (lldb) platform status Platform: host Triple: x86_64-unknown-netbsd7.99 OS Version: 7.99.66 (0799006600) Kernel: NetBSD 7.99.66 (GENERIC) #5: Tue Mar 28 17:42:09 CEST 2017 root@chieftec:/public/netbsd-root/sys/arch/amd64/compile/GENERIC Hostname: 127.0.0.1 WorkingDir: /public/lldb_devel Kernel: NetBSD Release: 7.99.66 Version: NetBSD 7.99.66 (GENERIC) #5: Tue Mar 28 17:42:09 CEST 2017 root@chieftec:/public/netbsd-root/sys/arch/amd64/compile/GENERIC (lldb) Repository: rL LLVM https://reviews.llvm.org/D31374 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits