Author Topic: gdb 7.3.1 about "info pretty-printer"  (Read 8194 times)

zhangzhiqiang

  • Guest
gdb 7.3.1 about "info pretty-printer"
« on: December 18, 2011, 07:41:04 am »
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?


Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: gdb 7.3.1 about "info pretty-printer"
« Reply #1 on: December 18, 2011, 08:01:51 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!]