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