This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] PR symtab/16264 - support DW_AT_main_subprogram
>>>>> "Luis" == Luis Machado <lgustavo@codesourcery.com> writes:
>> +# This test can only be run on targets which support DWARF-2 and use gas.
Luis> Since DW_AT_main_subprogram was added to DWARF 4, should this say
Luis> DWARF-4 instead?
I changed it. That comment is just copied from various other tests in
that directory.
>> +if {[gdb_start_cmd] < 0} {
>> + untested ${testfile}
Luis> untested "Failed to stop at mymain"?
I used "Could not start ${testfile}".
Luis> Similarly:
Luis> gdb_test "" "Temporary breakpoint .* mymain.*" "Stopped at mymain"
Luis> Otherwise looks good to me.
I changed this.
Tom