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