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