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