Hi,

I've been using gdb 6.3 on mingw32 to debug my C++ program without problems,
until I hit this error recently:


(gdb) p this
$19 = (HghStemMgr * const) 0x1f0787f8

(gdb) p *this
(gdb) Value can't be converted to integer.

(gdb) show version
GNU gdb 6.3
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-mingw32".


Any idea why GDB is complaining about "Value can't be converted to
integer"?  Thanks,

--- Jeffrey

Reply via email to