This is the mail archive of the gdb@sourceware.org mailing list for the GDB 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: Likely obsolete pieces of GDB


> However, the test results aren't very good.  I've attached them.

Tried a simple test with this version.  Tried to debug gdb itself.
Set a break on main and ran gdb with "-v".  The exterior gdb dumped
core.  The cause seems to be that the deprecated_child_ops struct
hasn't been initialized.  It looks like the stuff in inf-ptrace.c
needs to be merged into hpux-thread.c, or we need to setup
deprecated_child_ops.  Presumably, this was done at some point in
the past.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)


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