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