This is the mail archive of the gdb-patches@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: [RFA] completer test [was Re: [RFC] Cleanup for make_source_files_completion_list]


> > Is that necessarily "better" than testing what a user would actually
> > type? I don't know. gdb.base/completion.exp uses both forms.
> 
> I haven't verified yet that the issue you fixed is the same as
> the issue I noticed, and put aside for later. But my initial
> investigation at the time showed that the problem did not appear
> when using the "complete" command, only when using the interactive
> form via the "tab" key.

Reviewing the entire email thread, I think it's a totally different
issue. I am referring to:

    (gdb) b simple<TAB>
    /[...]/cleanups.c:264: internal-error: restore_my_cleanups: Assertion `*pmy_
+chain == SENTINEL_CLEANUP' failed.
    A problem internal to GDB has been detected,
    further debugging may prove unreliable.
    Quit this debugging session? (y or n)

First guess is that this is happening inside ada-lang. And
indeed, when forcing the language to C, no problemo...

That's the long way of saying disregard my first paragraph above :-).
-- 
Joel


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