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