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