diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2008-04-24 08:46:19 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2008-04-24 08:46:19 +0000 |
commit | d24317b4805503c9a018e77ee4683c87678f11ff (patch) | |
tree | 981f80990040cea599ebdfba3192cbe7637677aa /gdb/testsuite/gdb.mi/mi-until.exp | |
parent | 879d3736b8868261db20ec0720af378e8a37365a (diff) | |
download | gdb-d24317b4805503c9a018e77ee4683c87678f11ff.zip gdb-d24317b4805503c9a018e77ee4683c87678f11ff.tar.gz gdb-d24317b4805503c9a018e77ee4683c87678f11ff.tar.bz2 |
* breakpoint.c (print_one_breakpoint_location): In MI
mode, report the location string the breakpoint was
originally created with.
Diffstat (limited to 'gdb/testsuite/gdb.mi/mi-until.exp')
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-until.exp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-until.exp b/gdb/testsuite/gdb.mi/mi-until.exp index dbdd1c1..f1edc0d 100644 --- a/gdb/testsuite/gdb.mi/mi-until.exp +++ b/gdb/testsuite/gdb.mi/mi-until.exp @@ -50,8 +50,7 @@ proc test_running_to_foo {} { global mi_gdb_prompt global hex - mi_gdb_test "200-break-insert 10" \ - "200\\^done,bkpt=\{number=\"1\",type=\"breakpoint\",disp=\"keep\",enabled=\"y\",addr=\"$hex\",func=\"foo\",file=\".*until.c\",line=\"10\",times=\"0\"\}" \ + mi_create_breakpoint "10" 1 "keep" foo ".*until.c" 10 ".*" \ "break-insert operation" mi_run_cmd |