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