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: Insight/GDB 5.2 Extremely slow on nano target (ethernetdebugging)


Warren Postma wrote:
I'm using the precompiled Binary file of Redboot from the web, and I found
serial debugging works about as well as I could have expected considering
I'm talking at 38400 bps, but Ethernet is way too slow. Something is amiss.
It also seems to lock up, and generally be unstable (application quits
responding
to user input, I can close it down only by killing the task from the windows
2000 task list).
Hmm...

I'm using Insight 5.2 with a NanoEngine (strongArm) to run the tests
included in ECOS cvs sources, (such as the stress_threads test).

Insight is horribly slow  or else unstable when I use Ethernet.  Single
stepping either takes forever just locks right up. I'm running the
stress_threads test code from kernel tests.
Do you have Insight's threads window open? If so, every time the target stops Insight has to interrogate it. With the number of threads involved in the stress_threads test, this can take some to-ing and fro-ing, even with ethernet!

Try the command line (arm-elf-gdb -nw) to see if it is faster.

Jifl
--
eCosCentric http://www.eCosCentric.com/ <info@eCosCentric.com>
--[ "You can complain because roses have thorns, or you ]--
--[ can rejoice because thorns have roses." -Lincoln ]-- Opinions==mine


--
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]