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