https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253881

Dimitry Andric <d...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |d...@freebsd.org

--- Comment #1 from Dimitry Andric <d...@freebsd.org> ---
Interesting, this works just fine for me on 14.0-CURRENT #0
main-n245108-1bf86687c2eb (as of 2021-02-26):

% lldb a.out -c a.out.core
(lldb) target create "a.out" --core "a.out.core"
Core file '/share/dim/bugs/bug253881/a.out.core' (x86_64) was loaded.

(lldb) bt
This version of LLDB has no plugin for the mipsassem language. Inspection of
frame variables will be limited.
* thread #1, name = 'a.out', stop reason = signal SIGABRT
  * frame #0: 0x000000080038437a libc.so.7`__sys_thr_kill at thr_kill.S:4
    frame #1: 0x00000008002f90f4 libc.so.7`__raise(s=6) at raise.c:52:10
    frame #2: 0x0000000000201892 a.out`main at testcase.c:6:5
    frame #3: 0x0000000000201690 a.out`_start(ap=<unavailable>,
cleanup=<unavailable>) at crt1_c.c:75:7

Is it possible for you to debug the lldb.core file with, say, gdb? :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"

Reply via email to