+2014-04-15 Keith Seitz <keiths@redhat.com>
+
+ * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
+ Remove unused globals.
+ (test_running_the_program): Likewise.
+ (test_controlled_execution): Likewise.
+ (test_controlling_breakpoints): Likewise.
+ (test_program_termination): Likewise.
+
2014-04-15 Keith Seitz <keiths@redhat.com>
* gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
mi_gdb_load ${binfile}
proc test_breakpoints_creation_and_listing {} {
- global mi_gdb_prompt
global srcfile
global hex
}
proc test_running_the_program {} {
- global mi_gdb_prompt
- global hex
-
set line_main_head [gdb_get_line_number "main ("]
set line_main_body [expr $line_main_head + 2]
}
proc test_controlled_execution {} {
- global mi_gdb_prompt
global hex
set line_callee4_head [gdb_get_line_number "callee4 ("]
}
proc test_controlling_breakpoints {} {
- global mi_gdb_prompt
-
# Enable, delete, set ignore counts in breakpoints
# (disable was already tested above)
# Tests:
}
proc test_program_termination {} {
- global mi_gdb_prompt
-
# Run to completion: normal and forced
# Tests:
# -exec-abort