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