Lines Matching refs:checkpoint
21 # Checkpoint support is currently implemented in the Linux native
30 standard_testfile checkpoint.c
47 # This tests gdb checkpoint and restart.
58 gdb_test "checkpoint" "" "checkpoint one"
61 gdb_test "checkpoint" "" "checkpoint two"
64 gdb_test "checkpoint" "" "checkpoint three"
67 gdb_test "checkpoint" "" "checkpoint four"
70 gdb_test "checkpoint" "" "checkpoint five"
73 gdb_test "checkpoint" "" "checkpoint six"
76 gdb_test "checkpoint" "" "checkpoint seven"
79 gdb_test "checkpoint" "" "checkpoint eight"
82 gdb_test "checkpoint" "" "checkpoint nine"
85 gdb_test "checkpoint" "" "checkpoint ten"
277 gdb_test "restart 0" "Not found.*" "no more checkpoint 0"
278 gdb_test "restart 1" "Not found.*" "no more checkpoint 1"
279 gdb_test "restart 2" "Not found.*" "no more checkpoint 2"
280 gdb_test "restart 3" "Not found.*" "no more checkpoint 3"
281 gdb_test "restart 4" "Not found.*" "no more checkpoint 4"
282 gdb_test "restart 5" "Not found.*" "no more checkpoint 5"
283 gdb_test "restart 6" "Not found.*" "no more checkpoint 6"
284 gdb_test "restart 7" "Not found.*" "no more checkpoint 7"
285 gdb_test "restart 8" "Not found.*" "no more checkpoint 8"
286 gdb_test "restart 9" "Not found.*" "no more checkpoint 9"
287 gdb_test "restart 10" "Not found.*" "no more checkpoint 10"
303 " checkpoint" \
311 "set checkpoint breakpoint"
355 # Now let's try to delete checkpoint 0.
358 with_test_prefix "delete checkpoint 0" {
362 gdb_test "checkpoint" "checkpoint 1: fork returned pid $decimal\\."
364 gdb_test "delete checkpoint 0" "Killed process $decimal"