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