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: [RFC] Initial pass at supporting the Go language


On Wed, Dec 28, 2011 at 8:11 PM, Joel Brobecker <brobecker@adacore.com> wrote:
>> This patch is a first pass at supporting the Go language.
>> There's still lots to do, but this is a start.
>
> From the comments, I can see that you have a feature
> that is similar to what we have in Ada, namely to be able to
> use the unqualified name of an entity. For instance, if you have
> a variable foo in package bar, you want to be able to write
> either, you want to be able to use either "print bar" or
> "print foo.bar".

That's the intent.


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