Hoi,

Bruno Haible wrote:
Elbert Pol wrote:
    $ gdb test-open.exe
    break rpl_open
    run
    break 116
    continue
    nexti
    print statbuf
    nexti
    print statbuf
    nexti
    print statbuf
    nexti
    print statbuf
    nexti
    print statbuf
    nexti
    print statbuf
    nexti
    print statbuf

(gdb) U:\m4-1.4.11.51-5116\tests\test-open.exe
   The program is not running.
(gdb)

What is the outcome if you use exactly the sequence of gdb commands that
I gave you (above)? The first line is meant as a shell command, the other
lines are meant as gdb commands.

Bruno


When i do:
# gdb test-open.exe
GDB is free software and you are welcome to 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.
GDB 4.16 (emx), Copyright 1996 Free Software Foundation, Inc...

"u:/m4-1.4.11.51-5116/tests/test-open.exe": not in executable format: File format not recognized

or do:
(gdb) file test-open.exe
"u:/m4-1.4.11.42-864d/tests/test-open.exe": not in executable format: File format not recognized





Reply via email to