* remote-utils.c (all_symbols_looked_up): New variable.

(look_up_one_symbol): Check it.
	* server.h (look_up_one_symbol): New declaration.
	* thread-db.c (thread_db_init): Set all_symbols_looked_up.
This commit is contained in:
Daniel Jacobowitz
2006-05-30 19:05:33 +00:00
parent 24718e3ba5
commit ea025f5f61
4 changed files with 29 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
/* Common definitions for remote server for GDB.
Copyright (C) 1993, 1995, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005
Copyright (C) 1993, 1995, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005,
2006
Free Software Foundation, Inc.
This file is part of GDB.
@@ -127,7 +128,9 @@ extern int server_waiting;
extern jmp_buf toplevel;
/* Functions from remote-utils.c */
/* From remote-utils.c */
extern int all_symbols_looked_up;
int putpkt (char *buf);
int getpkt (char *buf);