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: problem with creating variable object (gdb6.3)


On Fri, Jun 22, 2007 at 12:16:54PM +0200, Bogdan Slusarczyk wrote:
> Additionally I noticed that if I use (short *) instead of (bool *) everything 
> is fine What is wrong with 'bool'??

Is it a C or C++ program?  GDB doesn't know anything about the bool
type in C, because it's not part of the C language.

-- 
Daniel Jacobowitz
CodeSourcery


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