This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Dollar in backtrace print



On 29 Jun 2009, at 12:37, Massimo Costa wrote:


Example

(gdb) bt
#0  0x0807bfd7 in MyClass::~MyClass$delete ()

It means nothing special as far as the debugger is concerned. It just means that the symbol name (as generated by the compiler, in this case) contains a $-sign.



Jonas



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]