skydevgit / crisscross

Automatically exported from code.google.com/p/crisscross
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Lack of backtraces on OS X #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Check the libkern/OSDebug.h header for the OSBacktrace API to do this.

Original issue reported on code.google.com by ARPl...@gmail.com on 18 May 2007 at 6:07

GoogleCodeExporter commented 9 years ago
Agreed, will research. No guaranteed target yet.

Original comment by steven.n...@gmail.com on 18 May 2007 at 6:38

GoogleCodeExporter commented 9 years ago
Agreed, will research. No guaranteed target yet.

Original comment by steven.n...@gmail.com on 18 May 2007 at 6:45

GoogleCodeExporter commented 9 years ago
Er, wait, OSBacktrace is kernel only, right?

Original comment by steven.n...@gmail.com on 18 May 2007 at 8:10

GoogleCodeExporter commented 9 years ago
Sadly it turns out that this is the case. ASM time D:

Original comment by ARPl...@gmail.com on 19 May 2007 at 1:11

GoogleCodeExporter commented 9 years ago
What's the problem with kernel only?

Original comment by omo...@gmail.com on 20 May 2007 at 4:25

GoogleCodeExporter commented 9 years ago
You can't use it outside of the kernel.

Original comment by ARPl...@gmail.com on 21 May 2007 at 12:58

GoogleCodeExporter commented 9 years ago
Any progress on this, Alastair?

Original comment by steven.n...@gmail.com on 7 Jan 2008 at 12:17

GoogleCodeExporter commented 9 years ago
Fixed in 0.7.2

Original comment by steven.n...@gmail.com on 4 Nov 2008 at 3:59