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