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