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