Displaying 2 results from an estimated 2 matches for "libcore_opt".
2013 Oct 15
2
[LLVMdev] MCJIT and DWARF debugging info and lldb
...nd C calls B.
The backtrace entries at 6, 10, 14 are my functions a, b, and c.
All there is is entries like: "??? <white-space> 0x00000001097ee44b 0x0 + 4454278219"
> (defun a () (core::backtrace))
A
> (defun b () (a))
B
> (defun c () (b))
C
> (c)
(c)
Backtrace: 0 libcore_opt.dylib 0x0000000103a61687 _ZN4core12af_backtraceEv + 55
Backtrace: 1 libcore_opt.dylib 0x0000000103a62c50 _ZN4core27ActivationFrameFunctionPtrTIvvvvvvvvvvvvvvvvvE8activateEPFvvERKN3mem9smart_ptrINS_17ActivationFrame_OEEE + 64
Backtrace: 2 libcore_opt.dylib...
2013 Oct 15
0
[LLVMdev] MCJIT and DWARF debugging info and lldb
...nd C calls B.
The backtrace entries at 6, 10, 14 are my functions a, b, and c.
All there is is entries like: "??? <white-space> 0x00000001097ee44b 0x0 + 4454278219"
> (defun a () (core::backtrace))
A
> (defun b () (a))
B
> (defun c () (b))
C
> (c)
(c)
Backtrace: 0 libcore_opt.dylib 0x0000000103a61687 _ZN4core12af_backtraceEv + 55
Backtrace: 1 libcore_opt.dylib 0x0000000103a62c50 _ZN4core27ActivationFrameFunctionPtrTIvvvvvvvvvvvvvvvvvE8activateEPFvvERKN3mem9smart_ptrINS_17ActivationFrame_OEEE + 64
Backtrace: 2 libcore_opt.dylib...