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][15/37] Eliminate builtin_type_ macros: Dereferencing of integer types


>>>>> "Ulrich" == Ulrich Weigand <uweigand@de.ibm.com> writes:

Ulrich> GDB allows to dereference an integer type, treating it as if
Ulrich> it were an "int *".

Ulrich> It might make sense to check for which languages this extension
Ulrich> is actually useful, and remove it from the rest.

Ulrich> 	* jv-lang.c (evaluate_subexp_java): Likewise.

FWIW -- I couldn't come up with a situation where this extension makes
sense for Java.  I'm certain I have never used it while debugging Java
code.

Tom


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