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][Python] Re: any expression to tell whether a variable was optimized out?


> From: Thiago Jung Bauermann <bauerman@br.ibm.com>
> Cc: Alexandre Oliva <aoliva@redhat.com>, gdb-patches@sourceware.org
> Date: Sun, 22 Mar 2009 22:31:02 -0300
> 
> +@table @code
> +@defmethod Value is_optimized_out
> +This read-only boolean attribute is true if the compiler optimized out
> +this value, thus it is not available for fetching from the inferior.
> +@end defmethod
> +@end table

This is OK, but please add a @cindex entry for this that starts with
"optimized", so that readers will be able to find this easier.

Thanks.


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