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