import gdb-2000-01-24 snapshot

This commit is contained in:
Jason Molenda
2000-01-25 02:40:50 +00:00
parent b5f303f092
commit 0fda6bd286
18 changed files with 3419 additions and 87 deletions

View File

@@ -1345,5 +1345,6 @@ enum gdb_rc gdb_breakpoint_query (/* struct {ui,gdb}_out *output, */ int bnum);
enum gdb_rc gdb_breakpoint (char *address, char *condition,
int hardwareflag, int tempflag,
int thread, int ignore_count);
enum gdb_rc gdb_thread_select (/* output object */ char *tidstr);
#endif /* #ifndef DEFS_H */