> This confuses me a bit - what debugging format would you use > if Dwarf 1 were no longer available? I would have no choice but to either: 1) Change to a compiler that produced DWARF-2 or 2) Use an older version of GDB that supports DWARF-1. Both are reasonable choices for most people, the second being the least disruptive. Kean