import gdb-1999-09-21

This commit is contained in:
Jason Molenda 1999-09-22 03:28:34 +00:00
parent 54af6ff675
commit c2c6d25f0d
79 changed files with 3229 additions and 1934 deletions

View file

@ -30,6 +30,7 @@
#include "gdb_string.h"
#include "inferior.h"
#include "tracepoint.h"
#include "remote.h"
#include "ax.h"
#include "ax-gdb.h"
@ -193,13 +194,6 @@ trace_error (buf)
}
}
/* Entry points into remote.c (FIXME: move this interface down to tgt vector)
*/
extern int putpkt PARAMS ((char *));
extern void getpkt PARAMS ((char *, int));
extern void remote_console_output PARAMS ((char *));
/* Utility: wait for reply from stub, while accepting "O" packets */
static char *
remote_get_noisy_reply (buf)