diff options
Diffstat (limited to 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/target.h b/gdb/target.h index 18c4a84..39aa8c3 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -116,9 +116,8 @@ struct syscall const char *name; }; -/* Return a pretty printed form of TARGET_OPTIONS. - Space for the result is malloc'd, caller must free. */ -extern char *target_options_to_string (int target_options); +/* Return a pretty printed form of TARGET_OPTIONS. */ +extern std::string target_options_to_string (int target_options); /* Possible types of events that the inferior handler will have to deal with. */ |