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