summaryrefslogtreecommitdiff
path: root/gdb/symtab.c
diff options
context:
space:
mode:
authorratmice <ratmice>2011-07-21 15:13:26 +0000
committerratmice <ratmice>2011-07-21 15:13:26 +0000
commitfdc07668d3f537cb1c77f96d1cb1c0ca5769a964 (patch)
tree12b6f0891fe48542f62143976977e75eda130854 /gdb/symtab.c
parent6ca636601466311802dfbc339485c16fab5bc77b (diff)
downloadgdb-fdc07668d3f537cb1c77f96d1cb1c0ca5769a964.tar.gz
PR macros/12999
* macrotab.h (macro_callback_fn): Add new arguments to callback. * macrotab.c (foreach_macro): Ditto. (foreach_macro_in_scope): Ditto. * macrocmd.c (print_macro_callback): New function. (info_macro_command): Move some code to print_macro_definition. (print_macro_definition): New function. (print_one_macro): Add new arguments to callback. testsuite/ * gdb.base/info-macros.c: New test sources. * gdb.base/info-macros.exp: New tests. docs/ * gdb.texinfo (Macros): Add info definitions and info macros commands. Update text and cindex entries for info macro command.
Diffstat (limited to 'gdb/symtab.c')
-rw-r--r--gdb/symtab.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/symtab.c b/gdb/symtab.c
index b792081af37..9447bd91772 100644
--- a/gdb/symtab.c
+++ b/gdb/symtab.c
@@ -3771,6 +3771,7 @@ struct add_name_data
This adds a macro's name to the current completion list. */
static void
add_macro_name (const char *name, const struct macro_definition *ignore,
+ struct macro_source_file *ignore2, int ignore3,
void *user_data)
{
struct add_name_data *datum = (struct add_name_data *) user_data;