* server.c (step_thread): Remove definition.

(process_serial_event): Don't handle Hs.
	* server.h (step_thread): Remove declaration.
	* target.c (set_desired_inferior): Remove use of step_thread.
This commit is contained in:
Jie Zhang
2011-09-01 03:14:10 +00:00
parent 0ddc55ad78
commit 943ca1dd02
4 changed files with 8 additions and 19 deletions

View File

@@ -282,7 +282,6 @@ void unloaded_dll (const char *name, CORE_ADDR base_addr);
extern ptid_t cont_thread;
extern ptid_t general_thread;
extern ptid_t step_thread;
extern int server_waiting;
extern int debug_threads;