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