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