gdb/
authorPedro Alves <palves@redhat.com>
Thu, 27 Jan 2011 21:39:24 +0000 (21:39 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 27 Jan 2011 21:39:24 +0000 (21:39 +0000)
commit9f41c7318108a40272db5f81d877adcc3e0e9d6b
treed8efff96d62bf39fe090c61fdb3490cf62dbdd1a
parent7d71f58245d332f5416ccf27f532f5d9fa918c2e
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