mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
2002-03-04 Michael Chastain <mec@shout.net>
* gdb.mi/mi-var-cmd.exp: In test "create local variable func", accommodate gcc v3 function signature. * gdb.mi/mi0-var-cmd-exp: Ditto.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2002-03-04 Michael Chastain <mec@shout.net>
|
||||||
|
|
||||||
|
* gdb.mi/mi-var-cmd.exp: In test "create local variable func",
|
||||||
|
accommodate gcc v3 function signature.
|
||||||
|
* gdb.mi/mi0-var-cmd-exp: Ditto.
|
||||||
|
|
||||||
2002-02-24 Andrew Cagney <ac131313@redhat.com>
|
2002-02-24 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
* testsuite/gdb.base/huge.c: Replace ``Linux'' with either
|
* testsuite/gdb.base/huge.c: Replace ``Linux'' with either
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 1999 2000 Cygnus Solutions
|
# Copyright (C) 1999, 2000, 2002 Cygnus Solutions
|
||||||
#
|
#
|
||||||
# This Program Is Free software; you can redistribute it and/or modify
|
# This Program Is Free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -136,7 +136,7 @@ mi_gdb_test "-var-create lpsimple * lpsimple" \
|
|||||||
"create local variable lpsimple"
|
"create local variable lpsimple"
|
||||||
|
|
||||||
mi_gdb_test "-var-create func * func" \
|
mi_gdb_test "-var-create func * func" \
|
||||||
"\\^done,name=\"func\",numchild=\"0\",type=\"void \\(\\*\\)\\(\\)\"" \
|
"\\^done,name=\"func\",numchild=\"0\",type=\"void \\(\\*\\)\\((void|)\\)\"" \
|
||||||
"create local variable func"
|
"create local variable func"
|
||||||
|
|
||||||
# Test: c_variable-1.5
|
# Test: c_variable-1.5
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 1999 2000 Cygnus Solutions
|
# Copyright (C) 1999, 2000, 2002 Cygnus Solutions
|
||||||
#
|
#
|
||||||
# This Program Is Free software; you can redistribute it and/or modify
|
# This Program Is Free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -136,7 +136,7 @@ mi_gdb_test "-var-create lpsimple * lpsimple" \
|
|||||||
"create local variable lpsimple"
|
"create local variable lpsimple"
|
||||||
|
|
||||||
mi_gdb_test "-var-create func * func" \
|
mi_gdb_test "-var-create func * func" \
|
||||||
"\\^done,name=\"func\",numchild=\"0\",type=\"void \\(\\*\\)\\(\\)\"" \
|
"\\^done,name=\"func\",numchild=\"0\",type=\"void \\(\\*\\)\\((void|)\\)\"" \
|
||||||
"create local variable func"
|
"create local variable func"
|
||||||
|
|
||||||
# Test: c_variable-1.5
|
# Test: c_variable-1.5
|
||||||
|
Reference in New Issue
Block a user