This is the mail archive of the gdb-patches@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: RFC: fix PR 12707


On Fri, 18 Jan 2013 15:30:43 +0100, Tom Tromey wrote:
> It works ok now precisely because the debug symbols don't include this
> information.  Here it is without debuginfo:
> 
> (gdb) p GDB<char>::even_harder<int> ('a')
> No symbol "GDB<char>" in current context.
> (gdb) p 'int GDB<char>::even_harder<int>' ('a')
> $1 = 97

This is bad but it is not a regression.  Also I find such expression less
essential to GDB than to place a breakpoint there.



Thanks,
Jan


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