News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

gdb 7.3.1 about "info pretty-printer"

Started by zhangzhiqiang, December 18, 2011, 07:41:04 AM

Previous topic - Next topic

zhangzhiqiang

I download gdb 7.3.1 from gnu,and complie int MINGW MSYS.

export CFLAGS="-O2 -fno-omit-frame-pointer -mtune=i686"
mkdir build
cd build
../configure --program-suffix="-python27" --prefix=/home/zzq/gdb --host=mingw32 --build=mingw32 --target=mingw32 \
--with-expat --with-python=/python
compile is ok.

(gdb) info pretty-printer
Undefined info command: "pretty-printer".  Try "help info".
(gdb) info pretty-printers
Undefined info command: "pretty-printers".  Try "help info".
(gdb)

what's wrong?


oBFusCATed

Quote from: zhangzhiqiang on December 18, 2011, 07:41:04 AM
what's wrong?
You're in the wrong forum. Even worse you're in the wrong sub-forum, too.
Please read the rules and ask your question in the appropriate place (gdb's mailing list or mingw's mailing list).

Here we do not support compilers nor debuggers.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]