This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GDB help ?


Specifically if I do a CTRL-C and then quit gdb and enter gdb again this is what I see

(gdb) target remote 15.11.40.75:9000
Remote debugging using 15.11.40.75:9000
0x0000b2f0 in ?? ()
(gdb) load
Loading section .text, size 0x58d17 lma 0x108000
Loading section .rodata, size 0x8984 lma 0x160d18
Loading section .data, size 0x4fe0 lma 0x1696a0
Ignoring packet error, continuing...
Remote communication error: Connection reset by peer.


I am using eCOs2.0, x86 target


SOMARAJAN,SUNIL (HP-India,unix2) wrote:

Hi,

Every time I load my application onto the target

gdb> target remote 15.11.40.75:9000
gdb>load
gdb>c

now after the application has run, I want to re-run the application. Is this possible ?
Doing a CTRL-C ends execution of the current program. But after that I am unable
to continue without powercycling the target. Ping to redboot fails too.


Any pointers ?

thanks,
Sunil.





-- Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]