summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.mi/mi-var-child.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+2
| | | | Automatic update by copyright.sh.
* Updated copyright notices for most files.Joel Brobecker2009-01-031-1/+1
|
* * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integerPedro Alves2008-01-171-2/+6
| | | | | | | | | and 'dummy_ptr' integer pointer. Initialize struct_declarations with dummy_ptr's address. * gdb.mi/var-cmd.c (do_children_tests): Likewise. * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on all targets. * gdb.mi/mi2-var-child.exp: Likewise.
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-1/+1
|
* Fix crash when a variable object being deletedVladimir Prus2007-11-071-0/+24
| | | | | | | has any of its children deleted previously. * varobj.c (delete_variable_1): Don't recurse into deleted children.
* Switch the license of all .c files to GPLv3.Joel Brobecker2007-08-231-9/+7
| | | | | Switch the license of all .h files to GPLv3. Switch the license of all .cc files to GPLv3.
* * gdb.mi/mi-var-child.cVladimir Prus2007-04-011-9/+9
| | | | | | | | | | | | | | | | | | | (do_children_tests): User char[2] instead of char so that automatic printing of pointers to char don't give unpredicable result. * gdb.mi/var-cmd.c (do_locals_test): Initialize local variables. * gdb.mi/mi-var-child.exp: Step to right line of do_children_tests. * gdb.mi/mi2-var-child.exp: Likewise. * gdb.mi/mi-var-cmd.exp: Step to right line of do_locals_tests. (do_children_tests): User char[2] instead of char so that automatic printing of pointers to char don't give unpredicable result. * gdb.mi/mi2-var-cmd.exp: Likewise. * lib/mi-support.exp (mi_continue_to_line): Pass test name to mi_wait_for_stop.
* Copyright updates for 2007.Daniel Jacobowitz2007-01-091-1/+1
|
* 2005-09-11 Bob Rossi <bob@brasko.net>Bob Rossi2005-09-111-0/+1
| | | | * gdb.mi/mi-var-child.c: Include <string.h>.
* * gdb.mi/mi-var-child.c (do_children_tests): InitializeDaniel Jacobowitz2005-07-311-0/+1
| | | | | | struct_declarations. * gdb.mi/mi-var-child.exp: Step over the initialization of struct_declarations.
* * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.Daniel Jacobowitz2005-07-311-0/+319
* gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c. * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c. * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file. * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source file.