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