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