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 3/3] Change cplus_specific to an alocated struct


>>>>> "Sami" == sami wagiaalla <swagiaal@redhat.com> writes:

Sami> This patch moves the demangled name for cplus symbols to be stored and
Sami> retrieved from a dynamically allocated cplus_specific struct

Be sure to mention how you tested a patch series.

Sami> +/* Initialize the cplus_specific structure.  'cplus_specific' should
Sami> +   only be allocated for use with cplus symbols.  */

Change "cplus" to "C++" here.

Sami>  symbol_init_language_specific (struct general_symbol_info *gsymbol,
Sami>  			       enum language language)
Sami>  {
Sami> +

Spurious newline addition, please remove.

This is ok with those changes.  Thanks for doing this.

Tom


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