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.
>
> [...]
>
> Just a tiny thing that sort of caught my attention while flash
> forwarding the testing part of your code (nice number of tests!).
>
>> +# Start with a fresh gdb.
>> +
>> +gdb_exit
>> +gdb_start
>> +gdb_reinitialize_dir $srcdir/$subdir
>
> Use clean_restart?

[catching up on my go port ...]

clean_restart also does gdb_load and these tests run without any inferior.


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