* ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
authorTom Tromey <tromey@redhat.com>
Wed, 20 Mar 2013 18:35:22 +0000 (18:35 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 20 Mar 2013 18:35:22 +0000 (18:35 +0000)
commit24d6c2a0bb797940d1f6f16ce8be8c80b1eab4db
tree42cd80a9c77a045aac4d4682a264effba7e5a358
parentf1e6e0721c5115e2e6c60359c9afbdfe927f0431
* ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
if possible.
* dwarf2read.c (read_func_scope): Remove old FIXME.
* eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
not LOC_COMPUTED.
* findvar.c (symbol_read_needs_frame, default_read_var_value):
Unconditionally call via computed ops, if possible.
* printcmd.c (address_info): Unconditionally call via computed ops,
if possible.
* stack.c (read_frame_arg): Unconditionally call via computed ops,
if possible.
* symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
* tracepoint.c (scope_info): Unconditionally call via computed ops,
if possible.
gdb/ChangeLog
gdb/ax-gdb.c
gdb/dwarf2read.c
gdb/eval.c
gdb/findvar.c
gdb/printcmd.c
gdb/stack.c
gdb/symtab.c
gdb/tracepoint.c
This page took 0.040473 seconds and 4 git commands to generate.