aboutsummaryrefslogtreecommitdiff
path: root/gdb/stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/stack.h')
-rw-r--r--gdb/stack.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/stack.h b/gdb/stack.h
index 1b0c2b3..2d34e7e 100644
--- a/gdb/stack.h
+++ b/gdb/stack.h
@@ -25,7 +25,7 @@ gdb::unique_xmalloc_ptr<char> find_frame_funname (frame_info_ptr frame,
struct symbol **funcp);
typedef gdb::function_view<void (const char *print_name, struct symbol *sym)>
- iterate_over_block_arg_local_vars_cb;
+ iterate_over_block_arg_local_vars_cb;
void iterate_over_block_arg_vars (const struct block *block,
iterate_over_block_arg_local_vars_cb cb);
@@ -57,7 +57,7 @@ bool last_displayed_sal_is_valid (void);
/* Get the pspace of the last sal we displayed, if it's valid, otherwise
return nullptr. */
-struct program_space* get_last_displayed_pspace (void);
+struct program_space *get_last_displayed_pspace (void);
/* Get the address of the last sal we displayed, if it's valid, otherwise
return an address of 0. */
@@ -67,7 +67,7 @@ CORE_ADDR get_last_displayed_addr (void);
/* Get the symtab of the last sal we displayed, if it's valid, otherwise
return nullptr. */
-struct symtab* get_last_displayed_symtab (void);
+struct symtab *get_last_displayed_symtab (void);
/* Get the line of the last sal we displayed, if it's valid, otherwise
return 0. */
@@ -82,6 +82,6 @@ symtab_and_line get_last_displayed_sal ();
/* Completer for the "frame apply all" command. */
void frame_apply_all_cmd_completer (struct cmd_list_element *ignore,
completion_tracker &tracker,
- const char *text, const char */*word*/);
+ const char *text, const char * /*word*/);
#endif /* #ifndef STACK_H */