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