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