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