diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-08-01 05:06:03 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-08-01 05:06:03 +0000 |
commit | 710b33bd11f6344967c225427e3bf392c9e155ce (patch) | |
tree | 9986d1ebaa8b7034fd85c32b8721e83ee1113f4b /gdb/ChangeLog | |
parent | e3308d0d5be65e6c7300e6e7691fba0db54c83ef (diff) | |
download | gdb-710b33bd11f6344967c225427e3bf392c9e155ce.zip gdb-710b33bd11f6344967c225427e3bf392c9e155ce.tar.gz gdb-710b33bd11f6344967c225427e3bf392c9e155ce.tar.bz2 |
* top.c (get_prompt_1), tracepoint.c (replace_comma): Update
function signatures so that they match catch_errors and
make_cleanup callbacks.
* tracepoint.c (encode_actions): Fix arguments passed to
stringify_collection_list.
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 6a581df..386220e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +Tue Aug 1 14:50:55 2000 Andrew Cagney <cagney@b1.cygnus.com> + + * top.c (get_prompt_1), tracepoint.c (replace_comma): Update + function signatures so that they match catch_errors and + make_cleanup callbacks. + + * tracepoint.c (encode_actions): Fix arguments passed to + stringify_collection_list. + 2000-07-31 Kevin Buettner <kevinb@redhat.com> * ppc-tdep.h: New file. |