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