mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 10:30:46 +00:00
* 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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user