[PATCH] D27143: Reenable crash backtraces on FreeBSD
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 29 07:55:18 PDT 2017
krytarowski added a comment.
Does NetBSD need it too?
Backtrace seems to work for me..
(lldb) bt
* thread #1, stop reason = step over
* frame #0: 0x00007816c08f3eaf libc.so.12`fopen(file="", mode="") at fopen.c:116
frame #1: 0x0000000096e0b0d2 phantasia`main at main.c:317
frame #2: 0x0000000096e0b047 phantasia`main(argc=1, argv=0x00007f7fff162b48) at main.c:95
frame #3: 0x0000000096e0203b phantasia`___start + 229
https://reviews.llvm.org/D27143
More information about the llvm-commits
mailing list