mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
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.
This commit is contained in:
parent
49a8461db8
commit
5fbce5dfb1
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
||||
2012-03-01 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* python/py-breakpoint.c: Include python.h.
|
||||
|
@ -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
|
||||
|
@ -1577,7 +1577,8 @@ encode_actions_1 (struct command_line *action,
|
||||
}
|
||||
|
||||
/* Render all actions into gdb protocol. */
|
||||
/*static*/ void
|
||||
|
||||
void
|
||||
encode_actions (struct breakpoint *t, struct bp_location *tloc,
|
||||
char ***tdp_actions, char ***stepping_actions)
|
||||
{
|
||||
|
@ -238,6 +238,9 @@ void free_actions (struct breakpoint *);
|
||||
|
||||
extern char *decode_agent_options (char *exp);
|
||||
|
||||
extern void encode_actions (struct breakpoint *t, struct bp_location *tloc,
|
||||
char ***tdp_actions, char ***stepping_actions);
|
||||
|
||||
extern void validate_actionline (char **, struct breakpoint *);
|
||||
|
||||
extern void end_actions_pseudocommand (char *args, int from_tty);
|
||||
|
Loading…
Reference in New Issue
Block a user