15274e9ddbcb69803a1816e9e0642c6d4615778f
[binutils-gdb.git] / gdb / testsuite / gdb.mi / ChangeLog
1 2002-09-16 Keith Seitz <keiths@redhat.com>
2
3 * gdb701.exp: New file for testing varobj target type bug.
4 * gdb701.c: New file.
5
6 2002-09-13 Keith Seitz <keiths@redhat.com>
7
8 * mi-var-child.exp: Use mi_step_to and mi_execute_to instead
9 of a bunch of repeated send_gdb/gdb_expect statements.
10 Fix line numbers.
11
12 2002-09-10 Keith Seitz <keiths@redhat.com>
13
14 * mi-simplerun.exp (test_controlled_execution): Follow renaming of
15 mi_run_to to mi_execute_to.
16 * mi-var-cmd.exp: Likewise.
17 * mi0-simplerun.exp: Likewise.
18 * mi0-var-cmd.exp: Likewise.
19
20 2002-09-03 Keith Seitz <keiths@redhat.com>
21
22 * gdb680.exp: New file to test to check for uiout list/tuple
23 nesting bug.
24
25 2002-03-04 Michael Chastain <mec@shout.net>
26
27 * mi-var-cmd.exp: In test "create local variable func",
28 accommodate gcc v3 function signature.
29 * mi0-var-cmd-exp: Ditto.
30
31 2002-02-05 Jim Blandy <jimb@redhat.com>
32
33 * mi-regs.exp: Various cleanups for SPARC-only tests.
34 (test_breakpoints_creation_and_listing): Format of breakpoint
35 table has changed.
36 (sparc_register_tests): Expand floating-point number regexp to
37 recognize NaN values, too. Replace ineffectual single backslash
38 before a hyphen with a double backslash. Don't check the exact
39 numbers of the registers which have changed, since there's no way
40 to know which registers changed, exactly; just check that the
41 result is well-formed.
42 * mi0-regs.exp: (sparc_register_tests): Same as for
43 sparc_register_tests in mi-regs.exp.
44
45 * mi-var-child.exp ("get children of struct_declarations", "get
46 children of struct_declarations.s2.u2.u1s2", "get children of
47 weird"): Tolerate argument types when they appear in function
48 types. (Dwarf 2 includes prototype info; STABS does not.)
49 * mi0-var-child.exp: Same.
50
51 2001-12-19 Keith Seitz <keiths@redhat.com>
52
53 * mi-var-display.exp: char* variables have a child. Update all
54 occurences.
55 * mi0-var-display.exp: Likewise.
56
57 2001-08-29 Andrew Cagney <cagney@redhat.com>
58
59 * mi-var-cmd.exp, mi0-var-cmd.exp: Variable lpcharacter has one
60 child. Soften floating point tests.
61
62 2001-08-09 Andrew Cagney <ac131313@redhat.com>
63
64 * mi0-var-block.exp, mi0-stack.exp, mi0-simplerun.exp,
65 mi0-regs.exp, mi0-watch.exp, mi0-stepi.exp, mi0-until.exp,
66 mi0-return.exp, mi0-read-memory.exp, mi0-eval.exp,
67 mi0-disassemble.exp, mi0-console.exp, mi-watch.exp,
68 mi-var-display.exp, mi-var-cmd.exp, mi-var-child.exp,
69 mi-until.exp, mi-var-block.exp, mi-stepi.exp, mi-stack.exp,
70 mi-simplerun.exp, mi-return.exp, mi-regs.exp, mi-read-memory.exp,
71 mi-disassemble.exp, mi-eval.exp, mi-console.exp: Replace pattern
72 matching thread=0 with one to also match thread=1.
73 Fix PR gdb/190.
74
75 2001-08-18 Andrew Cagney <ac131313@redhat.com>
76
77 * mi0-until.exp, mi-until.exp, mi0-stepi.exp, mi-stepi.exp,
78 mi-simplerun.exp, mi0-simplerun.exp, mi0-return.exp,
79 mi-return.exp, mi0-console.exp, mi-console.exp: Recognize an
80 unexpected run-to-main response. Report as a fail.
81
82 2001-06-27 Andrew Cagney <ac131313@redhat.com>
83
84 * mi-disassemble.exp: Update to accept mi1 breakpoint tables.
85 * mi-basics.exp: Ditto.
86 * mi-simplerun.exp: Ditto.
87 * mi-watch.exp: Ditto. Add check for full header.
88 * mi-break.exp: Ditto. Add check for full header.
89
90 2001-06-26 Andrew Cagney <ac131313@redhat.com>
91
92 * mi-stack.exp: Update. Output for args=... and
93 locals=... changed to a list.
94
95 2001-06-26 Andrew Cagney <ac131313@redhat.com>
96
97 * mi-stack.exp: Update. Output for stack=..., args=... and
98 stack-args=... changed to a list.
99
100 2001-06-25 Andrew Cagney <ac131313@redhat.com>
101
102 * mi-console.exp: Update args=... part of stop-reason
103 patterns. Output changed to a list of arguments.
104 * mi-disassemble.exp: Ditto.
105 * mi-simplerun.exp: Ditto.
106 * mi-return.exp: Ditto.
107 * mi-read-memory.exp: Ditto.
108 * mi-eval.exp: Ditto.
109 * mi-watch.exp: Ditto.
110 * mi-var-display.exp: Ditto.
111 * mi-var-cmd.exp: Ditto.
112 * mi-var-child.exp: Ditto.
113 * mi-var-block.exp: Ditto.
114 * mi-until.exp: Ditto.
115 * mi-stepi.exp: Ditto.
116 * mi-stack.exp: Ditto.
117 * mi-regs.exp: Ditto.
118
119 2001-06-25 Andrew Cagney <ac131313@redhat.com>
120
121 * mi-read-memory.exp: Update patterns matching data-read-memory.
122 Outputs a list.
123
124 2001-06-25 Andrew Cagney <ac131313@redhat.com>
125
126 * mi-regs.exp: Update patterns matching register-values. Outputs a
127 list.
128
129 2001-06-25 Andrew Cagney <ac131313@redhat.com>
130
131 * mi-regs.exp: Update patters matching register-names. Now
132 outputs a list.
133
134 2001-06-25 Andrew Cagney <ac131313@redhat.com>
135
136 * mi-regs.exp: Update patterns matching changed-registers. Now
137 outputs a list.
138
139 2001-06-23 Andrew Cagney <ac131313@redhat.com>
140
141 * ChangeLog-mi: Rename to ChangeLog.
142 * mi-basics.exp: Remove local emacs variable defining
143 change-log-default-name.
144 * mi-break.exp, mi-console.exp, mi-disassemble.exp: Ditto.
145 * mi-eval.exp, mi-hack-cli.exp, mi-read-memory.exp: Ditto.
146 * mi-regs.exp, mi-return.exp, mi-simplerun.exp: Ditto.
147 * mi-stack.exp, mi-stepi.exp, mi-until.exp: Ditto.
148 * mi-var-block.exp, mi-var-child.exp, mi-var-cmd.exp: Ditto.
149 * mi-var-display.exp, mi-watch.exp, mi0-basics.exp: Ditto.
150 * mi0-break.exp, mi0-console.exp, mi0-disassemble.exp: Ditto.
151 * mi0-eval.exp, mi0-hack-cli.exp, mi0-read-memory.exp: Ditto.
152 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Ditto.
153 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Ditto.
154 * mi0-var-block.exp, mi0-var-child.exp, mi0-var-cmd.exp: Ditto.
155 * mi0-var-display.exp, mi0-watch.exp: Ditto.
156
157 2001-06-23 Andrew Cagney <ac131313@redhat.com>
158
159 * mi-disassemble.exp: Update patterns matching data-disassemble
160 output. Now produces a list of instructions and a list of
161 source/assembly lines.
162
163 2001-06-18 Andrew Cagney <ac131313@redhat.com>
164
165 * mi-basics.exp, mi-break.exp, mi-console.exp, mi-disassemble.exp,
166 mi-eval.exp, mi-hack-cli.exp, mi-read-memory.exp, mi-regs.exp,
167 mi-return.exp, mi-simplerun.exp, mi-stack.exp, mi-stepi.exp,
168 mi-until.exp, mi-var-block.exp, mi-var-child.exp, mi-var-cmd.exp,
169 mi-var-display.exp, mi-watch.exp, mi0-basics.exp, mi0-break.exp,
170 mi0-console.exp, mi0-disassemble.exp, mi0-eval.exp,
171 mi0-hack-cli.exp, mi0-read-memory.exp, mi0-regs.exp,
172 mi0-return.exp, mi0-simplerun.exp, mi0-stack.exp, mi0-stepi.exp,
173 mi0-until.exp, mi0-var-block.exp, mi0-var-child.exp,
174 mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Use MIFLAGS
175 to explictly select an interpreter.
176
177 2001-06-16 Andrew Cagney <ac131313@redhat.com>
178
179 MI0 was the never enabled MI interface included in GDB 5.0.
180 * mi0-basics.exp: Copy mi-basics.exp.
181 * mi0-break.exp: Copy mi-break.exp.
182 * mi0-console.exp: Copy mi-console.exp.
183 * mi0-disassemble.exp: Copy mi-disassemble.exp.
184 * mi0-eval.exp: Copy mi-eval.exp.
185 * mi0-hack-cli.exp: Copy mi-hack-cli.exp.
186 * mi0-read-memory.exp: Copy mi-read-memory.exp.
187 * mi0-regs.exp: Copy mi-regs.exp.
188 * mi0-return.exp: Copy mi-return.exp.
189 * mi0-simplerun.exp: Copy mi-simplerun.exp.
190 * mi0-stack.exp: Copy mi-stack.exp.
191 * mi0-stepi.exp: Copy mi-stepi.exp.
192 * mi0-until.exp: Copy mi-until.exp.
193 * mi0-var-block.exp: Copy mi-var-block.exp.
194 * mi0-var-child.exp: Copy mi-var-child.exp.
195 * mi0-var-cmd.exp: Copy mi-var-cmd.exp.
196 * mi0-var-display.exp: Copy mi-var-display.exp.
197 * mi0-watch.exp: Copy mi-watch.exp.
198
199 2001-05-11 Fernando Nasser <fnasser@redhat.com>
200
201 * mi-var-child.exp: Adjust for the fact that now (char *) can be
202 dereferenced.
203
204 2001-03-06 Kevin Buettner <kevinb@redhat.com>
205
206 * mi-basics.exp, mi-break.exp, mi-disassemble.exp,
207 mi-eval.exp, mi-hack-cli.exp, mi-read-memory.exp, mi-regs.exp,
208 mi-return.exp, mi-simplerun.exp, mi-stack.exp, mi-stepi.exp,
209 mi-until.exp, mi-watch.exp: Update/correct copyright notices.
210
211 2001-01-20 Mark Kettenis <kettenis@gnu.org>
212
213 * mi-support.exp (mi_gdb_start): Skip mi tests if -i flag is
214 recognized (i.e. if GDB was compiled with UI_OUT, but the mi
215 interpreter wasn't recognized (because it wasn't compiled in).
216
217 Tue Apr 18 15:36:07 2000 Andrew Cagney <cagney@b1.cygnus.com>
218
219 * Makefile.in (clean mostlyclean): Do not delete $(MISCELLANEOUS).
220
221 Tue Mar 14 15:54:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
222
223 * basics.c: Add EMACS local variable pointing change-log at this
224 file.
225 * Makefile.in: Ditto
226
227 2000-03-13 James Ingham <jingham@leda.cygnus.com>
228
229 * mi-var-block.exp: The error report from varobj_create changed
230 since I am now trapping parse_exp_1 errors. Change the tests to
231 match the new error message.
232 * mi-var-child.exp: Ditto.
233 * mi-var-cmd.exp: Ditto.
234
235 2000-03-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
236
237 * mi-disassemble.exp: Don't assume numbers for the offset
238 values. They can be different depending on the architecture.
239
240 * mi-watch.exp (test_watchpoint_triggering): In same cases the
241 type can be 'hw wathcpoint' not just 'watchpoint'. Adjust for that.
242
243 * basics.c (callee4): Make the function return something,
244 otherwise the return value is undefined.
245
246 2000-03-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
247
248 * mi-basics.exp: Comment out test for a still unimplemented operation.
249
250 * mi-disassemble.exp: Rewrite most of the tests to conform to new
251 disassemble interface.
252
253 Sat Mar 4 13:55:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
254
255 From Fri 3 Mar 2000 Peter Schauer:
256 * mi-support.exp (mi_gdb_start): When GDB doesn't recongize -i=mi
257 option, assume no MI support present.
258
259 2000-02-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
260
261 * mi-support.exp (mi_gdb_start): Update to recognize start up
262 message with 'UI_OUT' instead of 'HEADLESS'.
263
264 2000-01-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
265
266 * mi-regs.exp (test_running_the_program): Add global var 'hex'.
267
268 * mi-stack.exp, mi-stepi.exp, mi-until.exp, mi-watch.exp,
269 mi-var-display.exp, mi-var-cmd.exp, mi-var-child.exp,
270 mi-var-block.exp: Update all stopped messages.
271
272 2000-01-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
273
274 * mi-console.exp, mi-disassemble.exp, mi-eval.exp,
275 mi-read-memory.exp, mi-regs.exp, mi-return.exp, mi-simplerun.exp:
276 Update stopped messages, update copyright.
277
278 * mi-disassemble.exp: Update error messages output.
279
280 * mi-support.exp (proc mi_step): Make gdb do a 'step' command, not
281 a 'next'. Update stopped message.
282 (proc mi_next): Update stop message.
283 (proc mi_run_to_main): Update stopped message.
284 Update copyright.
285
286 2000-01-11 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
287
288 * mi-simplerun.exp: Remove stack frames tests from here, to:
289
290 * mi-stack.exp: New file, tests for stack commands.
291
292 * mi-support.exp (mi_run_to_main, mi_next, mi_step) : Update to
293 include thread-id in stopped message.
294
295 * mi-regs.exp: Update break-insert output.
296
297 * (mi-console.exp, mi-disassemble.exp, mi-eval.exp,
298 mi-read-memory.exp, mi-regs.exp, mi-return.exp, mi-simplerun.exp,
299 mi-stepi.exp, mi-until.exp, mi-var-block.exp, mi-var-child.exp,
300 mi-var-cmd.exp, mi-var-display.exp, mi-watch.exp): Update stopped
301 message to include thread-id.
302
303 Wed Dec 29 22:06:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
304
305 * mi-watch.exp, mi-var-display.exp, mi-var-cmd.exp,
306 mi-var-child.exp, mi-var-block.exp, mi-until.exp, mi-stepi.exp,
307 mi-simplerun.exp, mi-return.exp, mi-support.exp, mi-eval.exp,
308 mi-console.exp, mi-disassemble.exp, mi-break.exp: Update to
309 reflect extended output from -break-insert command.
310
311 * mi-break.exp (test_rbreak_creation_and_listing): XFAIL regexp
312 tests. -r flag broken by above.
313
314 Sun Dec 19 19:28:13 1999 Andrew Cagney <cagney@b1.cygnus.com>
315
316 * cpp_variable.cc, cpp_variable.h, c_variable.c: Delete.
317
318 Fri Dec 17 20:59:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
319
320 * mi-read-memory.exp: Test of ``-o <offset>'' now works.
321
322 1999-12-16 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
323
324 * mi-var-cmd.exp: Fix 2 tests outputs.
325
326 * mi-var-child.exp: Add many more tests.
327
328 * mi-var-display.exp: Add many more tests.
329
330 * var-cmd.c: Change type of incr_a parameter to char.
331
332 1999-12-15 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
333
334 * mi-var-block.exp: Set up xfails fro known problems.
335
336 * mi-var-display.exp: Set up printing of values of 'e' and 'anone'
337 as xfails.
338
339 * mi-var-child.exp: Fix typos.
340
341 1999-12-15 Andrew Cagney <cagney@b1.cygnus.com>
342
343 * mi-var-child.exp: Space was missing before ``[10]''.
344
345 Wed Dec 15 19:23:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
346
347 * mi-read-memory.exp: Add test for ``-o <offset>''. Update checks
348 and match next-row et.al.
349
350 1999-12-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
351
352 * mi-var-display.exp : New file. Tests for format and type, with
353 unions, structs and enums.
354
355 * mi-var-cmd.exp: Add some var-assign tests.
356
357 1999-12-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
358
359 * mi-var-cmd.exp, mi-var-block.exp, mi-var-child.exp: New files
360 some tests for -var* commands.
361
362 * var-cmd.c: New source file for var-* commands tests.
363 * gdb.mi/Makefile.in (PROGS): Add var-cmd.
364
365 Mon Dec 13 18:06:09 1999 Andrew Cagney <cagney@b1.cygnus.com>
366
367 * mi-break.exp: Fix quoting. Changed "srcfile.c":6 to
368 "\"srcfile.c\":6".
369 * mi-simplerun.exp: Fix quoting.
370
371 Sat Dec 11 21:33:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
372
373 * mi-simplerun.exp (exec-finish): Fix return value was zero,
374 should have been three.
375
376 * mi-disassemble.exp: Reduce number of wild card matches in
377 * patterns. Remove all numeric constants.
378
379 1999-12-09 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
380
381 * mi-eval.exp: New file. Some initial tests for
382 -data-evaluate-expression.
383
384 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
385
386 * c_variable.c, cpp_variable.cc, cpp_variable.h: New files. Used
387 for testing "var" operations.
388 * Makefile.in: Add reference to the above files.
389
390 1999-12-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
391
392 * mi-regs.exp: Fix test for format 'N' for
393 data-list-register-values.
394
395 1999-12-07 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
396
397 * mi-disassemble.exp: Update expected output. Break test of
398 disassembly in mixed mode into 2 functions.
399
400 * mi-regs.exp: Initial register tests. Works only on sparc right
401 now.
402
403 1999-12-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
404
405 * mi-stepi.exp: New file. Tests exec-step-instruction and
406 exec-next-instruction.
407 * mi-until.exp: New file. Tests exec-until.
408 * until.c: New file.
409 * mi-return.exp: New file. Tests exec-return.
410
411 Thu Dec 2 09:38:23 1999 Andrew Cagney <cagney@b1.cygnus.com>
412
413 * mi-hack-cli.exp: New test. Check the hacked up access to the
414 CLI.
415
416 Wed Dec 1 16:47:40 1999 Andrew Cagney <cagney@b1.cygnus.com>
417
418 * mi-basics.exp: Delete calls to mi_delete_breakpoints,
419 mi_gdb_reinitialize_dir and mi_gdb_load. This test is checking
420 that these can work.
421
422 * mi-support.exp (mi_step, mi_next, mi_run_to_main): New
423 procedures.
424
425 * mi-read-memory.exp, mi-read-memory.c: New files. Test
426 data-read-memory command.
427
428 Tue Nov 30 23:54:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
429
430 * mi-support.exp: Don't start SID until after GDB has been started
431 and verified.
432
433 Tue Nov 30 22:21:33 1999 Andrew Cagney <cagney@b1.cygnus.com>
434
435 * mi-support.exp (mi_uncatched_gdb_exit): When SID, call sid_exit.
436 (mi_gdb_start): When SID, call sid_start.
437 (mi_gdb_start): Add MIFLAGS to spawn-GDB command. Check for
438 HEADLESS gdb. Return non-zero when GDB fails to start.
439 (mi_gdb_load): When SID or SIM, download program.
440 (mi_run_cmd): Don't do download here. Assume target supports the
441 00-exec-run command.
442 (skip_mi_tests, setup_gdbmi, unset_gdbmi): Delete. Merged into
443 mi_gdb_start.
444
445 * mi-basics.exp, mi-break.exp, mi-console.exp, mi-disassemble.exp,
446 mi-simplerun.exp, mi-watch.exp: Update. Check status from
447 mi_gdb_start indicating that GDB started correctly.
448
449 Tue Nov 30 15:22:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
450
451 * mi-support.exp (setup_gdbmi, unset_gdbmi): New
452 procedures. Setup/unset dejagnu for mi tests.
453 * mi-basics.exp, mi-console.exp, mi-simplerun.exp, mi-break.exp,
454 mi-disassemble.exp, mi-watch.exp: Update.
455
456 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
457
458 * mi-simplerun.exp (test_running_the_program): Remove XFAIL. The
459 output is fixed now.
460 (test_program_termination): Update output pattern.
461
462 Tue Nov 30 00:19:10 1999 Andrew Cagney <cagney@b1.cygnus.com>
463
464 * mi-console.c, mi-console.exp: New files. Test console output.
465
466 Mon Nov 29 17:59:13 1999 Andrew Cagney <cagney@b1.cygnus.com>
467
468 * mi-support.exp (mi_run_command): Check for exec-run command
469 failure due to MI not having an active target.
470 (mi_run_command): Check for and handle a builtin simulator target.
471 (mi_run_command): Don't check/handle for ``The program has been
472 started already'', not a valid MI response.
473
474 * mi-simplerun.exp (test_running_the_program): Update all patterns
475 to match async output.
476 (test_running_the_program): Mark ``step to callee4'' as XFAIL. MI
477 output contains {,reason="end-stepping-range"}+.
478
479 * mi-simplerun.exp: Limit the timeout for ``step to callee4'' to
480 30 seconds.
481
482 Mon Nov 29 17:30:00 1999 Andrew Cagney <cagney@b1.cygnus.com>
483
484 * mi-support.exp (skip_mi_tests): Print UNTESTED when MI interface
485 isn't available. Start/stop instead of assuming GDB is running.
486 (MIFLAGS): Define.
487 * mi-simplerun.exp, mi-disassemble.exp, mi-break.exp,
488 mi-basics.exp, mi-watch.exp: Update.
489
490 1999-11-26 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
491
492 * mi-simplerun.exp: Move break-insert {-t, -r} from here.
493 * mi-break.exp: To here. New file.
494 * mi-watch.exp: New file. Tests for watchpoints.
495
496 Wed Nov 24 17:42:07 1999 Andrew Cagney <cagney@b1.cygnus.com>
497
498 * gdb.mi/ChangeLog-mi: MI entries moved to here.
499
500 Wed Nov 24 17:31:04 1999 Andrew Cagney <cagney@b1.cygnus.com>
501
502 * gdb.mi/mi-basics.exp, gdb.mi/mi-disassemble.exp,
503 gdb.mi/mi-simplerun.exp: Print warning message when test isn't
504 run.
505
506 1999-11-23 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
507
508 * gdb.mi/mi-simplerun.exp: Update output of break-list to account for
509 "times" field.
510
511 1999-11-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
512
513 * gdb.mi/mi-simplerun.exp: Add tests for temporary breakpoints
514 and bp based on regular expressions.
515 * gdb.mi/mi-disassemble.exp: Fix typo.
516
517 1999-11-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
518
519 * gdb.mi/mi-disassemble.exp: Update output of execution commands
520 to reflect new 'reason' field.
521 * gdb.mi/mi-simplerun.exp: Ditto.
522
523 1999-10-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
524
525 * gdb.mi/mi-simplerun.exp: Add more stack-list-frames tests.
526
527 * gdb.mi/mi-disassemble.exp: Update 'run to main' output.
528
529 * gdb.mi/mi-simplerun.exp: Update execution commands
530 output. Update backtrace output.
531
532 1999-10-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
533
534 * gdb.mi/mi-disassemble.exp: Add new tests for the new
535 disassembly command parameter, number of lines.
536
537 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
538
539 * lib/mi-support.exp: Break complicated gdb_expect containing
540 exp_continue into a while within an expect. Don't attempt a start
541 more than three times. Check return value from gdb_load.
542
543 1999-10-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
544
545 * gdb.mi/mi-disassemble.exp: New file.
546
547 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
548
549 * lib/mi-support.exp (mi_run_cmd): Give up after two restart
550 attempts.
551
552 1999-09290 Fernando Nasser <fnasser@totem.to.cygnus.com>
553
554 * gdb.mi/mi-basics.exp: Update to current syntax and output formats.
555 * gdb.mi/mi-simplerun.exp: Ditto.
556 * lib/mi-support.exp (mi_delete_breakpoints): Ditto.
557
558 1999-06-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
559
560 * gdb.mi/basics.c (main): Fix return code. Add a print "Hello,
561 World".
562 * gdb.mi/mi-basics.exp: Fix message texts and numbering.
563 * gdb.mi/mi-simplerun.exp: Ditto. Also, add new tests and improve
564 some patterns.
565
566 1999-06-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
567
568 * lib/mi-support.exp (mi_gdb_reinitialize_dir): Remove query as an
569 acceptable response to the environment-dir command.
570
571 1999-06-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
572
573 * lib/mi-support.exp (mi_delete_breakpoints): Remove references to
574 gdb-cli.
575 (mi_run_cmd): Ditto.
576
577 1999-06-25 Fernando Nasser <fnasser@totem.to.cygnus.com>
578
579 * lib/mi-support.exp (skip_mi_tests): Use gdb-version to check for
580 headless output format.
581
582 1999-06-24 Fernando Nasser <fnasser@totem.to.cygnus.com>
583
584 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Add global
585 spec for hex.
586
587 1999-06-24 Fernando Nasser <fnasser@totem.to.cygnus.com>
588
589 * lib/mi-support.exp (mi_run_cmd): Fix pattern and add a timeout
590 clause.
591
592 1999-06-24 Fernando Nasser <fnasser@totem.to.cygnus.com>
593
594 * lib/mi-support.exp: Use mi_gdb_prompt instead of a modified
595 gdb_prompt. Remove uneeded loading of libgloss.
596 (mi_gdb_exit): Remove prompt argument.
597 (mi_uncatched_gdb_exit): Ditto.
598 (mi_run_cmd): New proc. MI version of gdb_run.
599 (skip_mi_tests): New proc. Check if gdb is capable of producing
600 headless formatted output.
601 * gdb.mi/mi-basics.exp: Use mi_gdb_prompt instead of a modified
602 gdb_prompt. Eliminate parameter to mi_gdb_exit (as a result of
603 the above). Test for skip_mi_tests before running.
604 Note: The above changes are interelated (need each other).
605 * gdb.mi/mi-simplerun.exp: Same changes as for mi-basics.exe
606 above.
607 (test_breakpoint_creation_and_listing): Remove insertion of
608 breakpoint at callee1 (and renumber tokens). Add tests for
609 break-list, break-disable and break-info.
610 (test_running_the_program): Use mi_run_cmd so it can run on remote
611 targets.
612 (test_controlled_execution): Fix broken test.
613 (test_program_termination): Test implemented.
614 * gdb.mi/basic.c (main): Small change to allow for testing of both
615 exec-next and exec-step operations.
616
617 1999-06-22 Fernando Nasser <fnasser@totem.to.cygnus.com>
618
619 * lib/mi-support.exp (mi_gdb_test): New proc. MI version of gdb_test.
620 * gdb.mi/mi-basics.exp: Use the above instead of gdb_test.
621 * gdb.mi/mi-simplerun.exp: Ditto.
622
623 1999-06-22 Fernando Nasser <fnasser@totem.to.cygnus.com>
624
625 * gdb.mi/mi-simplerun.exp: New file. Tests simple debugging tasks.
626 * gdb.mi/mi-basics.exp: Remove tests moved to above new file.
627 * lib/mi-support.exp: New file. Support procedures for mi tests.
628
629 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
630
631 * gdb.mi/mi-basics.exp: Skip all tests if the MI interpreter is
632 not active.
633
634 1999-06-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
635
636 * gdb.mi: New directory.
637 * configure.in: Configure it.
638 * configure: Regenerate.
639 * gdb.mi/{Makefile.in,configure.in,configure}: New files.
640 * gdb.mi/{mi-basics.exp,basics.c,testcmds}: New files.
641
642 \f
643 Local Variables:
644 mode: indented-text
645 left-margin: 8
646 fill-column: 74
647 version-control: never
648 End: