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: [PATCH] Fix ptype problem printing typedefs defined differently in different compilation units


On Tuesday 14 February 2006 09:10, Daniel Jacobowitz wrote:
> This patch seems OK to me

While doing some further testing I discovered that it doesn't handle type names
with whitespace, such as:

	(gdb) ptype 'foo.c'::struct bar

so I'm going to work on it some more.  It's starting to look like it
is going to require some work on the parser after all.

-Fred



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