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