This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


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

Re: Angel and Insight


On Fri, Mar 02, 2001 at 05:00:27PM +0100, Igor Trevisan wrote:

> I am using Insight on a Linux RedHad 7.0 machine, to debug a
> first test software I wrote for a CirrusLogic EP7212 with an
> ARM core. I connect the debugger to the Angel monitor (from
> ARM) I previously downloaded. Everything goes right a part for
> the fact that I can't see the output of the "printf" functions
> I used. If I use the Insight simulator for ARM instead, I can
> see the printf output on the Xterminal from which I launched
> the debugger. Can you please suggest me something to solve this
> problem?

I've never tried the "semi-hosting" feature w/ the RDI target
in gdb.  Enable the rdi logging feature in gdb

gdb> maint rdilog on

Then run your program, you should get an rdi.log file.  We can
look at that to see if the printf() output is being sent to gdb
by Angel.

BTW, I suspect this has nothing to do with Insight (the GUI)
and is either an Angel or gdb problem.  The gdb mailing list is
probably a better venue.

-- 
Grant Edwards
grante@visi.com


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