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