[Haiku-commits] r31285 - haiku/trunk/src/apps/debugger/debug_info
Rene Gollent
anevilyak at gmail.com
Sun Jun 28 17:50:39 CEST 2009
On Sun, Jun 28, 2009 at 8:10 AM, Ingo Weinhold<ingo_weinhold at gmx.de> wrote:
> Thanks! It worries me a bit that the previous version actually builds here without problem (Haiku, gcc 4). Just touched the file and added another syntax error to be sure it is really used.
No problem :) That does seem somewhat odd. I'm on gcc2 in any event,
and there was another minor problem that I had to work around, but I'm
uncertain as to the most elegant way to do so: in dwarf/DwarfFile.cpp,
gcc2 complains about NULL used in arithmetic on line 542. Apparently
it's too stupid to realize that your typedef there is in fact a
pointer. I worked around it by changing from if (attributeSetter !=
NULL) to if (attributeSetter), but that's hardly what I'd call an
ideal solution. In any event, your debugger helped me figure some
things out with Tracker last night since gdb was being uncooperative
and throwing internal DIE errors instead of giving me usable
backtraces, so thanks!
Regards,
Rene
More information about the Haiku-commits
mailing list