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