Replace ../include/wait.h with gdb_wait.h.
[deliverable/binutils-gdb.git] / gdb / defs.h
index 47e9dfec9e58ba17d168951a1542b6e5c34b23ab..f7b627c0c6b623307dde12709d8fb470d71cf94c 100644 (file)
@@ -500,6 +500,14 @@ extern void set_next_address (CORE_ADDR);
 extern void print_address_symbolic (CORE_ADDR, struct ui_file *, int,
                                    char *);
 
+extern int build_address_symbolic (CORE_ADDR addr,
+                                  int do_demangle, 
+                                  char **name, 
+                                  int *offset, 
+                                  char **filename, 
+                                  int *line,   
+                                  int *unmapped);
+
 extern void print_address_numeric (CORE_ADDR, int, struct ui_file *);
 
 extern void print_address (CORE_ADDR, struct ui_file *);
@@ -1113,6 +1121,7 @@ extern CORE_ADDR push_word (CORE_ADDR, ULONGEST);
 extern int watchdog;
 
 /* Hooks for alternate command interfaces.  */
+
 struct target_waitstatus;
 struct cmd_list_element;
 
@@ -1270,4 +1279,10 @@ enum gdb_rc gdb_breakpoint (char *address, char *condition,
                            int thread, int ignore_count);
 enum gdb_rc gdb_thread_select (/* output object */ char *tidstr);
 
+#ifdef UI_OUT
+/* Print a list of known thread ids. */
+enum gdb_rc gdb_list_thread_ids (/* output object */);
+
+/* Switch thread and print notification. */
+#endif
 #endif /* #ifndef DEFS_H */
This page took 0.023516 seconds and 4 git commands to generate.