diff options
author | Pedro Alves <palves@redhat.com> | 2012-03-01 21:07:31 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-03-01 21:07:31 +0000 |
commit | 5fbce5dfb1729f6183be7b96b9b2c42ab2e595f4 (patch) | |
tree | e91615a955f28537b38fdc82096096d78f214afb /gdb/remote.c | |
parent | 49a8461db86081af4f76289427c673ff302dc1fd (diff) | |
download | gdb-5fbce5dfb1729f6183be7b96b9b2c42ab2e595f4.zip gdb-5fbce5dfb1729f6183be7b96b9b2c42ab2e595f4.tar.gz gdb-5fbce5dfb1729f6183be7b96b9b2c42ab2e595f4.tar.bz2 |
2012-03-01 Pedro Alves <palves@redhat.com>
* remote.c (encode_actions): Delete declaration.
* tracepoint.c (encode_actions): Make extern.
* tracepoint.h (encode_actions): Declare.
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index 2719241..baa3dda 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -69,9 +69,6 @@ /* Temp hacks for tracepoint encoding migration. */ static char *target_buf; static long target_buf_size; -/*static*/ void -encode_actions (struct breakpoint *t, struct bp_location *tloc, - char ***tdp_actions, char ***stepping_actions); /* The size to align memory write packets, when practical. The protocol does not guarantee any alignment, and gdb will generate short |