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