avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-gcc-list] Suppressing specific symbols


From: Ned Konz
Subject: [avr-gcc-list] Suppressing specific symbols
Date: Thu, 25 May 2006 21:30:48 -0700
User-agent: Thunderbird 1.5.0.2 (Macintosh/20060308)

I was wondering whether it's possible to suppress individual debug stab entries (that is, to control debug information at a level finer than per-object-file).

I have a number of trivial inline functions that I don't really want to see while debugging. But they still clutter up my output.

I tried the __attribute__((nodebug)) but I get the warning that it's being ignored. This is probably because of the inlining; I may be able to suppress the debug information for the entire function, but that's not what I want.

I've looked at the avr-objdump and avr-strip and avr-objcopy man pages, and they appear to work at a much coarser level (like they can suppress all the debugging information for an entire object file).

Is there some other strategy that I can use to control the visibility of debug information for these inline functions?

Thanks,
--
Ned Konz
address@hidden
http://bike-nomad.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]