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