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