OSDN Git Service

gdb/
authorpalves <palves>
Thu, 27 Jan 2011 21:39:23 +0000 (21:39 +0000)
committerpalves <palves>
Thu, 27 Jan 2011 21:39:23 +0000 (21:39 +0000)
commitb61f68d98b85d51065d77b9ae61ff615c501d0c4
tree6aad3667ef2f1c4b23103a773e47fa91b7dad386
parent2d1b88490620bd2a02b40d69659c1e8d1e704ecf
gdb/
* tracepoint.c (tfile_read): New.
(tfile_open): Use it.
(tfile_get_traceframe_address): Use it.
(tfile_trace_find): Use it.
(walk_blocks_callback_func): New typedef.
(match_blocktype): New function.
(traceframe_walk_blocks): New function.
(traceframe_find_block_type): New function.
(tfile_fetch_registers, tfile_xfer_partial)
(tfile_get_trace_state_variable_value): Use
traceframe_find_block_type and tfile_read.
gdb/ChangeLog
gdb/tracepoint.c