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]

GDB stub for RAM startup.


Hello everyone,
I have a general question about GDB STUB. I have
ported GDB stub for my sparc target. 

I download my application code along with all my stub
in to the SDRAM of my target. Inside my application
code main() function, I call breakpoint(). This forces
my application to start listening for GDB command.

Now I startup my gdb host program with '-s' option to
load the symbol table. Then use the "target
extented-remote" to connect to my target. 

Now here is my question, I should be able to use
"step" command to step my application code right.

I was also able to use my sparc-elf-insight software
to connect to the target, however when I execute
"run", "insight" downloads the application code. How
can I stop this. I want the sparc-elf-insight to
single step without downloading the code again.
                  Thanks in advance 
                    Ottawa


__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html

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


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