* c-exp.y (DOTDOTDOT): New token.
authorTom Tromey <tromey@redhat.com>
Fri, 6 Jul 2012 14:48:48 +0000 (14:48 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 6 Jul 2012 14:48:48 +0000 (14:48 +0000)
commita6fb9c08a9ac65df98ca8829f43083feda19a6fe
tree6bda910f53fe801f12d20dd438c721c60ad7bd79
parent71918a863fdc11435a0f47a1b3e49bfdf44f6ef5
* c-exp.y (DOTDOTDOT): New token.
(func_mod, exp): Use parameter_typelist.
(parameter_typelist): New production.
(tokentab3): Add "..." token.
* eval.c (make_params): Handle varargs.
* gdbtypes.c (lookup_function_type_with_arguments): Handle
varargs.
testsuite
* gdb.base/whatis.exp: Add test.
gdb/ChangeLog
gdb/c-exp.y
gdb/eval.c
gdb/gdbtypes.c
gdb/parse.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/whatis.exp
This page took 0.026217 seconds and 4 git commands to generate.