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