OSDN Git Service

Mark pieces of values as unavailable if the corresponding memory
authorpalves <palves>
Mon, 14 Feb 2011 11:21:24 +0000 (11:21 +0000)
committerpalves <palves>
Mon, 14 Feb 2011 11:21:24 +0000 (11:21 +0000)
commitd47cf0a27a507a92d868d61a46b00afb80fac915
tree542b7a983f4f70367b93e429399caf3a194e4a90
parente74e288317ad82860cd5d9bce423fa30945e3f4a
Mark pieces of values as unavailable if the corresponding memory
is unavailable.

gdb/
* valops.c: Include tracepoint.h.
(value_fetch_lazy): Use read_value_memory.
(read_value_memory): New.
* value.h (read_value_memory): Declare.
* dwarf2loc.c (read_pieced_value): Use read_value_memory.
* exec.c (section_table_available_memory): New function.
* exec.h (section_table_available_memory): Declare.
gdb/ChangeLog
gdb/dwarf2loc.c
gdb/exec.c
gdb/exec.h
gdb/valops.c
gdb/value.h