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