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