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