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