* ui-out.h (ui_out_table_header): Add parameter ``col_name''.
[deliverable/binutils-gdb.git] / gdb / mi / ChangeLog
CommitLineData
b25959ec
AC
12001-06-20 Andrew Cagney <ac131313@redhat.com>
2
3 * mi-out.c (mi_table_header): Add parameter ``col_name''.
4
d63f1d40
AC
52001-06-18 Andrew Cagney <ac131313@redhat.com>
6
7 * mi-out.c: Include "gdb_assert.h".
8 (mi_table_begin): Add parameter ``nr_rows''.
9
b30bf9ee
AC
102001-06-18 Andrew Cagney <ac131313@redhat.com>
11
12 * mi-main.c: Use strncmp as the "mi" test. Allow "mi", "mi0" and
13 "mi1".
14 (mi_command_loop): Add parameter mi_version, pass to mi_out_new.
15 (mi1_command_loop, mi0_command_loop): New functions.
16 (_initialize_mi_main): Recognize "mi", "mi0" and "mi1".
17 * mi-out.c (mi_out_new): Add parameter mi_version.
18 (struct ui_out_data): Add field mi_version.
19 * mi-out.h (mi_out_new): Update.
20
163e6d2d
AC
212001-06-07 Andrew Cagney <ac131313@redhat.com>
22
23 * gdbmi.texinfo (GDB/MI Output Syntax): Add tuples and lists to
24 syntax.
25 (GDB/MI Draft Changes to Output Syntax): Delete section.
26
59807497
AC
27Mon Jun 11 17:22:25 2001 Andrew Cagney <cagney@b1.cygnus.com>
28
29 * mi-out.c: Fix typo. s/supress/suppress/.
30
d5e8ba62
AC
312001-06-09 Andrew Cagney <ac131313@redhat.com>
32
33 * mi-out.c (mi_table_end, mi_table_begin, mi_begin, mi_end): Move
34 supress_field_separator updates from here.
35 (mi_open, mi_close): To here.
36 (mi_open): Add parameter name. Output a field_separator.
37 (mi_table_begin): Update.
c4264430 38 (mi_table_header): Update.
d5e8ba62
AC
39 (mi_begin): Update.
40
e2e11a41
AC
412001-06-09 Andrew Cagney <ac131313@redhat.com>
42
5e173cfd
AC
43 * mi-out.c (mi_table_begin): Make char* parameters constant.
44 (mi_table_header): Ditto.
45 (mi_field_int): Ditto.
46 (mi_field_skip): Ditto.
47 (mi_field_string): Ditto.
48 (mi_field_fmt): Ditto.
49 (mi_text): Ditto.
50 (mi_message): Ditto.
e2e11a41 51
5a9aa5dc
AC
522001-05-12 Andrew Cagney <ac131313@redhat.com>
53
54 * mi-out.c (mi_close, mi_open): Output ``[]'' when a list.
55
666547aa
AC
56Fri May 11 13:55:07 2001 Andrew Cagney <cagney@b1.cygnus.com>
57
58 * mi-cmd-var.c: Replace ui_out_list_begin, ui_out_list_end and
59 make_cleanup_ui_out_list_end with ui_out_tupple_begin,
60 ui_out_tupple_end and make_cleanup_ui_out_tupple_begin_end.
61 * mi-cmd-stack.c: Ditto.
62 * mi-cmd-disas.c: Ditto.
63 * mi-main.c: Ditto.
64
9a0f0643
AC
652001-05-10 Andrew Cagney <ac131313@redhat.com>
66
67 * mi-out.c (mi_open, mi_close): Replace list_open and list_close.
68 (mi_table_begin): Update.
69 (mi_table_header): Update.
70 (mi_begin): Update.
71 (mi_table_body): Update.
72 (mi_table_end): Update.
73 (mi_end): Update.
74
6311b07d
AC
75Thu May 10 16:28:13 2001 Andrew Cagney <cagney@b1.cygnus.com>
76
77 * mi-main.c (mi_execute_async_cli_command): Always initialize
78 old_cleanups.
79
631ec795
AC
802001-05-08 Andrew Cagney <ac131313@redhat.com>
81
82 * mi-out.c (mi_begin, mi_end): Replace mi_list_begin and
83 mi_list_end.
84 (mi_ui_out_impl): Update.
85
2e94c453
AC
862001-03-28 Andrew Cagney <ac131313@redhat.com>
87
88 * mi-main.c (mi_cmd_data_read_memory): Use xcalloc.
89
e9c75b65
EZ
902001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
91
92 * gdbmi.texinfo: Update copyright. Change Permissions to GFDL.
93
8e2eec62
AC
942001-03-20 Andrew Cagney <ac131313@redhat.com>
95
96 * mi-cmd-disas.c (mi_cmd_disassemble): Initialize ``file_string''
97 and ``line_num''. Consolidate declaration of argument variables.
98
cf4eee44
AC
992001-03-19 Andrew Cagney <ac131313@redhat.com>
100
101 * mi-out.h: Remove #ifdef __STDC__.
102
a728f042
AC
1032001-03-08 Andrew Cagney <ac131313@redhat.com>
104
105 * mi-main.c (mi_cmd_data_list_register_names): Use NUM_REGS, not
106 ARCH_NUM_REGS.
107 (mi_cmd_data_list_changed_registers): Ditto.
108 (mi_cmd_data_list_register_values): Ditto.
109 (mi_cmd_data_write_register_values): Ditto.
110
b6ba6518
KB
1112001-03-06 Kevin Buettner <kevinb@redhat.com>
112
113 * gdbmi.texinfo, mi-cmd-disas.c, mi-cmd-stack.c, mi-cmd-var.c,
114 mi-cmds.c, mi-cmds.h, mi-console.c, mi-console.h, mi-getopt.c,
115 mi-getopt.h, mi-out.c, mi-out.h, mi-parse.c, mi-parse.h:
116 Update/correct copyright notices.
117
8e65ff28
AC
118Wed Feb 7 19:50:37 2001 Andrew Cagney <cagney@redhat.com>
119
120 * mi-getopt.c: Add __FILE__ and __LINE__ parameter to calls to
121 internal_error.
122 * mi-console.c: Ditto.
123 * mi-cmds.c: Ditto.
124 * mi-cmd-break.c: Ditto.
125
80ee4fd5
FN
1262001-01-27 Fernando Nasser <fnasser@redhat.com>
127
128 From Momchil Velikov <velco@fadata.bg>
129 * mi-cmd-disas.c (gdb_dis_asm_read_memory): Add missing memory
130 attributes argument in the call to `xfer_memory'.
131
46c6187f
KB
1322000-12-14 Kevin Buettner <kevinb@redhat.com>
133
e7b044d6
KB
134 * mi-cmd-disas.c, mi-cmd-var.c, mi-console.c, mi-main.c,
135 mi-parse.c: Replace occurrences of free() with xfree().
46c6187f 136
76995688
AC
137Fri Nov 17 16:07:23 2000 Andrew Cagney <cagney@b1.cygnus.com>
138
139 * mi-main.c: Replace asprintf with xasprintf.
140 * mi-cmd-var.c (mi_cmd_var_create): Ditto.
141
96c405b3
EZ
1422000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
143
144 * gdbmi.texinfo (GDB/MI Variable Objects): Dimensions of
145 multitable changed to "@columnfractions .4 .6". Suggested by
146 Dmitry Sivachenko <dima@Chg.RU>.
147
1c85fbd9
EZ
1482000-08-23 Eli Zaretskii <eliz@is.elta.co.il>
149
150 * gdbmi.texinfo: Change flathead -> @sc{gdb/mi}.
151 Fix typos and markup mistakes (from Dmitry S.
152 Sivachenko <dima@Chg.RU>).
153
e7997b74
EZ
1542000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
155
156 * gdbmi.texinfo: Change GDB -> @value{GDBN}, and
157 (gdb) -> (@value{GDBP}). Fix a few typos and some markup. From
158 Dmitry S. Sivachenko <dima@Chg.RU>.
159
e2f9c474
AC
160Tue May 16 14:13:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
161
162 * mi-main.c (mi_cmd_execute): Use free_current_contents.
163 (free_and_reset): Delete.
164
47cf603e
AC
165Mon May 15 16:17:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
166
167 * mi-main.c (mi_cmd_data_assign, mi_cmd_data_evaluate_expression),
168 mi-cmd-var.c (mi_cmd_var_create, mi_cmd_var_delete): Delete
169 make_cleanup_func casts. Not needed.
170
d68fc559
EZ
1712000-05-07 Eli Zaretskii <eliz@is.elta.co.il>
172
173 * gdbmi.texinfo: Lots of typos and grammar fixes from Brian
174 Youmans <3diff@flib.gnu.ai.mit.edu>.
175
8b0ceefc
AC
176Wed Apr 26 18:35:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
177
178 * gdbmi.texinfo (GDB/MI Output Syntax v2.0): Convert Draft 2.0
179 Output Syntax into a new section. Cross reference.
180 (menu): Fix tipo. GDB/MI Compatibility with CLI.
181
7162c0ca
EZ
1822000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
183
184 * gdbmi.texinfo: Lots of changes, to include this document as part
185 of the GDB manual.
186
73a93a32
JI
1872000-03-13 James Ingham <jingham@leda.cygnus.com>
188
189 * mi-cmd-var.c (mi_cmd_var_create): Add special frame cookie "@"
190 to indicate an "USE_CURRENT_FRAME" variable.
191 (varobj_update_one): Add "in_scope" and "type_changed" to the
192 result.
193
cdffbaa2
EZ
1942000-03-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
195
24e8cecf
EZ
196 * mi-cmds.h: Export mi_cmd_data_write_register_values.
197
198 * mi-cmds.c (mi_cmds): Implement data-write-register-values with
199 mi_cmd_data_write_register_values.
200
201 * mi-main.c (mi_cmd_data_write_register_values): New
202 function. Write a value into a register.
203
2042000-03-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
205
cdffbaa2
EZ
206 * gdbmi.texinfo: Update data-disassemble documentation.
207
30e28a0e
EZ
2082000-03-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
209
210 * mi-cmd-disas.c (mi_cmd_disassemble): Use
211 ui_out_field_core_addr() instead of print_address_numeric(), to
212 maintain consistency throughout MI.
213
ab91fdd5
AC
214Wed Feb 23 17:09:39 2000 Andrew Cagney <cagney@b1.cygnus.com>
215
216 * mi-cmd-break.c, mi-cmd-disas.c, mi-cmd-stack.c, mi-cmd-var.c,
217 mi-cmds.c, mi-cmds.h, mi-console.c, mi-console.h, mi-getopt.c,
218 mi-getopt.h, mi-main.c, mi-out.c, mi-out.h, mi-parse.c,
219 mi-parse.h: Update copyright information.
220
ff844c8d
AC
221Wed Feb 23 13:31:16 2000 Andrew Cagney <cagney@b1.cygnus.com>
222
223 * mi-cmd-disas.c (gdb_dis_asm_read_memory): Change LEN to unsigned
224 long. Match ../include/dis-asm.h change.
225
fb40c209
AC
226Wed Feb 23 10:30:55 2000 Andrew Cagney <cagney@b1.cygnus.com>
227
228 * gdbmi.texinfo: Update copyright - FSF. Update version
229 information.
230
231 mi-cmd-break.c, mi-cmd-disas.c, mi-cmd-stack.c, mi-cmd-var.c,
232 mi-cmds.h, mi-main.c, mi-parse.c, mi-parse.h: Re-format using GNU
233 indent.
234
2352000-02-21 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
236
237 * mi-main.c: Add include of gdbcore.h for write_memory()
238 prototype.
239
2402000-02-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
241
242 * mi-cmd-disas.c (mi_cmd_disassemble): Change syntax of
243 command. Now use options.
244 Instead of printing the symbolic address of instructions via
245 print_address_symbolic(), use build_address_symbolic() and format
246 properly for output.
247 (gdb_do_disassmble): Delete.
248
2492000-02-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
250
251 * mi-cmd-disas.c (mi_cmd_disassemble):
252
2532000-02-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
254
255 * mi-main.c (mi_cmd_data_write_memory): New function. Write a
256 value into target memory.
257
258 * mi-cmds.h (mi_cmd_data_write_memory): Export.
259
260 * mi-cmds.c (mi_cmds): Hook up data-write-memory to
261 mi_cmd_data_write_memory().
262
2632000-02-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
264
265 * mi-main.c (mi_cmd_target_download): Correct error message to
266 report right function name.
267 (mi_cmd_target_select): Add doing exec cleanups at end.
268 (mi_cmd_data_read_memory): Correct typo.
269 (mi_cmd_execute): Do not simply free last_async_command, but reset
270 it to NULL as well.
271 (free_and_reset): New function, free the argument and set it to
272 NULL.
273 (mi_cmd_target_select_continuation): Delete prototype.
274
275Tue Feb 1 00:17:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
276
277 * mi-cmd-disas.c, mi-cmds.h, mi-console.c, mi-console.h,
278 mi-main.c, mi-out.c, mi-out.h: Update to reflect rename of
279 gdb-file / GDB_FILE to ui-file / ``struct ui_file''.
280
281Mon Jan 31 18:33:28 2000 Andrew Cagney <cagney@b1.cygnus.com>
282
283 * mi-main.c (mi_command_loop): Delete reference to
284 fputs_unfiltered_hook.
285
2862000-01-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
287
288 * mi-cmds.c (mi_cmds): Update entries for
289 mi_cmd_data_list_register_names,
290 mi_cmd_data_list_changed_registers,
291 mi_cmd_data_list_register_values.
292
293 * mi-cmds.h (mi_cmd_data_list_register_names,
294 mi_cmd_data_list_changed_registers,
295 mi_cmd_data_list_register_values): Update to mi_cmd_argv_ftype.
296
297 * mi-main.c (mi_cmd_data_list_register_names,
298 mi_cmd_data_list_changed_registers,
299 mi_cmd_data_list_register_values): Update to use argc, argv
300 parameters.
301
3022000-01-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
303
304 * mi-main.c (mi_cmd_data_read_memory): Correct the computation of
305 next-row.
306
3072000-01-27 Fernando Nasser <fnasser@totem.to.cygnus.com>
308
309 * mi-cmd-var.c (mi_cmd_var_create): Test for NULL type.
310 (mi_cmd_var_set_format, mi_cmd_var_show_format,
311 mi_cmd_var_info_num_children, mi_cmd_var_list_children,
312 mi_cmd_var_info_type, mi_cmd_var_info_expression,
313 mi_cmd_var_show_attributes, mi_cmd_var_evaluate_expression,
314 mi_cmd_var_assign, mi_cmd_var_update): Prevent possibility of memory
315 leak on error.
316
3172000-01-27 Fernando Nasser <fnasser@totem.to.cygnus.com>
318
319 * mi-out.c (mi_field_string): Test for NULL string pointer.
320
3212000-01-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
322
323 * mi-cmd-stack.c (mi_cmd_stack_list_frames): Call
324 print_frmae_info() with the correct arguments.
325
326 * mi-main.c (mi_cmd_exec_return): Call
327 show_and_print_stack_frame() with LOC_AND_ADDRESS, so it does the
328 right thing. Update Copyright.
329
3302000-01-13 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
331
332 * mi-main.c: Move disassemble commands from here.
333
334 * mi-cmd-disas.c: To here. New file.
335
3362000-01-13 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
337
338 * mi-cmd-stack.c: Remove include of mi-out.h.
339
340 * mi-main.c (mi_cmd_disassemble): Update function to use argc/argv
341 interface.
342
343 * mi-cmds.h: Ditto.
344
345 * mi-cmds.c: Ditto.
346
3472000-01-12 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
348
349 * gdbmi.texinfo: Update stack commands descriptions.
350 Add thread commands descriptions and examples.
351
352 * mi-main.c (mi_cmd_thread_list_ids): Fix typo.
353
3542000-01-12 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
355
356 * mi-main.c (mi_cmd_thread_list_ids): New function, print a list
357 of currently known threads ids, and the total number of threads.
358 (mi_cmd_thread_select): New function. Switch current thread.
359
360 * mi-cmds.c (mi_cmds): Implement thread-list-ids by
361 mi_cmd_thread_list_ids, and thread-select by mi_cmd_thread_select.
362
363 * mi-cmds.h (mi_cmd_thread_select, mi_cmd_thread_list_ids): Export.
364
3652000-01-11 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
366
367 * mi-main.c: Move stack commands from here.
368
369 * mi-cmd-stack.c: To here. New file.
370
3712000-01-07 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
372
373 * mi-main.c (list_args_or_locals): Add a new paramter, the frame
374 for which to display args or locals. Don't use selected_frame
375 anymore, use the new parameter instead. Return void instead of
376 mi_cmd_result, let callers do so.
377 (mi_cmd_stack_list_args): Change interface. Now accept low and
378 high frame numbers to display args for a range of frames. Without
379 these two, display args for the whole stack.
380 (mi_cmd_stack_list_locals): Adapt to new interface for
381 list_args_or_locals.
382
3832000-01-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
384
385 * mi-main.c (mi_cmd_stack_info_depth, mi_cmd_stack_list_args,
386 mi_cmd_stack_list_frames, mi_cmd_stack_list_locals,
387 mi_cmd_stack_select_frame): Change to use argv type of parameters.
388
389 * mi-cmds.c (mi_cmds): Change stack-info-depth,
390 stack-list-arguments, stack-list-frames, stack-list-locals,
391 stack-select-frame to use argv parameters.
392
393 * mi-cmds.h (mi_cmd_stack_info_depth, mi_cmd_stack_list_args,
394 mi_cmd_stack_list_frames, mi_cmd_stack_list_locals,
395 mi_cmd_stack_select_frame): Update definitions.
396
397Tue Jan 4 12:38:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
398
399 * mi-main.c (mi_command_loop): Force the MI interface to use seven
400 bit strings.
401 * gdbmi.texinfo: Make it clear that a quoted C string is seven
402 bit.
403
404Thu Dec 30 14:15:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
405
406 * mi-getopt.c (mi_getopt): Rewrite. Allow long options.
407 * mi-getopt.h (struct mi_opt): Declare.
408 (mi_getopt): Update.
409
410 * mi-main.c (mi_cmd_data_read_memory), mi-cmd-break.c
411 (mi_cmd_break_insert, mi_cmd_break_watch): Update.
412
413Wed Dec 29 23:38:35 1999 Andrew Cagney <cagney@b1.cygnus.com>
414
415 * mi-cmd-break.c (mi_cmd_break_insert): Add support for -c
416 <condition>, -i <ignore-count> and -p <thread>.
417 (breakpoint_notify): New function.
418 (mi_cmd_break_insert): Wrap GDB call with callback hooks so that
419 MI is notified when ever a breakpoint is created.
420
421 * gdbmi.texinfo: Update.
422
423Fri Dec 24 11:23:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
424
425 * mi-main.c (gdb_do_disassemble): Strip out more useless #ifdef
426 UI_OUTs.
427
4281999-12-23 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
429
430 * mi-main.c (gdb_do_disassemble): Fix output. Lines that have no
431 assembly instructions must still be outputted, to keep the source
432 line numbering correct.
433 Remove #ifdef UI_OUT's, they are useless.
434
4351999-12-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
436
437 * mi-main.c (gdb_do_disassemble): Don't print a new list in mixed
438 mode, every time. Just do it when we actually encounter a new
439 source line.
440
4411999-12-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
442
443 * mi-cmd-var.c (mi_cmd_var_list_children): Add test for C++ pseudo
444 variable objects (private, public, protected) as these do not have
445 a type and the -var-list-children operation was dumping core.
446
447Fri Dec 17 20:23:33 1999 Andrew Cagney <cagney@b1.cygnus.com>
448
449 * gdbmi.texinfo: Document recommended syntax for options.
450
451 * mi-main.c (mi_cmd_data_read_memory): Add support for ``-o
452 <offset>''.
453 * gdbmi.texinfo: Document.
454
455Wed Dec 15 17:43:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
456
457 * mi-getopt.h (mi_getopt): Change optarg to a char pointer. Check
458 optind.
459 * mi-cmd-break.c (mi_cmd_break_insert): Update.
460
461 * mi-main.c (mi_cmd_data_read_memory): Add fields "next-row-addr",
462 "prev-row-addr", "next-page-addr", "prev-page-addr" and a per row
463 "addr".
464 * gdbmi.texinfo: Update.
465
466Wed Dec 15 01:05:40 1999 Andrew Cagney <cagney@b1.cygnus.com>
467
468 * mi-cmds.h (mi_cmd_result): Add MI_CMD_CAUGHT_ERROR for when the
469 error is caught.
470
471 * mi-main.c (captured_mi_execute_command): When
472 MI_CMD_CAUGHT_ERROR return 0 rethrowing the eror.
473
4741999-12-13 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
475
476 * mi-cmd-break.c (mi_cmd_break_insert): Remove unused var.
477
478 * mi-cmd-var.c (mi_cmd_var_update): Remove unused variables.
479
480Mon Dec 13 18:43:36 1999 Andrew Cagney <cagney@b1.cygnus.com>
481
482 * mi-parse.c (mi_parse): Quote the command when printing it.
483 (mi_parse_argv): Fix handling of quoted strings. Was not
484 de-quoting them.
485 (mi_parse_argv): Make static.
486
487Mon Dec 13 18:30:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
488
489 * mi-cmds.h (mi_cmd_break_insert, mi_cmd_break_watch): Change type
490 to mi_cmd_argv_ftype.
491 * mi-cmds.c (mi_cmds): Update.
492 * mi-cmd-break.c (mi_cmd_break_insert, mi_cmd_break_watch): Change
493 to new style of arguments with argc and argv. Parse arguments
494 using mi_getopt.
495
496 * mi-cmd-break.c (mi_cmd_break_insert): Wrap body in #ifdef UI_OUT
497 to avoid non-ui compile problems.
498
499Mon Dec 13 15:08:36 1999 Andrew Cagney <cagney@b1.cygnus.com>
500
501 * mi-getopt.h, mi-getopt.c: New files. Similar to getopt but with
502 well defined semantics.
503
504Mon Dec 13 14:22:21 1999 Andrew Cagney <cagney@b1.cygnus.com>
505
506 * mi-main.c (mi_cmd_break_insert, mi_cmd_break_watch, enum
507 wp_type, enum bp_type): Move from here.
508 * mi-cmd-break.c: To here. New file.
509 (mi_cmd_break_insert, mi_cmd_break_insert, mi_cmd_break_watch):
510 Use error to report problems.
511
5121999-12-09 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
513
514 * gdbmi.texinfo: Update description of exec-interrupt.
515
516 * mi-main.c (mi_cmd_exec_interrupt): If the program is not
517 executing, don't try to interrupt it, but error out instead. Make
518 sure previous_async_command is not null before duplicating it into
519 last_async_command.
520
521 * gdbmi.texinfo: Add examples for data-evaluate-expression.
522
5231999-12-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
524
525 * mi-cmd-var.c (mi_cmd_var_assign, mi_cmd_var_create,
526 mi_cmd_var_delete, mi_cmd_var_evaluate_expression,
527 mi_cmd_var_info_expression, mi_cmd_var_info_num_children,
528 mi_cmd_var_info_type, mi_cmd_var_list_children,
529 mi_cmd_var_set_format, mi_cmd_var_show_attributes,
530 mi_cmd_var_show_format, mi_cmd_var_update): Change to use new
531 style of arguments with argc and argv.
532 (next_arg): Delete.
533 (which_var): Delete.
534
535 * mi-cmds.c (mi_cmds): Update entries for mi_cmd_var_assign,
536 mi_cmd_var_create, mi_cmd_var_delete,
537 mi_cmd_var_evaluate_expression, mi_cmd_var_info_expression,
538 mi_cmd_var_info_num_children, mi_cmd_var_info_type,
539 mi_cmd_var_list_children, mi_cmd_var_set_format,
540 mi_cmd_var_show_attributes, mi_cmd_var_show_format,
541 mi_cmd_var_update.
542
543 * mi-cmds.h (mi_cmd_var_assign, mi_cmd_var_create,
544 mi_cmd_var_delete, mi_cmd_var_evaluate_expression,
545 mi_cmd_var_info_expression, mi_cmd_var_info_num_children,
546 mi_cmd_var_info_type, mi_cmd_var_list_children,
547 mi_cmd_var_set_format, mi_cmd_var_show_attributes,
548 mi_cmd_var_show_format, mi_cmd_var_update): Update declarations.
549
5501999-12-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
551
552 * gdbmi.texinfo: Comment out -data-assign command. * mi-main.c
553 (mi_cmd_data_assign): Do not use, comment out. * mi-cmds.h
554 (mi_cmd_data_assign): Remove. * mi-cmds.c: Remove -data-assign
555 command from MI interface.
556
5571999-12-07 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
558
559 * mi-parse.c (mi_parse): Add '\n' at end of error messages, so
560 that prompt comes out on new line.
561
562 * gdbmi.texinfo: Update disassembly command output.
563
5641999-12-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
565
566 * mi-main.c (gdb_do_disassemble): Update output for UI_OUT case.
567
5681999-12-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
569
570 * gdbmi.texinfo: Update exec-until output, including the reason
571 for stopping.
572
573Thu Dec 2 17:17:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
574
575 * mi-cmds.c: Include <string.h> for memset.
576
5771999-12-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
578
579 * mi-main.c (mi_cmd_exec_return): ifdef the references to
580 return_command_wrapper().
581
5821999-12-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
583
584 * mi-main.c (mi_cmd_gdb_exit, mi_cmd_exec_interrupt,
585 mi_cmd_target_select, mi_execute_async_cli_command,
586 mi_exec_async_cli_cmd_continuation, mi_load_progress): Don't print
587 last_async_command if it is NULL.
588 (mi_cmd_exec_return):
589
5901999-12-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
591
592 * mi-main.c (mi_cmd_exec_return): Reimplement using
593 return_command() instead of mi_execute_async_cli_command().
594
5951999-12-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
596
597 * mi-cmds.h: Export mi_cmd_data_assign and
598 mi_cmd_data_evaluate_expression.
599
600 * mi-cmds.c (mi_cmds): Hook data-assign to mi_cmd_data_assign and
601 data-evaluate-expression to mi_cmd_data_evaluate_expression.
602
603 * mi-main.c (mi_cmd_data_assign): New function. Implement
604 data-assign command.
605 (mi_cmd_data_evaluate_expression): New function. Implement
606 data-evaluate-expression command.
607
6081999-12-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
609
610 * gdbmi.texinfo: Fix some texinfo formatting errors.
611
6121999-12-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
613
614 * gdbmi.texinfo: Update data-list-register-values description.
615
616 * mi-cmds.h: Export mi_cmd_data_list_register_values.
617
618 * mi-cmds.c (mi_cmds): Hook data-list-register-values to
619 mi_cmd_data_list_register_values.
620
621 * mi-main.c (mi_cmd_data_list_register_values): New
622 function. Implements the -data-list-register-values command.
623 (get_register): New function. Output the contents of a given
624 register.
625
626Wed Dec 1 20:27:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
627
628 * mi-main.c (mi_execute_async_cli_command): Append missing "\n"
629 for synchronous stopped message.
630
6311999-11-30 James Ingham <jingham@leda.cygnus.com>
632
633 * gdbmi.texinfo: Fix obvious typo in @end statement.
634
635Wed Dec 1 12:36:27 1999 Andrew Cagney <cagney@b1.cygnus.com>
636
637 * mi-cmd-var.c: Include "value.h".
638 * mi-console.c: Include <string.h>.
639
640Wed Dec 1 00:21:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
641
642 * mi-main.c (captured_mi_execute_command): For a CLI command, pass
643 "%s" to mi_execute_cli_command to stop core dumps.
644 (captured_mi_execute_command): Echo CLI commands on gdb_stdlog.
645
646Wed Dec 1 00:10:07 1999 Andrew Cagney <cagney@b1.cygnus.com>
647
648 * gdbmi.texinfo: Explain NR-BYTES and ADDR.
649
650Tue Nov 30 23:31:57 1999 Andrew Cagney <cagney@b1.cygnus.com>
651
652 * mi-cmd-var.c (mi_cmd_var_create, mi_cmd_var_delete,
653 mi_cmd_var_set_format, mi_cmd_var_show_format,
654 mi_cmd_var_info_num_children, mi_cmd_var_list_children,
655 mi_cmd_var_info_type, mi_cmd_var_info_expression,
656 mi_cmd_var_show_attributes, mi_cmd_var_evaluate_expression,
657 mi_cmd_var_assign, mi_cmd_var_update, varobj_update_one, next_arg,
658 which_var): New file. Move varobj commands to here from
659 mi-main.c.
660
661 * mi-console.h, mi-console.c (mi_console_file_new,
662 mi_console_file_delete, mi_console_file_fputs,
663 mi_console_raw_packet, mi_console_file_flush): New files. Move
664 mi_console_file to here from mi-main.c.
665
666Tue Nov 30 19:37:25 1999 Andrew Cagney <cagney@b1.cygnus.com>
667
668 * mi-main.c (captured_mi_execute_command): Use fputstr_unfiltered
669 when printing error messages.
670 (mi_cmd_execute): Ditto.
671
6721999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
673
674 * gdbmi.texinfo: Describe -data-list-changed-registers,
675 -data-list-register-names. Add examples for
676 -exec-next-instruction, exec-step-instruction, -exec-run,
677 -exec-until. Format examples for -data-read-memory.
678 update example for -target-download.
679
6801999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
681
682 * gdbmi.texinfo: Remove mentioning of inaccurate watchpoint hit
683 count.
684
685Mon Nov 29 19:28:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
686
687 * mi-main.c (mi_execute_async_cli_command): Return ``enum
688 mi_cmd_cmd_result''. mi_cmd_exec_run, mi_cmd_exec_next,
689 mi_cmd_exec_step, mi_cmd_exec_step_instruction,
690 mi_cmd_exec_finish, mi_cmd_exec_until, mi_cmd_exec_return,
691 mi_cmd_exec_continue): Update call.
692 (mi_execute_async_cli_command): When target is synchronous, fake
693 asynchronous behavour (ulgh). Allows tests to be run on built-in
694 simulator and native targets.
695
696Mon Nov 29 15:15:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
697
698 * mi-cmds.h (mi_cmd_gdb_exit), mi-cmds.c (mi_cmds), mi-main.c
699 (mi_cmd_gdb_exit): Change function signature to mi_cmd_argv_ftype.
700
7011999-11-28 Andew Cagney <cagney@rat-in-a-hat.cygnus.com>
702
703 * mi-parse.c: Include <ctype.h> and <string.h>
704
7051999-11-26 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
706
707 * gdbmi.texinfo: Added watchpoint command descriptions and
708 examples.
709
710 * mi-main.c (mi_load_progress): Add parameter for total sent so far.
711 Print it as well.
712
713Fri Nov 26 10:17:49 1999 Andrew Cagney <cagney@b1.cygnus.com>
714
715 * gdbmi.texinfo (section Output Syntax): For lists, the <string>
716 part of a <result> is optional. Clarify syntax.
717 (appendix Proposed v2.0 Output Syntax): New section. Provide
718 record of discussion of possible changes to syntax.
719
720Wed Nov 24 19:41:35 1999 Andrew Cagney <cagney@b1.cygnus.com>
721
722 * mi-main.c (mi_cmd_data_read_memory): Simplify. Fix coredump
723 when arguments were bad.
724 (mi_cmd_execute): Change parameter to ``struct mi_parse''. Handle
725 case of argv_func as well as args_func.
726 (captured_mi_execute_command): Update.
727
728 * mi-cmds.c (struct mi_cmd): Add field for mi_cmd_argv_ftype.
729 (mi_cmds): Update mi_cmd_data_read_memory.
730 (mi_lookup): Return
731
732 * mi-cmds.h (mi_cmd_args_ftype): Rename mi_cmd_ftype. Make all
733 functions of type this type.
734 (mi_cmd_argv_ftype): Declare.
735 (mi_cmd_data_read_memory): Change type to mi_cmd_argv_fytpe.
736 (struct mi_cmd): Move declaration to here from mi-cmds.c.
737 (mi_lookup): Return a pointer to ``struct mi_cmd''.
738
739Wed Nov 24 15:03:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
740
741 * mi-parse.c (mi_parse): Initialize TOKEN when a CLI command.
742
743 * gdbmi.texinfo: Allow a <token> before a CLI command.
744
745 * mi-parse.h (struct mi_parse): Declare.
746 (mi_parse): Change to return a ``struct mi_parse''.
747 (enum mi_command_type): Delete PARSE_ERROR.
748
749 * mi-main.c (struct mi_execute_command_context): Delete.
750 (captured_mi_execute_command): Update
751 (mi_execute_command): Update. Check for mi_parse returning NULL.
752
753Wed Nov 24 12:57:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
754
755 * mi-parse.h: Remove const, from cmd parameter. Causes cascading
756 warnings.
757
758Wed Nov 24 15:03:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
759
760 * mi-parse.c (mi_parse): New function. Move parse code to here.
761 * mi-main.c (parse): From here. Delete.
762
763Wed Nov 24 12:57:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
764
765 * mi-parse.c, mi-parse.h: New files. Implement mi_parse_env.
766
767Wed Nov 24 11:24:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
768
769 * mi-out.c (mi_field_string): Make string parameter constant.
770
7711999-11-23 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
772
773 * mi-cmds.h (mi_cmd_target_download): Export.
774
775 * mi-cmds.c (mi_cmds): Add mi_cmd_target_download.
776
777 * mi-main.c: Include <sys/time.h>.
778 (mi_cmd_target_download): New function, implement the
779 target-download command.
780 (mi_load_progress): New function. Called via the
781 show_load_progress hook. Prints updates every 0.5 secs.
782 (mi_command_loop): Initialize the show_load_progress hook.
783
7841999-11-22 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
785
786 * mi-main.c (mi_cmd_exec_until): New function. Implement until
787 command.
788 (mi_cmd_exec_step_instruction): New function. Implement stepi
789 command.
790 (mi_cmd_exec_next_instruction): New function. Implement nexti
791 command.
792
793 * mi-cmds.c (mi_cmds): Add mi_cmd_exec_step_instruction,
794 mi_cmd_exec_next_instruction, mi_cmd_exec_until.
795
796 * mi-cmds.h (mi_cmd_exec_step_instruction,
797 mi_cmd_exec_next_instruction, mi_cmd_exec_until): Export.
798
799Tue Nov 23 00:30:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
800
801 * mi/gdbmi.texinfo: Document -data-read-memory.
802
803 * mi-main.c (mi_cmd_data_read_memory): Fix off-by-one check of
804 argc.
805 (mi_cmd_data_read_memory): Label the output table with "memory".
806
807Thu Nov 18 18:15:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
808
809 * mi-main.c (mi_cmd_exec_interrupt, mi_cmd_break_insert,
810 mi_cmd_break_watch, mi_cmd_disassemble, mi_cmd_execute): Replace
811 strdup with xstrdup.
812
813Thu Nov 18 20:50:09 1999 Andrew Cagney <cagney@b1.cygnus.com>
814
815 * mi-main.c (mi_cmd_data_read_memory): New function. Implement
816 data-read-memory.
817
818 * mi-cmds.h, mi-cmds.c: Add mi_cmd_data_read_memory.
819 * mi-cmds.c (mi_cmds): Ditto.
820
8211999-11-11 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
822
823 * mi-cmds.h (mi_cmd_break_watch): Export.
824
825 * mi-cmds.c (mi_cmds): Hook up break-watch to function
826 mi_cmd_break_watch.
827
828 * mi-main.c (wp_type): New enumeration for the possible types of
829 watchpoints.
830 (mi_cmd_break_watch): New function, implements the break-watch
831 command.
832
8331999-11-11 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
834
835 * mi-main.c (mi_cmd_break_insert): Handle case in which the command is
836 just a -break-insert w/o args.
837
838Fri Nov 12 00:01:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
839
840 * mi-out.c (mi_field_string): Always quote the string.
841
8421999-11-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
843
844 * mi-cmds.h(mi_cmd_data_list_changed_registers,
845 mi_cmd_data_list_register_names): Export.
846
847 * mi-cmds.c (mi_cmds): Hook up data-list-changed-registers to
848 mi_cmd_data_list_changed_registers and data-list-register-names to
849 mi_cmd_data_list_register_names.
850
851 * mi-main.c (mi_cmd_data_list_changed_registers): New function,
852 implements the data-list-changed-registers command.
853 (mi_cmd_data_list_register_names): New function, implements the
854 data-list-register-names command.
855 (register_changed_p): New function. Decide whether the register
856 contents have changed.
857 (setup_architecture_data): New function. Initialize registers
858 memory.
859 (_initialize_mi_main): Call setup_architecture_data(), and
860 register_gdbarch_swap().
861
862Wed Nov 10 18:35:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
863
864 * mi-main.c (mi_execute_command): Correctly quote error messages.
865
866Wed Nov 10 11:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
867
868 * mi/gdbmi.texinfo: Delete <stream-output>. Replaced by
869 <c-string>.
870
871 * mi-main.c (mi_console_raw_packet): Always quote console output.
872
873Tue Nov 9 17:53:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
874
875 * mi-main.c (mi_console_file_new), mi-out.c (mi_out_new): Replace
876 the tui_file with a mem_file. Ya!
877
878 * mi-out.c (do_write): New function, wrapper to gdb_file_write.
879 (mi_out_put): Pass do_write to gdb_file_put.
880
881 * mi-main.c (mi_console_file_flush): Rewrite. Use
882 mi_console_raw_packet to send data to the console.
883 (mi_console_raw_packet): New function. Correctly
884 create quoted C string packets.
885
8861999-11-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
887
888 * mi-cmds.c (mi_cmds): Break-insert is now implemented by
889 mi_cmd_break_insert.
890 * mi-cmds.h (mi_cmd_break_insert): Export.
891 * mi-main.c (bp_type): New enumeration.
892 (mi_cmd_break_insert): New function. Implements all flavors of
893 breakpoint insertion.
894
895Mon Nov 8 17:49:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
896
897 * mi-main.c (mi_console_file_flush): Replace gdb_file_get_strbuf
898 with tui_file_get_strbuf.
899
900Fri Nov 5 17:06:07 1999 Andrew Cagney <cagney@b1.cygnus.com>
901
902 * mi-main.c (mi_console_file_delete, mi_console_file_fputs,
903 mi_console_file_flush): Call internal_error instead of error.
904
905Thu Nov 4 19:53:32 1999 Andrew Cagney <cagney@b1.cygnus.com>
906
907 * mi-main.c (captured_mi_execute_command): New function.
908 (mi_execute_command): Rewrite. Replace SET_TOP_LEVEL() with call
909 to captured_mi_execute_command via catch_errors.
910
911Thu Nov 4 20:33:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
912
913 * mi-main.c (clean): Delete.
914 (mi_command_loop): Delete extern declaration of
915 mi_execute_command.
916
9171999-10-28 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
918
919 * mi-main.c (mi_cmd_stack_select_frame): Conditionalize the body
920 on UI_OUT, because select_frame_command_wrapper is only defined if
921 UI_OUT is.
922 (mi_cmd_exec_interrupt): Conditionalize the body on UI_OUT,
923 because interrupt_target_command_wrapper is only defined if UI_OUT is.
924
925 * mi-cmds.c (mi_cmds): Implement command exec-interrupt by
926 mi_cmd_exec_interrupt.
927
928 * mi-main.c (mi_cmd_exec_interrupt): New function. Implements
929 exec-interrupt command.
930 (mi_cmd_execute): If the target is running save execution command
931 token in previous_async_command. If the command is not 'interrupt'
932 and the target is running, reject it.
933 (clean): New function. Free the arg and reset it to NULL.
934
935 * mi-cmds.h (mi_cmd_exec_interrupt):Export.
936
9371999-10-28 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
938
939 * mi-cmds.c (mi_cmds): Implement command stack-select-frame by
940 mi_cmd_stack_select_frame.
941
942 * mi-main.c (mi_cmd_stack_select_frame): New function. Implements
943 stack-select-frame command.
944
945 * mi-cmds.h (mi_cmd_select_frame):Export.
946
9471999-10-26 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
948
949 * mi-cmds.c (mi_cmds): Implement commands stack-list-locals and
950 stack-list-arguments by mi_cmd_stack_list_locals and
951 mi_cmd_stack_list_args.
952
953 * mi-main.c (mi_cmd_stack_list_locals): New function. Implements
954 stack-list-locals command.
955 (mi_cmd_stack_list_args): New function. Implements
956 stack-list-arguments command.
957 (list_args_or_locals): New function. Do all the work for the
958 listing of locals or arguments.
959
960 * mi-cmds.h (mi_cmd_stack_list_args,mi_cmd_stack_list_locals) :
961 Export.
962
9631999-10-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
964
965 * mi-cmds.c (mi_cmds): Add new command stack-info-depth.
966
967 * mi-main.c (mi_cmd_stack_info_depth): New function. Implements
968 the stack-info-depth command.
969 * mi-cmds.h (mi_cmd_stack_info_depth): Export.
970
971
9721999-10-22 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
973
974 * mi-main.c (mi_execute_command): Handle MI_CMD_ERROR case
975 properly, for command that return error code and don't set
976 mi_error_message.
977
978 * mi-cmds.c (mi_cmds): Hook stack-list-frames command to
979 mi_cmd_stack_list_frames function.
980 * mi-cmds.h (mi_cmd_stack_list_frames): Export.
981
982 * mi-main.c (mi_execute_command): Deal with a return code of
983 MI_CMD_ERROR from the execution of mi commands.
984 (mi_error_message): Static string variable, to contain the error
985 message from mi commands.
986 (mi_cmd_stack_list_frames): New function. Prints a backtrace.
987
9881999-10-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
989
990 * mi-main.c (mi_cmd_disassemble): Handle the new command line
991 parameter that specifies the number of disassembly lines to be
992 displayed.
993 (gdb_do_disassemble): Add new parameter. Count the number of lines
994 that have been displayed, and stop when limit is reached.
995
996Wed Oct 13 18:04:13 1999 Andrew Cagney <cagney@b1.cygnus.com>
997
998 * mi-main.c (mi_command_loop): Don't initialize ``flush_hook''.
999
10001999-10-13 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1001
1002 * mi/gdbmi.texinfo: More reformatting of the grammars.
1003
10041999-10-12 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1005
1006 * mi/gdbmi.texinfo: More TeX formatting.
1007
10081999-10-11 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1009
1010 * mi/gdbmi.texinfo: First pass completed. All commands should have
1011 some comments/info.
1012 Escape '@' output special char.
1013 Reformat for TeX.
1014
10151999-10-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1016
1017 * mi/gdbmi.texinfo: Filled in part of file command section, and
1018 stack section.
1019
10201999-10-07 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1021
1022 * mi/gdbmi.texinfo: Filled in some sections about execution
1023 commands.
1024
1025Tue Oct 5 15:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
1026
1027 * mi-cmds.h: Sort table
1028 * mi-cmds.c: Ditto.
1029 (MI_TABLE_SIZE): Increase to 251.
1030
10311999-10-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
1032
1033 * mi-main.c (mi_cmd_var_create, mi_cmd_var_delete): Add missing
1034 cleanups.
1035
10361999-10-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
1037
1038 * mi-main.c (next_arg): Returns lenght as well.
1039 (which_var, mi_cmd_var_create, mi_cmd_var_delete,
1040 mi_cmd_var_set_format, mi_cmd_var_update): Do not modify the input
1041 string, use allocated storage instead.
1042 (mi_cmd_var_assign): Adjust call to next_arg() to include new
1043 argument.
1044
10451999-10-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
1046
1047 * mi-main.c (mi_execute_command): Fix handling of errors.
1048
10491999-10-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
1050
1051 * mi-out.c (mi_out_new): Call tui_sfileopen() instead of
1052 deprecated gdb_file_init_astream().
1053 * mi-main.c (mi_console_file_new): Ditto.
1054
1055Mon Oct 4 15:17:29 1999 Andrew Cagney <cagney@b1.cygnus.com>
1056
1057 * mi-cmds.h: Sort function declarations.
1058 (mi_lookup): Add extern.
1059
1060 * mi-cmds.c (mi_lookup): Delete dead code.
1061 (build_table): Call internal_error instead of error.
1062 (build_table): Send trace output to gdb_stdlog.
1063
10641999-10-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1065
1066 * mi-main.c (mi_execute_async_cli_command): Don't do the cleanups
1067 if target_executing is null.
1068
10691999-09-28 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1070
1071 * mi-main.c (async_p): Change var name to event_loop_p.
1072
1073Mon Sep 27 15:11:00 1999 Andrew Cagney <cagney@b1.cygnus.com>
1074
1075 * mi-main.c (mi_execute_async_cli_command, mi_execute_command):
1076 Replace target_has_async with function target_can_async_p.
1077
1078Sun Sep 26 00:12:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
1079
1080 * mi-main.c (mi_cmd_target_select_continuation): Delete function.
1081 (mi_cmd_target_select): Simplify. target-connect is guarenteed to
1082 be synchronous.
1083
1084Sun Sep 26 00:12:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
1085
1086 * mi-cmds.h (mi_cmd_ftype): Replace mi_impl_ftype.
1087 (enum mi_cmd_result): Define.
1088 * mi-cmds.c (struct mi_cmd): Update.
1089 (mi_lookup): Update.
1090 * mi-main.c (mi_cmd_execute): Update.
1091
1092 * mi-main.c (mi_cmd_gdb_exit, mi_cmd_exec_run, mi_cmd_exec_next,
1093 mi_cmd_exec_step, mi_cmd_target_select, mi_cmd_exec_continue,
1094 mi_cmd_exec_return, mi_cmd_exec_finish, mi_cmd_disassemble,
1095 mi_cmd_var_create, mi_cmd_var_delete, mi_cmd_var_set_format,
1096 mi_cmd_var_show_format, mi_cmd_var_info_num_children,
1097 mi_cmd_var_list_children, mi_cmd_var_info_type,
1098 mi_cmd_var_info_expression, mi_cmd_var_show_attributes,
1099 mi_cmd_var_evaluate_expression, mi_cmd_var_update): Update.
1100 Return MI_CMD_DONE.
1101
11021999-09-22 Fernando Nasser <fnasser@totem.to.cygnus.com>
1103
1104 * mi-main.c (mi_cmd_var_create): Use paddr() to format address
1105 on trace output.
1106
11071999-09-21 Fernando Nasser <fnasser@totem.to.cygnus.com>
1108
1109 * mi-main.c (mi_cmd_var_create): Test for varobjdebug before
1110 printing trace and send it to gdb_stdlog.
1111
1112Mon Sep 20 13:41:04 1999 Andrew Cagney <cagney@b1.cygnus.com>
1113
1114 * Makefile.in (mi-out.o): Add dependency list.
1115 * mi-out.c: Include "mi-out.h".
1116
11171999-09-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1118
1119 * mi-main.c (_initialize_mi_main): Events on stadin are now
1120 handled by stdin_event_handler.
1121
11221999-09-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
1123
1124 * mi-cmds.c (mi_cmds): Add var-* commands.
1125
11261999-09-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
1127
1128 * mi-main.c (mi_cmd_var_create, mi_cmd_var_delete,
1129 mi_cmd_var_set_format, mi_cmd_var_show_format,
1130 mi_cmd_var_info_num_children, mi_cmd_var_list_children,
1131 mi_cmd_var_info_type, mi_cmd_var_info_expression,
1132 mi_cmd_var_show_attributes, mi_cmd_var_evaluate_expression,
1133 mi_cmd_var_assign, mi_cmd_var_update, varobj_update_one,
1134 which_var, next_arg): New functions. Implement the -var-*
1135 commands.
1136 * mi-cmds.h: Add prototypes for the above.
1137
11381999-09-14 Fernando Nasser <fnasser@totem.to.cygnus.com>
1139
1140 * mi-cmds.c (mi_cmds): Add detach command.
1141
11421999-09-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
1143
1144 * mi-cmds.c (lookup_table): Fix typo.
1145
11461999-09-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
1147
1148 * mi-cmds.c (mi_cmds): Fix typo and missing command.
1149
11501999-09-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
1151
1152 * mi-main.c: Properly align function prototypes.
1153 (mi_cmd_target_select): Proper check for NULL value.
1154
11551999-09-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
1156
1157 * mi-main.c (mi_execute_async_cli_command): Fix for native targets
1158 that do not have async yet.
1159
11601999-09-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1161
1162 * mi-main.c (mi_cmd_disassemble): Remove unused var.
1163 (gdb_do_disassemble): Ditto.
1164
11651999-08-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1166
1167 * mi-main.c: Replace all the occurrences of 'asynch' in variable
1168 or function names with 'async' to make it consistent with the rest
1169 of gdb.
1170
1171Mon Aug 30 18:16:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
1172
1173 * mi-main.c: #include <ctype.h> for isspace().
1174
11751999-08-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1176
1177 * mi-main.c (gdb_do_disassemble): This function returns void, not
1178 int.
1179
11801999-08-26 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1181
1182 * mi-main.c (mi_cmd_disassemble): Don't use atoi() on the high
1183 address string, just treat it same as address low.
1184 (gdb_do_disassemble): Parse high_address string before seeing if
1185 it is zero.
1186
11871999-08-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1188
1189 * mi-main.c (mi_cmd_disassemble): New function to produce
1190 disassembly output for mi.
1191 (gdb_dis_asm_read_memory): New function. Read the disassembly from
1192 the executable file, instead of target memory.
1193 (compare_lines): New function. Compare order of disassembly lines.
1194 (gdb_do_disassemble): New function. Do the real job of getting the
1195 assembly code out.
1196
1197 * mi-cmds.c (mi_cmds): Do data-disassemble mi command via the
1198 mi_cmd_disassemble function.
1199
1200 * mi-cmds.h: Export new function mi_cmd_disassemble.
1201
1202Wed Aug 25 15:58:31 1999 Andrew Cagney <cagney@b1.cygnus.com>
1203
1204 * mi-main.c (mi_command_loop): Remove references to ui-hooks.
1205
12061999-08-21 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1207
1208 * mi-main.c (mi_execute_asynch_cli_command): Fix the incorrect
1209 usage of strcat(): allocate enough space for the string.
1210
12111999-08-13 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1212
1213 From Christopher Faylor <cgf@cygnus.com>
1214 * mi-main.c (mi_execute_command): Make sure we flush all the
1215 output after each command.
1216
12171999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1218
1219 * mi-main.c (_initialize_mi_main): Remove casting in call to
1220 add_file_handler.
1221
1222Sun Aug 8 17:20:57 1999 Andrew Cagney <cagney@b1.cygnus.com>
1223
1224 * mi-main.c (mi_cmd_target_select, mi_execute_asynch_cli_command):
1225 Replace call to fatal with call to internal_error.
1226
12271999-07-26 Fernando Nasser <fnasser@totem.to.cygnus.com>
1228
1229 * mi-main.c (mi_cmd_execute): Add return code.
1230 (mi_execute_command): Make appropriate changes when calling the
1231 function mentioned above.
1232 (mi_cmd_gdb_exit, mi_cmd_target_select,
1233 mi_cmd_target_select_continuation, mi_execute_command,
1234 mi_exec_asynch_cli_cmd, mi_exec_asynch_cli_cmd_continuation):
1235 Print token, prefix, class and output (if any) in one single group
1236 of statements.
1237 (mi_execute_command, mi_cmd_execute): Fix error prefix.
1238 (mi_cmd_execute): Use exec cleanup for token.
1239 * mi-out.c (mi_out_rewind): New function.
1240 * mi-out.h: Prototype for the above.
1241
12421999-07-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
1243
1244 * mi-main.c (mi_cmd_gdb_exit): Use buffer for exit message.
1245 (mi_cmd_execute): Route error messages to correct file.
1246 (mi_execute_asynch_cli_command): Insert line feed after running
1247 message.
1248
12491999-07-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
1250
1251 * mi-out.h (mi_out_buffered): Add extern declaration.
1252 * mi-out.c (mi_out_buffered): New function. Insert a string at the
1253 current buffer position.
1254 * mi-main.c (mi_cmd_target_select, mi_execute_command,
1255 mi_cmd_execute, mi_execute_asynch_cli_command): Use the above
1256 function instead of printing to raw_stdout.
1257 (mi_cmd_target_select, mi_cmd_target_select_continuation,
1258 mi_execute_command, mi_cmd_execute, mi_execute_cli_command,
1259 mi_exec_asynch_cli_cmd_continuation): Fix handling of token and
1260 prefix.
1261 (mi_execute_cli_command): Remove parameter no longer needed.
1262
12631999-07-15 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1264
1265 * mi-main.c (mi_cmd_target_select_continuation): Print the numeric
1266 token when we are connected.
1267 (mi_execute_command): Don't print the token now, do it later.
1268 (mi_execute_cli_command): Add a new parameter for the numeric
1269 token. Print the token, the prefix and the class after the
1270 command has executed, not before.
1271 (mi_execute_asynch_cli_command): Don't print an extra blank line.
1272
12731999-07-15 Fernando Nasser <fnasser@totem.to.cygnus.com>
1274
1275 * mi-main.c (mi_gdb_exit): Add \n at the end.
1276
12771999-07-15 Fernando Nasser <fnasser@totem.to.cygnus.com>
1278
1279 * mi-main.c (mi_cmd_execute): New function. Dispatch a mi operation.
1280 (mi_execute_command): Use the above.
1281
12821999-07-15 Fernando Nasser <fnasser@totem.to.cygnus.com>
1283
1284 * mi-main.c: Fix identation.
1285
12861999-07-15 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1287
1288 * mi-main.c: Include target.h and inferior.h.
1289 (mi_cmd_target_select): New function to execute the target-select
1290 mi operation.
1291 (mi_cmd_target_select_continuation): New function. Continuation
1292 for the target-select operation.
1293 (mi_execute_command): In case of an MI command which requires
1294 asynchronous execution, do not try to display the result now. If
1295 the execution has to look synchronous don't display the "(gdb)"
1296 prompt.
1297 (mi_execute_asynch_cli_command): Invoke real asynchronous
1298 commands, set up exec_cleanups, and continuations.
1299 (mi_exec_asynch_cli_cmd_continuation): New function. Continuation
1300 for all the MI execution commands except 'target-select'.
1301 (mi_execute_command): Handle null commands by exiting gdb, instead
1302 of core dumping.
1303
1304 * mi-cmds.c (mi_cmds): Hook up -target-select operation to new mi
1305 function.
1306
1307 * mi-cmds.h (mi_cmd_target_select): Add extern declaration.
1308
1309Thu Jul 15 10:31:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
1310
1311 * mi-main.c (struct mi_console_file): Add field ``prefix''.
1312 (mi_console_file_new): Add argument prefix. Initialize prefix
1313 field.
1314 (mi_console_file_flush): Use ``prefix'' instead of "~" as the
1315 prefix string.
1316 (mi_command_loop): Update stream output prefixes. gdb_stdout ==
1317 "~", gdb_stderr / gdb_stdlog == "&", gdb_stdtarg == "@".
1318
13191999-07-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
1320
1321 * mi-main.c (ui_out_data): New field first_header. Fix output when
1322 no breakpoints are found.
1323 (mi_table_begin, mi_table_body, mi_table_header): Test for
1324 first_header.
1325 (mi_table_end): Test for supress_field_separator.
1326 (mi_message): Remove messages from MI output.
1327
13281999-06-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
1329
1330 * mi-cmds.c (mi_cmds[]): Delete gdb-cli operation.
1331 * mi-main.c (parse): Remove ifdefs for cli commands parsing.
1332 (mi-execute-command): Ditto.
1333
1334Mon Jun 28 13:06:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
1335
1336 * mi-out.h: New file.
1337 (mi_out_new, mi_out_put): Move mi specific delcarations to here.
1338 * ui-out.h: From here.
1339
1340 * mi-main.c: Include "mi-out.h".
1341
13421999-06-25 Fernando Nasser <fnasser@totem.to.cygnus.com>
1343
1344 * top.c (print_gdb_version): Add the word HEADLESS when output
1345 follows headless format.
1346 (print_command_lines): Fix typo.
1347
13481999-06-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1349
1350 * event-loop.h: Export input_fd.
1351 * mi-main.c (mi_command_loop): Use the event loop if running
1352 asynchronously.
1353 (mi_execute_command_wrapper): New function.
1354 (_initialize_mi-main): Set things up for running asynchronously.
1355
13561999-06-18 Fernando Nasser <fnasser@totem.to.cygnus.com>
1357
1358 * mi-cmds.c (mi_lookup): Deleted.
1359 (lookup_table): New function. Replaces old mi_lookup() for local
1360 use.
1361 (mi_lookup): New function. External interface for command table
1362 searchs.
1363 (build_table): New definition.
1364 (mi_cmds[]): Add several command implementations and the gdb-cli
1365 special operation.
1366 (mi_cmd_execute): Deleted.
1367 * mi-cmds.h: Add type definition for command implementation
1368 function pointers, add declaration for new implementation
1369 functions and a declaration for mi_lookup().
1370 * mi-main.c (mi_execute_asynch_cli_command): New
1371 function. Captures code that was repeated for all asynch
1372 operations.
1373 (mi_cmd_exec_*): Use the above new function.
1374 (mi_gdb_cmd_exit): Fix the output, printing something appropriate.
1375 (mi_cmd_exec_finish): New operation implementation function.
1376 (mi_cmd_exec_return): Ditto.
1377 (parse): Prepare to remove cli commands.
1378 (mi_execute_command): Fix the output and change the way mi-cmds is
1379 used.
1380
13811999-06-18 Fernando Nasser <fnasser@totem.to.cygnus.com>
1382
1383 * mi-out.c (mi_table_begin): Add missing field separator call.
1384
1385Thu Jun 17 21:05:40 1999 Fernando Nasser <fnasser@tofu.to.cygnus.com>
1386
1387 * breakpoint.c (breakpoint_1): Remove space in breakpoint table
1388 id.
1389 (mention): Use ui_out for last new line (forgotten).
1390
13911999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
1392
1393 * mi-main.c (mi_console_file_flush): Prevent prefix printing when
1394 buffer empty; change prefix to '~'.
1395 (mi_cmd_exec_*): Prefix normal output with '^' instead of
1396 ','; remove unwanted new lines before "stopped".
1397
13981999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
1399
1400 * mi-cmds.c (struct mi_cmds): Updated entries for -exec-continue
1401 and exec-next operations.
1402 (mi_cmd_execute): New text for error messages.
1403 * mi-cmds.h: Add declaration for mi_cmd_exec_next and
1404 mi_cmd_exec_continue.
1405 * mi-main.c (mi_cmd_exec_next): New function. Implements exec-next
1406 operation.
1407 (mi_cmd_exec_continue): New function. Implements exec-continue
1408 operation.
1409 (mi_execute_comand): Add missing space to prompt.
1410 (mi_cmd_exec_run): Ditto.
1411 (mi_cmd_exec_step): Ditto.
1412 * mi-out.c (mi_out_new): Add flags argument to ui_out_new call.
1413 (ui_list_end): Reset supress_field_separator flag.
1414
1415Sat Jun 12 11:49:10 1999 Andrew Cagney <cagney@b1.cygnus.com>
1416
1417 * mi-cmds.h. mi-cmds.c (exec step): Command implemented by
1418 mi_cmd_exec_step instead of cli call.
1419 * mi-main.c (mi_cmd_exec_step): New function.
1420
1421 * mi-cmds.h. mi-cmds.c (exec run): Command implemented by
1422 mi_cmd_exec_run instead of cli call.
1423 * mi-main.c (mi_cmd_exec_run): New function.
1424
1425 * mi-cmds.h. mi-cmds.c (gdb exit): Command implemented by
1426 mi_cmd_gdb_exit instead of quit_force.
1427 * mi-main.c (mi_cmd_gdb_exit): New function.
1428
1429Sat Jun 12 11:33:23 1999 Andrew Cagney <cagney@b1.cygnus.com>
1430
1431 * mi-main.c (mi_command_loop): Pass mi_input to
1432 simplified_command_loop.
1433 (mi_input): New function. Calls gdb_readline with no prompt.
1434
1435Sat Jun 12 11:19:02 1999 Andrew Cagney <cagney@b1.cygnus.com>
1436
1437 * mi-main.c (mi_console_file_fputs): Re-implement. Use a buffer
1438 to accumulate output.
1439
1440 * mi-main.c (struct mi_console_file): Add a buffer.
1441 (mi_console_file_new): Create a buffer.
1442 (mi_console_file_flush): New function.
1443
1444Sat Jun 12 10:59:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
1445
1446 * mi-cmds.h (raw_stdout): Declare. Will be moved later.
1447 * mi-cmds.c (mi_cmd_execute): Send error messages to RAW stdout.
1448 (mi_cmds): Sort by class.
1449
1450 * mi-main.c (raw_stdout): Make global.
1451 * mi-main.c: Remove #ifdef UI_OUT. File assumes UI_OUT is
1452 present.
1453 * mi-main.c: Include "gdb_string.h".
1454 (mi_out_put): Delete declaration.
1455
14561999-06-11 Fernando Nasser <fnasser@totem.to.cygnus.com>
1457
1458 * mi-main.c: Add pre-processor test for UI_OUT.
1459 (mi_execute_command): Add pre-processor test for UI_OUT.
1460
1461Fri Jun 11 23:11:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
1462
1463 * mi-main.c (raw_stdout): New variable.
1464 (mi_execute_command): Write mi-out direct to raw_stdout.
1465 (mi_command_loop): Create raw_stdout. Attach gdb_stdout to the
1466 console.
1467 (mi_console_file_fputs, mi_console_file_delete,
1468 mi_console_file_new): New functions.
1469 (struct mi_console_file): Declare.
1470
1471Fri Jun 11 18:34:33 1999 Andrew Cagney <cagney@b1.cygnus.com>
1472
1473 * mi-main.c (mi_execute_command): Call mi_out_put to display the
1474 result.
1475 * mi-out.c (mi_out_put): New function.
1476 * ui-out.h (mi_out_put): Add declare. Will move later.
1477 * Makefile.in (mi-cmds.o, mi-main.o): Add dependency on ui-out.h.
1478
1479 * mi-out.c (mi_field_string, mi_field_fmt, mi_message, mi_flush,
1480 out_field_fmt, list_open, list_close): Replace gdb_stdout with
1481 data->buffer.
1482 (field_separator, list_open, list_close): Add uiout parameter.
1483 (mi_table_begin, mi_table_body, mi_table_end, mi_list_begin,
1484 mi_list_end, mi_field_string, mi_field_fmt, out_field_fmt,
1485 out_field_fmt): Update.
1486
1487 * mi-out.c (mi_out_new): Initialize supress_field_separator.
1488 (supress_field_separator): Move into mi-out local data object.
1489 (mi_table_begin, mi_list_begin, field_separator): Update.
1490
1491Fri Jun 11 16:08:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
1492
1493 * mi-out.c (mi_out_new): New function, replace init_mi_out.
1494 * mi-main.c (mi_command_loop): Call mi_out_new().
1495
1496 * ui-out.h (mi_out_new): Add declaration. Will move later.
1497 (mi_ui_out_impl): Delete.
1498
1499Wed Jun 9 16:42:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
1500
1501 * mi-main.c: Include "ui-hooks.h".
1502 (mi_init_ui, mi_command_loop): New functions.
1503 (_initialize_mi_main): Install ``mi'' as the interpreter when
1504 selected.
1505
1506Mon Jun 7 18:43:43 1999 Andrew Cagney <cagney@b1.cygnus.com>
1507
1508 From Fernando Nasser <fnasser@totem.to.cygnus.com>
1509 * mi-cmds.c (build_table): Clean up error message.
1510 * mi-cmds.c (mi_cmd_execute), mi-main.c (mi_execute_command): Only
1511 print debug information when mi_debug_p.
1512 * mi-cmds.h (mi_debug_p), mi-main.c: Global, control debug messages.
1513
1514Thu Jun 3 00:44:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
1515
1516 From Fernando Nasser <fnasser@totem.to.cygnus.com>:
1517 * mi-cmds.c: Add CLI definitions for "exec-arguments",
1518 "exec-next", "gdb-exit", "break-list", "break-info", "exec-step"
1519 and "stack-list-frames" to mi_cmds.
1520 (struct mi_command): Add ``from_tty'' argument to func.
1521 * mi-cmds.h (quit_force): Declare.
1522
15231999-05-31 Fernando Nasser <fnasser@totem.to.cygnus.com>
1524
1525 * mi-out.c (mi_table_end): Remove unwanted "\n".
1526
1527Thu May 27 14:59:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
1528
1529 * top.c: Include "ui-hooks.h".
1530 (call_interp_loop): Tempoary. Pass mi_execute_command to
1531 simplified_command_loop. Initialize gdb_stdout & gdb_stderr to
1532 stdio gdb_file streams. Force all hooks to null.
1533
1534 * mi-cmds.h, mi-main.c, mi-cmds.c: New files.
1535 * Makefile.in (SFILES): Add mi-main.c, mi-cmds.c
1536 (COMMON_OBS): Add mi-main.o, mi-cmds.o.
1537 (mi_cmds_h): Define.
1538
1539Wed May 26 12:39:49 1999 Andrew Cagney <cagney@b1.cygnus.com>
1540
1541 * top.c (call_interp_loop): Hack. Add extern declaration for
1542 mi_ui_out_impl.
1543
15441999-05-25 Fernando Nasser <fnasser@totem.to.cygnus.com>
1545
1546 * mi-out.c: New table syntax.
1547
1548Mon May 24 16:16:29 1999 Andrew Cagney <cagney@amy.cygnus.com>
1549
1550 mi-out.c (_initialize_mi_out): Add external declaration.
1551
15521999-05-21 Fernando Nasser <fnasser@totem.to.cygnus.com>
1553
1554 * mi-out.c (mi_table_begin): Added missing parameter.
1555
15561999-05-21 Fernando Nasser <fnasser@totem.to.cygnus.com>
1557
1558 * mi-out.c: Changed table markers and added table id.
1559
15601999-05-21 Fernando Nasser <fnasser@totem.to.cygnus.com>
1561
1562 * mi-out.c: New file. Implements low-level ui-out primitives for
1563 CLI-based interaction.
1564
1565\f
1566Local Variables:
1567mode: change-log
1568left-margin: 8
1569fill-column: 74
1570version-control: never
1571End:
This page took 0.177684 seconds and 4 git commands to generate.