diff options
author | Yao Qi <yao@codesourcery.com> | 2013-05-30 09:29:18 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2013-05-30 09:29:18 +0000 |
commit | 23da373ae118adcb2d5cc1328c285e4df6b984bb (patch) | |
tree | 60668c2feb5fa60c378b06e22a320e2820034554 /gdb/ChangeLog | |
parent | a6e6f79133abe7ca865a0fabbebf70aa439745be (diff) | |
download | gdb-23da373ae118adcb2d5cc1328c285e4df6b984bb.zip gdb-23da373ae118adcb2d5cc1328c285e4df6b984bb.tar.gz gdb-23da373ae118adcb2d5cc1328c285e4df6b984bb.tar.bz2 |
gdb/
* tracepoint.c (encode_actions_1): Remove parameter 't'.
Caller update.
(encode_actions): Likewise.
* remote.c (remote_download_tracepoint): Caller update.
* tracepoint.h (encode_actions): Update declaration.
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 76e0d60..a491b25 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2013-05-30 Pedro Alves <pedro@codesourcery.com> + Yao Qi <yao@codesourcery.com> + + * tracepoint.c (encode_actions_1): Remove parameter 't'. + Caller update. + (encode_actions): Likewise. + * remote.c (remote_download_tracepoint): Caller update. + * tracepoint.h (encode_actions): Update declaration. + 2013-05-30 Pedro Alves <palves@redhat.com> * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject |