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