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