Point MI testsuite files at MI testsuite ChangeLog.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.mi / ChangeLog-mi
1 Tue Mar 14 15:54:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
2
3 * basics.c: Add EMACS local variable pointing change-log at this
4 file.
5 * Makefile.in: Ditto
6
7 2000-03-13 James Ingham <jingham@leda.cygnus.com>
8
9 * mi-var-block.exp: The error report from varobj_create changed
10 since I am now trapping parse_exp_1 errors. Change the tests to
11 match the new error message.
12 * mi-var-child.exp: Ditto.
13 * mi-var-cmd.exp: Ditto.
14
15 2000-03-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16
17 * mi-disassemble.exp: Don't assume numbers for the offset
18 values. They can be different depending on the architecture.
19
20 * mi-watch.exp (test_watchpoint_triggering): In same cases the
21 type can be 'hw wathcpoint' not just 'watchpoint'. Adjust for that.
22
23 * basics.c (callee4): Make the function return something,
24 otherwise the return value is undefined.
25
26 2000-03-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27
28 * mi-basics.exp: Comment out test for a still unimplemented operation.
29
30 * mi-disassemble.exp: Rewrite most of the tests to conform to new
31 disassemble interface.
32
33 Sat Mar 4 13:55:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
34
35 From Fri 3 Mar 2000 Peter Schauer:
36 * mi-support.exp (mi_gdb_start): When GDB doesn't recongize -i=mi
37 option, assume no MI support present.
38
39 2000-02-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
40
41 * mi-support.exp (mi_gdb_start): Update to recognize start up
42 message with 'UI_OUT' instead of 'HEADLESS'.
43
44 2000-01-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
45
46 * mi-regs.exp (test_running_the_program): Add global var 'hex'.
47
48 * mi-stack.exp, mi-stepi.exp, mi-until.exp, mi-watch.exp,
49 mi-var-display.exp, mi-var-cmd.exp, mi-var-child.exp,
50 mi-var-block.exp: Update all stopped messages.
51
52 2000-01-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
53
54 * mi-console.exp, mi-disassemble.exp, mi-eval.exp,
55 mi-read-memory.exp, mi-regs.exp, mi-return.exp, mi-simplerun.exp:
56 Update stopped messages, update copyright.
57
58 * mi-disassemble.exp: Update error messages output.
59
60 * mi-support.exp (proc mi_step): Make gdb do a 'step' command, not
61 a 'next'. Update stopped message.
62 (proc mi_next): Update stop message.
63 (proc mi_run_to_main): Update stopped message.
64 Update copyright.
65
66 2000-01-11 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
67
68 * mi-simplerun.exp: Remove stack frames tests from here, to:
69
70 * mi-stack.exp: New file, tests for stack commands.
71
72 * mi-support.exp (mi_run_to_main, mi_next, mi_step) : Update to
73 include thread-id in stopped message.
74
75 * mi-regs.exp: Update break-insert output.
76
77 * (mi-console.exp, mi-disassemble.exp, mi-eval.exp,
78 mi-read-memory.exp, mi-regs.exp, mi-return.exp, mi-simplerun.exp,
79 mi-stepi.exp, mi-until.exp, mi-var-block.exp, mi-var-child.exp,
80 mi-var-cmd.exp, mi-var-display.exp, mi-watch.exp): Update stopped
81 message to include thread-id.
82
83 Wed Dec 29 22:06:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
84
85 * mi-watch.exp, mi-var-display.exp, mi-var-cmd.exp,
86 mi-var-child.exp, mi-var-block.exp, mi-until.exp, mi-stepi.exp,
87 mi-simplerun.exp, mi-return.exp, mi-support.exp, mi-eval.exp,
88 mi-console.exp, mi-disassemble.exp, mi-break.exp: Update to
89 reflect extended output from -break-insert command.
90
91 * mi-break.exp (test_rbreak_creation_and_listing): XFAIL regexp
92 tests. -r flag broken by above.
93
94 Sun Dec 19 19:28:13 1999 Andrew Cagney <cagney@b1.cygnus.com>
95
96 * cpp_variable.cc, cpp_variable.h, c_variable.c: Delete.
97
98 Fri Dec 17 20:59:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
99
100 * mi-read-memory.exp: Test of ``-o <offset>'' now works.
101
102 1999-12-16 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
103
104 * mi-var-cmd.exp: Fix 2 tests outputs.
105
106 * mi-var-child.exp: Add many more tests.
107
108 * mi-var-display.exp: Add many more tests.
109
110 * var-cmd.c: Change type of incr_a parameter to char.
111
112 1999-12-15 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
113
114 * mi-var-block.exp: Set up xfails fro known problems.
115
116 * mi-var-display.exp: Set up printing of values of 'e' and 'anone'
117 as xfails.
118
119 * mi-var-child.exp: Fix typos.
120
121 1999-12-15 Andrew Cagney <cagney@b1.cygnus.com>
122
123 * mi-var-child.exp: Space was missing before ``[10]''.
124
125 Wed Dec 15 19:23:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
126
127 * mi-read-memory.exp: Add test for ``-o <offset>''. Update checks
128 and match next-row et.al.
129
130 1999-12-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
131
132 * mi-var-display.exp : New file. Tests for format and type, with
133 unions, structs and enums.
134
135 * mi-var-cmd.exp: Add some var-assign tests.
136
137 1999-12-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
138
139 * mi-var-cmd.exp, mi-var-block.exp, mi-var-child.exp: New files
140 some tests for -var* commands.
141
142 * var-cmd.c: New source file for var-* commands tests.
143 * gdb.mi/Makefile.in (PROGS): Add var-cmd.
144
145 Mon Dec 13 18:06:09 1999 Andrew Cagney <cagney@b1.cygnus.com>
146
147 * mi-break.exp: Fix quoting. Changed "srcfile.c":6 to
148 "\"srcfile.c\":6".
149 * mi-simplerun.exp: Fix quoting.
150
151 Sat Dec 11 21:33:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
152
153 * mi-simplerun.exp (exec-finish): Fix return value was zero,
154 should have been three.
155
156 * mi-disassemble.exp: Reduce number of wild card matches in
157 * patterns. Remove all numeric constants.
158
159 1999-12-09 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
160
161 * mi-eval.exp: New file. Some initial tests for
162 -data-evaluate-expression.
163
164 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
165
166 * c_variable.c, cpp_variable.cc, cpp_variable.h: New files. Used
167 for testing "var" operations.
168 * Makefile.in: Add reference to the above files.
169
170 1999-12-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
171
172 * mi-regs.exp: Fix test for format 'N' for
173 data-list-register-values.
174
175 1999-12-07 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
176
177 * mi-disassemble.exp: Update expected output. Break test of
178 disassembly in mixed mode into 2 functions.
179
180 * mi-regs.exp: Initial register tests. Works only on sparc right
181 now.
182
183 1999-12-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
184
185 * mi-stepi.exp: New file. Tests exec-step-instruction and
186 exec-next-instruction.
187 * mi-until.exp: New file. Tests exec-until.
188 * until.c: New file.
189 * mi-return.exp: New file. Tests exec-return.
190
191 Thu Dec 2 09:38:23 1999 Andrew Cagney <cagney@b1.cygnus.com>
192
193 * mi-hack-cli.exp: New test. Check the hacked up access to the
194 CLI.
195
196 Wed Dec 1 16:47:40 1999 Andrew Cagney <cagney@b1.cygnus.com>
197
198 * mi-basics.exp: Delete calls to mi_delete_breakpoints,
199 mi_gdb_reinitialize_dir and mi_gdb_load. This test is checking
200 that these can work.
201
202 * mi-support.exp (mi_step, mi_next, mi_run_to_main): New
203 procedures.
204
205 * mi-read-memory.exp, mi-read-memory.c: New files. Test
206 data-read-memory command.
207
208 Tue Nov 30 23:54:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
209
210 * mi-support.exp: Don't start SID until after GDB has been started
211 and verified.
212
213 Tue Nov 30 22:21:33 1999 Andrew Cagney <cagney@b1.cygnus.com>
214
215 * mi-support.exp (mi_uncatched_gdb_exit): When SID, call sid_exit.
216 (mi_gdb_start): When SID, call sid_start.
217 (mi_gdb_start): Add MIFLAGS to spawn-GDB command. Check for
218 HEADLESS gdb. Return non-zero when GDB fails to start.
219 (mi_gdb_load): When SID or SIM, download program.
220 (mi_run_cmd): Don't do download here. Assume target supports the
221 00-exec-run command.
222 (skip_mi_tests, setup_gdbmi, unset_gdbmi): Delete. Merged into
223 mi_gdb_start.
224
225 * mi-basics.exp, mi-break.exp, mi-console.exp, mi-disassemble.exp,
226 mi-simplerun.exp, mi-watch.exp: Update. Check status from
227 mi_gdb_start indicating that GDB started correctly.
228
229 Tue Nov 30 15:22:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
230
231 * mi-support.exp (setup_gdbmi, unset_gdbmi): New
232 procedures. Setup/unset dejagnu for mi tests.
233 * mi-basics.exp, mi-console.exp, mi-simplerun.exp, mi-break.exp,
234 mi-disassemble.exp, mi-watch.exp: Update.
235
236 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
237
238 * mi-simplerun.exp (test_running_the_program): Remove XFAIL. The
239 output is fixed now.
240 (test_program_termination): Update output pattern.
241
242 Tue Nov 30 00:19:10 1999 Andrew Cagney <cagney@b1.cygnus.com>
243
244 * mi-console.c, mi-console.exp: New files. Test console output.
245
246 Mon Nov 29 17:59:13 1999 Andrew Cagney <cagney@b1.cygnus.com>
247
248 * mi-support.exp (mi_run_command): Check for exec-run command
249 failure due to MI not having an active target.
250 (mi_run_command): Check for and handle a builtin simulator target.
251 (mi_run_command): Don't check/handle for ``The program has been
252 started already'', not a valid MI response.
253
254 * mi-simplerun.exp (test_running_the_program): Update all patterns
255 to match async output.
256 (test_running_the_program): Mark ``step to callee4'' as XFAIL. MI
257 output contains {,reason="end-stepping-range"}+.
258
259 * mi-simplerun.exp: Limit the timeout for ``step to callee4'' to
260 30 seconds.
261
262 Mon Nov 29 17:30:00 1999 Andrew Cagney <cagney@b1.cygnus.com>
263
264 * mi-support.exp (skip_mi_tests): Print UNTESTED when MI interface
265 isn't available. Start/stop instead of assuming GDB is running.
266 (MIFLAGS): Define.
267 * mi-simplerun.exp, mi-disassemble.exp, mi-break.exp,
268 mi-basics.exp, mi-watch.exp: Update.
269
270 1999-11-26 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
271
272 * mi-simplerun.exp: Move break-insert {-t, -r} from here.
273 * mi-break.exp: To here. New file.
274 * mi-watch.exp: New file. Tests for watchpoints.
275
276 Wed Nov 24 17:42:07 1999 Andrew Cagney <cagney@b1.cygnus.com>
277
278 * gdb.mi/ChangeLog-mi: MI entries moved to here.
279
280 Wed Nov 24 17:31:04 1999 Andrew Cagney <cagney@b1.cygnus.com>
281
282 * gdb.mi/mi-basics.exp, gdb.mi/mi-disassemble.exp,
283 gdb.mi/mi-simplerun.exp: Print warning message when test isn't
284 run.
285
286 1999-11-23 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
287
288 * gdb.mi/mi-simplerun.exp: Update output of break-list to account for
289 "times" field.
290
291 1999-11-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
292
293 * gdb.mi/mi-simplerun.exp: Add tests for temporary breakpoints
294 and bp based on regular expressions.
295 * gdb.mi/mi-disassemble.exp: Fix typo.
296
297 1999-11-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
298
299 * gdb.mi/mi-disassemble.exp: Update output of execution commands
300 to reflect new 'reason' field.
301 * gdb.mi/mi-simplerun.exp: Ditto.
302
303 1999-10-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
304
305 * gdb.mi/mi-simplerun.exp: Add more stack-list-frames tests.
306
307 * gdb.mi/mi-disassemble.exp: Update 'run to main' output.
308
309 * gdb.mi/mi-simplerun.exp: Update execution commands
310 output. Update backtrace output.
311
312 1999-10-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
313
314 * gdb.mi/mi-disassemble.exp: Add new tests for the new
315 disassembly command parameter, number of lines.
316
317 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
318
319 * lib/mi-support.exp: Break complicated gdb_expect containing
320 exp_continue into a while within an expect. Don't attempt a start
321 more than three times. Check return value from gdb_load.
322
323 1999-10-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
324
325 * gdb.mi/mi-disassemble.exp: New file.
326
327 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
328
329 * lib/mi-support.exp (mi_run_cmd): Give up after two restart
330 attempts.
331
332 1999-09290 Fernando Nasser <fnasser@totem.to.cygnus.com>
333
334 * gdb.mi/mi-basics.exp: Update to current syntax and output formats.
335 * gdb.mi/mi-simplerun.exp: Ditto.
336 * lib/mi-support.exp (mi_delete_breakpoints): Ditto.
337
338 1999-06-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
339
340 * gdb.mi/basics.c (main): Fix return code. Add a print "Hello,
341 World".
342 * gdb.mi/mi-basics.exp: Fix message texts and numbering.
343 * gdb.mi/mi-simplerun.exp: Ditto. Also, add new tests and improve
344 some patterns.
345
346 1999-06-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
347
348 * lib/mi-support.exp (mi_gdb_reinitialize_dir): Remove query as an
349 acceptable response to the environment-dir command.
350
351 1999-06-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
352
353 * lib/mi-support.exp (mi_delete_breakpoints): Remove references to
354 gdb-cli.
355 (mi_run_cmd): Ditto.
356
357 1999-06-25 Fernando Nasser <fnasser@totem.to.cygnus.com>
358
359 * lib/mi-support.exp (skip_mi_tests): Use gdb-version to check for
360 headless output format.
361
362 1999-06-24 Fernando Nasser <fnasser@totem.to.cygnus.com>
363
364 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Add global
365 spec for hex.
366
367 1999-06-24 Fernando Nasser <fnasser@totem.to.cygnus.com>
368
369 * lib/mi-support.exp (mi_run_cmd): Fix pattern and add a timeout
370 clause.
371
372 1999-06-24 Fernando Nasser <fnasser@totem.to.cygnus.com>
373
374 * lib/mi-support.exp: Use mi_gdb_prompt instead of a modified
375 gdb_prompt. Remove uneeded loading of libgloss.
376 (mi_gdb_exit): Remove prompt argument.
377 (mi_uncatched_gdb_exit): Ditto.
378 (mi_run_cmd): New proc. MI version of gdb_run.
379 (skip_mi_tests): New proc. Check if gdb is capable of producing
380 headless formatted output.
381 * gdb.mi/mi-basics.exp: Use mi_gdb_prompt instead of a modified
382 gdb_prompt. Eliminate parameter to mi_gdb_exit (as a result of
383 the above). Test for skip_mi_tests before running.
384 Note: The above changes are interelated (need each other).
385 * gdb.mi/mi-simplerun.exp: Same changes as for mi-basics.exe
386 above.
387 (test_breakpoint_creation_and_listing): Remove insertion of
388 breakpoint at callee1 (and renumber tokens). Add tests for
389 break-list, break-disable and break-info.
390 (test_running_the_program): Use mi_run_cmd so it can run on remote
391 targets.
392 (test_controlled_execution): Fix broken test.
393 (test_program_termination): Test implemented.
394 * gdb.mi/basic.c (main): Small change to allow for testing of both
395 exec-next and exec-step operations.
396
397 1999-06-22 Fernando Nasser <fnasser@totem.to.cygnus.com>
398
399 * lib/mi-support.exp (mi_gdb_test): New proc. MI version of gdb_test.
400 * gdb.mi/mi-basics.exp: Use the above instead of gdb_test.
401 * gdb.mi/mi-simplerun.exp: Ditto.
402
403 1999-06-22 Fernando Nasser <fnasser@totem.to.cygnus.com>
404
405 * gdb.mi/mi-simplerun.exp: New file. Tests simple debugging tasks.
406 * gdb.mi/mi-basics.exp: Remove tests moved to above new file.
407 * lib/mi-support.exp: New file. Support procedures for mi tests.
408
409 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
410
411 * gdb.mi/mi-basics.exp: Skip all tests if the MI interpreter is
412 not active.
413
414 1999-06-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
415
416 * gdb.mi: New directory.
417 * configure.in: Configure it.
418 * configure: Regenerate.
419 * gdb.mi/{Makefile.in,configure.in,configure}: New files.
420 * gdb.mi/{mi-basics.exp,basics.c,testcmds}: New files.
421
422 \f
423 Local Variables:
424 mode: indented-text
425 left-margin: 8
426 fill-column: 74
427 version-control: never
428 End:
This page took 0.040755 seconds and 4 git commands to generate.