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: [commit] `insight -i=gdbtk' works


On Wed, 2003-02-12 at 08:13, Andrew Cagney wrote:
> 	./insight -nx -i=gdbtk
> 	./gdb -nw -i=gdbtk
> 
> it dumps core.  If you haven't guessed, the missing bit involves 
> gdbtk_init(), init_ui_hook and use_windows.

Turns out that we're barking up the same tree. Except my version doesn't
crash at all, but it also doesn't honor "-nw". I have a feeling this is
going to be a messy/hacky fix.

Anyway, I'll see about merging our two implementations. (I also
submitted a patch against gdb so that when users run "insight", they 
implicitly get "-i=insight". A bigger "problem" will be keeping the
symmetry with "gdb -w". That won't work, either, but, then again, maybe
it shouldn't. We are trying to get gdb it's own isolated executable,
right? [Reminds me... I think I have patches somewhere to do this --
updates the init.c process and adds options parsing...]

Keith



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