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