summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/break.c
Commit message (Collapse)AuthorAgeFilesLines
* * gdb.base/break.c (main): Move position of malloc.Nathan Sidwell2006-11-291-4/+4
| | | | * gdb.base/break.exp: Revert mistaken checkin.
* * gdb.base/break.c (main): Call malloc.Nathan Sidwell2006-11-281-0/+4
|
* * gdb.base/break.c: Add 10a breakpoint at }Nathan Sidwell2006-06-131-1/+1
| | | | | | | | | | | | | * gdb.base/break.exp: Add test for breakpoint at } * gdb.cp/anon-union.cc: Add code at end of function. * gdb.cp/anon-union.exp: Adjust end of function breakpoint. * gdb.mi/var-cmd.c: Add code at end of function. * gdb.mi/mi-var-display.exp: Adjust end of next. * gdb.mi/mi2-var-display.exp: Likewise. * gdb.base/fileio.c: Add stop function and insert calls at stopping places. * gdb.base/fileio.exp: Breakpoint stop function and remove explicit line number references.
* Committed after testing and independent approval/endorsement.Fred Fish2003-12-091-18/+33
| | | | | | | | | | | | | | | | | | | | | | | | | 2003-12-09 Fred Fish <fnf@redhat.com> * gdb.base/break.c (marker1, marker2, marker3, marker4): Move functions to break1.c and leave prototypes behind. Add more "set breakpoint NN here" comments. * gdb.base/break1.c: New file. * gdb.base/break.exp: Handle compiling test case from multiple source files and change source file references as needed. * gdb.base/completion.exp: Ditto. * gdb.base/condbreak.exp: Ditto. * gdb.base/define.exp: Ditto. * gdb.base/ena-dis-br.exp: Ditto. * gdb.base/info-proc.exp: Ditto. * gdb.base/maint.exp: Ditto. * gdb.base/until.exp: Ditto. * gdb.base/condbreak.exp: Use bp_locationNN variables instead of hardcoded line numbers. * gdb.base/define.exp: Ditto. * gdb.base/ena-dis-br.exp: Ditto. * gdb.base/maint.exp: Ditto. * gdb.base/until.exp: Ditto. * gdb.base/completion.exp: Use "break1" for completion tests since "break" is no longer a unique prefix.
* 2003-11-13 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2003-11-131-14/+14
| | | | | | | * gdb.base/break.c: Add comments to aid finding line numbers for breakpoints. * gdb.base/break.exp: Remove all references to explicit line numbers.
* * gdb.base/break.c (multi_line_if_conditional): New function.Jeff Law2002-01-071-0/+30
| | | | | | | (multi_ilne_while_conditional): Likewise. * gdb.base/break.exp: Verify that a breakpoint on a multi-line IF or WHILE condition puts the breakpoint at the start of the condition.
* import gdb-1999-10-04 snapshotJason Molenda1999-10-051-1/+2
|
* import gdb-1999-09-08 snapshotStan Shebs1999-09-091-1/+1
|
* import gdb-1999-06-28 snapshotJason Molenda1999-06-281-0/+19
|
* Initial revisionStan Shebs1999-04-161-0/+81