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