summaryrefslogtreecommitdiff
path: root/gdb/gdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdb.h')
-rw-r--r--gdb/gdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdb.h b/gdb/gdb.h
index 6a2eaa0ca12..689ff4b98df 100644
--- a/gdb/gdb.h
+++ b/gdb/gdb.h
@@ -54,7 +54,7 @@ enum gdb_rc gdb_breakpoint (char *address, char *condition,
int thread, int ignore_count);
/* Switch thread and print notification. */
-enum gdb_rc gdb_thread_select (struct ui_out *uiout, char *tidstr);
+enum gdb_rc gdb_thread_select (struct ui_out *uiout, const char *tidstr);
/* Print a list of known thread ids. */
enum gdb_rc gdb_list_thread_ids (struct ui_out *uiout);