mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 20:12:01 +08:00
* remote.c (unpack_varlen_hex): Remove forward declaration.
(remote_console_output): Make static, and add forward declaration. * remote.h: Drop FIXME comment. (unpack_varlen_hex): Declare. (remote_console_output, remote_cisco_objfile_relocate) (deprecated_target_resume_hook, deprecated_target_wait_loop_hook): Delete declarations. * tracepoint.c: Include "remote.h". (unpack_varlen_hex): Delete declaration.
This commit is contained in:
@ -46,6 +46,7 @@
|
||||
#include "gdbthread.h"
|
||||
#include "stack.h"
|
||||
#include "gdbcore.h"
|
||||
#include "remote.h"
|
||||
|
||||
#include "ax.h"
|
||||
#include "ax-gdb.h"
|
||||
@ -3307,8 +3308,6 @@ tfile_interp_line (char *line,
|
||||
/* Parse the part of trace status syntax that is shared between
|
||||
the remote protocol and the trace file reader. */
|
||||
|
||||
extern char *unpack_varlen_hex (char *buff, ULONGEST *result);
|
||||
|
||||
void
|
||||
parse_trace_status (char *line, struct trace_status *ts)
|
||||
{
|
||||
|
Reference in New Issue
Block a user