diff options
author | Pedro Alves <palves@redhat.com> | 2011-01-27 21:39:24 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2011-01-27 21:39:24 +0000 |
commit | 9f41c7318108a40272db5f81d877adcc3e0e9d6b (patch) | |
tree | d8efff96d62bf39fe090c61fdb3490cf62dbdd1a /gdb/ChangeLog | |
parent | 7d71f58245d332f5416ccf27f532f5d9fa918c2e (diff) | |
download | gdb-9f41c7318108a40272db5f81d877adcc3e0e9d6b.zip gdb-9f41c7318108a40272db5f81d877adcc3e0e9d6b.tar.gz gdb-9f41c7318108a40272db5f81d877adcc3e0e9d6b.tar.bz2 |
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7c4ea3a..21e04d6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,17 @@ +2011-01-27 Pedro Alves <pedro@codesourcery.com> + + * 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. + 2011-01-26 Kevin Buettner <kevinb@redhat.com> * remote-mips.c: Add internationalization mark ups. Remove |