diff options
author | Stan Shebs <shebs@codesourcery.com> | 2010-04-05 21:57:18 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 2010-04-05 21:57:18 +0000 |
commit | fce3c1f0f17879e1c60d1acb277a232f37255aab (patch) | |
tree | bf0a2376c01eb3a26327873a9e6645f47a559452 /gdb/ChangeLog | |
parent | 9cdcc3e8b3ed0291e48a9783f4db6fb52cacd936 (diff) | |
download | gdb-fce3c1f0f17879e1c60d1acb277a232f37255aab.zip gdb-fce3c1f0f17879e1c60d1acb277a232f37255aab.tar.gz gdb-fce3c1f0f17879e1c60d1acb277a232f37255aab.tar.bz2 |
2010-04-05 Stan Shebs <stan@codesourcery.com>
* tracepoint.c: Include gdbcore.h.
(tfile_xfer_partial): Return partial results, also try reading
from executable.
(tfile_has_all_memory): New function.
(init_tfile_ops): Use it.
* gdb.trace/tfile.c: Add a variable split across two blocks, and a
constant global.
* gdb.trace/tfile.exp: Try to print them.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 25f8a1d..46b161e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2010-04-05 Stan Shebs <stan@codesourcery.com> + + * tracepoint.c: Include gdbcore.h. + (tfile_xfer_partial): Return partial results, also try reading + from executable. + (tfile_has_all_memory): New function. + (init_tfile_ops): Use it. + 2010-04-05 Sergio Durigan Junior <sergiodj@redhat.com> PR gdb/10736: @@ -81,6 +89,7 @@ * remote.c (remote_parse_stop_reply): Use hex_string instead of phex_nz for error. +>>>>>>> 1.11571 2010-04-01 Stan Shebs <stan@codesourcery.com> Nathan Sidwell <nathan@codesourcery.com> |