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]
Other format: [Raw text]

RE: Developing for Insight


Ok... 

-----Original Message-----
From: Keith Seitz [mailto:keiths at redhat dot com]
Sent: Tuesday, April 22, 2003 11:54 AM
To: Liang, James
Cc: 'insight at sources dot redhat dot com'
Subject: RE: Developing for Insight


On Tue, 2003-04-22 at 09:53, Liang, James wrote:
> Actually, more than just the up and down buttons don't work.  That was
just
> an example.
> I mean, I can't get Insight to track where I am in the code even though
the
> list command in the console works.

Open a console window and get your target at a breakpoint somewhere
(like main). The procedure will look something like:

(gdb) file FOO
(gdb) set remotebaud XXXX [if necessary]
(gdb) target BLAH [if necessary]
(gdb) load [if necessary]
(gdb) break SOMEWHERE
(gdb) [run or continue]

Now type:

(gdb) f
(gdb) list
(gdb) tk gdb_loc

Send the results of these last three commands to the list. This is just
too goofy.

Keith



Attachment: share.txt
Description: Text document


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