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: Improve 'this' detection


>>>>> "Pedro" == Pedro Alves <pedro@codesourcery.com> writes:

Pedro> This patch of Daniel's improves THIS detection in C++
Pedro> method's parameters.  The user visible change is that GDB now
Pedro> presents the `this' parameter type const qualified.

Pedro> The patch looked pretty reasonable to me.

Pedro> Comments?

Looks reasonable to me too.

Pedro> +		 DWARF version 3 added DW_AT_object_pointer, which GCC
Pedro> +		 4.5 does not yet generate.  */

Do we want GCC to emit this?  If so, I can file a bug.

Tom


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