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