View Single Post
Old 14 April 2012, 22:17   #2
matthey
Banned
 
Join Date: Jan 2010
Location: Kansas
Posts: 1,284
Quote:
Originally Posted by copse View Post
Does anyone know of documentation on other types of HUNK_DEBUG hunks?
No, but I can tell you there is more. There is HiSoft Compressed Line Numbers (HCLN). It's supported by Devpac v3 at least which the manual says of the HCLN option:

"generate HCLN (HiSoft Compressed Line Numbers)
debug hunks for this file. These provide the same
information as LINE hunks but normally require only 2
bytes of extra information per line that generates code."

Good luck finding specific information on it though. It's probably better to stick with SAS/C style LINE debug anyway as size isn't so much an issue anymore.

Vbbc looks like it can output DWARF2 debugging information inside an Amiga hunk executable. I'm not sure what and how that is supported but the vbbc docs have information:

http://sun.hasenbraten.de/vbcc/

The Dwarf2 format documentation is readily available elsewhere. How and what fits in an Amiga hunk executable is I don't know.
matthey is offline  
 
Page generated in 0.04532 seconds with 11 queries