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