This is the mail archive of the insight@sourceware.org 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: [PATCH] Fix gdbtk-cmds.c: get a build error


>>>>> "Pierre" == Pierre Muller <pierre.muller@ics-cnrs.unistra.fr> writes:

Pierre> The patch below fixes it.
Pierre> Checked in as obvious,

This patch isn't correct.

It will work for the time being, but it will break whenever we merge in
code that causes an objfile not to use psymtabs.

The rule is, only the psymtab implementation and debuginfo readers are
allowed to include psympriv.h.  All other code must go through the
"quick" API.

I'm working on a replacement patch.

Tom


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