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