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