diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2009-01-15 15:38:07 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2009-01-15 15:38:07 +0000 |
commit | 61212c0fb13d0a54f12748dcc56a41c15a91d12a (patch) | |
tree | d006b77357adb211693a534f9f5d25e962e128cb /gdb/ChangeLog | |
parent | cc2420d5bbb6f8ebfc231b80e87e9987585a7549 (diff) | |
download | gdb-61212c0fb13d0a54f12748dcc56a41c15a91d12a.zip gdb-61212c0fb13d0a54f12748dcc56a41c15a91d12a.tar.gz gdb-61212c0fb13d0a54f12748dcc56a41c15a91d12a.tar.bz2 |
* value.h (address_of_variable): Add prototype.
(locate_var_value): Remove prototype.
* findvar.c (read_var_value): Do not attempt to default frame
to selected frame.
(locate_var_value): Remove function.
* valops.c (value_of_variable): Retrieve selected frame for
symbols that require a frame when called with NULL block.
* valops.c (address_of_variable): New function.
* eval.c (evaluate_subexp_for_address): Call address_of_variable
instead of calling locate_var_value.
(evaluate_subexp_with_coercion): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 04022f9..928e760 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,19 @@ +2009-01-15 Ulrich Weigand <uweigand@de.ibm.com> + + * value.h (address_of_variable): Add prototype. + (locate_var_value): Remove prototype. + + * findvar.c (read_var_value): Do not attempt to default frame + to selected frame. + (locate_var_value): Remove function. + * valops.c (value_of_variable): Retrieve selected frame for + symbols that require a frame when called with NULL block. + * valops.c (address_of_variable): New function. + + * eval.c (evaluate_subexp_for_address): Call address_of_variable + instead of calling locate_var_value. + (evaluate_subexp_with_coercion): Likewise. + 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com> * NEWS: Document "define" for prefixed commands. |