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