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