diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2023-02-08 15:36:23 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2023-02-08 15:46:02 -0500 |
commit | c583a2520616c2736cffc389c89a48b159366e6c (patch) | |
tree | b4925f26506fcee96c16119431c01760f05db95d /gdb/stack.h | |
parent | ca7f92c2f15b86b09c4a8ad14806bef666308d31 (diff) | |
download | binutils-users/simark/clang-format.zip binutils-users/simark/clang-format.tar.gz binutils-users/simark/clang-format.tar.bz2 |
Run clang-format.shusers/simark/clang-format
Change-Id: Ia948cc26d534b0dd02702244d52434b1a2093968
Diffstat (limited to 'gdb/stack.h')
-rw-r--r-- | gdb/stack.h | 8 |
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 */ |