R: Bad RUN command on GDB
Giulix
giuliano.to at tin.it
Sat Jul 14 16:27:42 UTC 2001
>
> >(gdb) r
> >The program being debugged has been started already.
> >Start it from the beginning? (y or n) y
>
> From this I think that the program has already been started. Try
> 'continue' and see what happens...
Continue command produces thes output:
(gdb) continue
The program is not being run.
Moreover "info files" produces this output:
(gdb) info files
Symbols from
"/home/SILVERIO_DIQUIGIOVANNI/rtems-4.5.0/examples/prova/o-optimiz
/test.exe".
Local exec file:
`/home/SILVERIO_DIQUIGIOVANNI/rtems-4.5.0/examples/prova/o-optimize/tes
.exe', file type coff-sh.
Entry point: 0x444000
0x00444000 - 0x00451600 is .text
0x00451600 - 0x00452110 is .data
0x00452110 - 0x0045338c is .bss
0xfffffec0 - 0xfffffed0 is .stack
(gdb)
"Info target" produces this output:
(gdb) info target
Symbols from
"/home/SILVERIO_DIQUIGIOVANNI/rtems-4.5.0/examples/prova/o-optimize
/test.exe".
Local exec file:
`/home/SILVERIO_DIQUIGIOVANNI/rtems-4.5.0/examples/prova/o-optimize/test
.exe', file type coff-sh.
Entry point: 0x444000
0x00444000 - 0x00451600 is .text
0x00451600 - 0x00452110 is .data
0x00452110 - 0x0045338c is .bss
0xfffffec0 - 0xfffffed0 is .stack
(gdb)
More information about the users
mailing list