On Mon, 05 Mar 2012 10:43:22 +0100, David Nadlinger <s...@klickverbot.at> wrote:

On Monday, 5 March 2012 at 09:09:30 UTC, Jacob Carlborg wrote:
On 2012-03-05 07:25, Walter Bright wrote:
[…]
run (run your program)
bt (print a backtrace)
quit (exit gdb)
[…]
Is demangling supposed to work on Mac OS X?

As the D demangling support was added in GDB 7.<something>, unfortunately no, as Apple ships an ancient (customized) version.

David

From GDB7.3 OSX MACH-O support is somewhat fixed, but it's buggy when being
used with dmd because it doesn't relocate the "__textcoal_nt" sections.

Reply via email to