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: Make DW_TAG_enumerator's consistent, regardless of containing scope


>>>>> "Sterling" == Sterling Augustine <saugustine@google.com> writes:

Thanks.

Sterling> 2011-10-07  Sterling Augustine  <saugustine@google.com>
Sterling>        * dwarf2read.c (partial_die_parent_scope): Rearrange conditional logic.

I think this line needs to wrap.

Sterling> +if [get_compiler_info ${binfile} "c++"] {
Sterling> +    return -1
Sterling> +}

Does this really do anything?
(I don't know.)

Sterling> +gdb_exit
Sterling> +gdb_start
Sterling> +gdb_reinitialize_dir $srcdir/$subdir
Sterling> +gdb_load ${binfile}

This stanza can be replaced by clean_restart.

Tom


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