mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
2012-01-18 Pedro Alves <palves@redhat.com>
* gdb.ada/mi_task_info.exp (-ada-task-info with no argument): Allow output before ^done.
This commit is contained in:
parent
2dbca4d632
commit
b9736cf836
@ -1,3 +1,8 @@
|
||||
2012-01-18 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
|
||||
Allow output before ^done.
|
||||
|
||||
2012-01-16 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gdb.linespec/linespec.exp: Change some tests to use $decimal.
|
||||
|
@ -57,7 +57,7 @@ set task_3 \
|
||||
|
||||
# Get the full list of tasks...
|
||||
mi_gdb_test "-ada-task-info" \
|
||||
"\\^done,tasks={nr_rows=\"3\",nr_cols=\"8\",$ada_task_info_hdr,body=\\\[$task_1,$task_2,$task_3\\\]}" \
|
||||
".*\\^done,tasks={nr_rows=\"3\",nr_cols=\"8\",$ada_task_info_hdr,body=\\\[$task_1,$task_2,$task_3\\\]}" \
|
||||
"-ada-task-info with no argument"
|
||||
|
||||
# Now, only get the info about task 3.
|
||||
|
Loading…
Reference in New Issue
Block a user