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

--- Comment #8 from John Baldwin <j...@freebsd.org> ---
Can you pop up to frame 13 (solib_svr4_r_map) and 'p *info' and 'p *lmo'?  The
lack of working exceptions from clang (which appears to be the source of the
coredump in gdb itself) might be problematic though.  gdb might very well
depend on working exceptions to work properly.  The current gdb7.12.1 can be
compiled with gcc4.2.1 still which might work better than compiling with clang.
 The next gdb release (8.0) requires C++11 which will need an external gcc or
fully functional clang.  I've been using mips-gcc to build gdb 'master' for
FreeBSD/mips just fine against a MIPS world built via mips-xtoolchain-gcc (both
32-bit and 64-bit).

-- 
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