1 Wed Feb 23 10:30:55 2000 Andrew Cagney <cagney@b1.cygnus.com>
3 * gdbmi.texinfo: Update copyright - FSF. Update version
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
10 2000-02-21 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12 * mi-main.c: Add include of gdbcore.h for write_memory()
15 2000-02-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
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
22 (gdb_do_disassmble): Delete.
24 2000-02-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26 * mi-cmd-disas.c (mi_cmd_disassemble):
28 2000-02-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
30 * mi-main.c (mi_cmd_data_write_memory): New function. Write a
31 value into target memory.
33 * mi-cmds.h (mi_cmd_data_write_memory): Export.
35 * mi-cmds.c (mi_cmds): Hook up data-write-memory to
36 mi_cmd_data_write_memory().
38 2000-02-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
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
46 (free_and_reset): New function, free the argument and set it to
48 (mi_cmd_target_select_continuation): Delete prototype.
50 Tue Feb 1 00:17:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
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''.
56 Mon Jan 31 18:33:28 2000 Andrew Cagney <cagney@b1.cygnus.com>
58 * mi-main.c (mi_command_loop): Delete reference to
59 fputs_unfiltered_hook.
61 2000-01-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
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.
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.
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
77 2000-01-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
79 * mi-main.c (mi_cmd_data_read_memory): Correct the computation of
82 2000-01-27 Fernando Nasser <fnasser@totem.to.cygnus.com>
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
92 2000-01-27 Fernando Nasser <fnasser@totem.to.cygnus.com>
94 * mi-out.c (mi_field_string): Test for NULL string pointer.
96 2000-01-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
98 * mi-cmd-stack.c (mi_cmd_stack_list_frames): Call
99 print_frmae_info() with the correct arguments.
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.
105 2000-01-13 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
107 * mi-main.c: Move disassemble commands from here.
109 * mi-cmd-disas.c: To here. New file.
111 2000-01-13 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
113 * mi-cmd-stack.c: Remove include of mi-out.h.
115 * mi-main.c (mi_cmd_disassemble): Update function to use argc/argv
122 2000-01-12 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
124 * gdbmi.texinfo: Update stack commands descriptions.
125 Add thread commands descriptions and examples.
127 * mi-main.c (mi_cmd_thread_list_ids): Fix typo.
129 2000-01-12 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
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.
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.
138 * mi-cmds.h (mi_cmd_thread_select, mi_cmd_thread_list_ids): Export.
140 2000-01-11 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
142 * mi-main.c: Move stack commands from here.
144 * mi-cmd-stack.c: To here. New file.
146 2000-01-07 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
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
158 2000-01-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
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.
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.
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.
172 Tue Jan 4 12:38:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
174 * mi-main.c (mi_command_loop): Force the MI interface to use seven
176 * gdbmi.texinfo: Make it clear that a quoted C string is seven
179 Thu Dec 30 14:15:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
181 * mi-getopt.c (mi_getopt): Rewrite. Allow long options.
182 * mi-getopt.h (struct mi_opt): Declare.
185 * mi-main.c (mi_cmd_data_read_memory), mi-cmd-break.c
186 (mi_cmd_break_insert, mi_cmd_break_watch): Update.
188 Wed Dec 29 23:38:35 1999 Andrew Cagney <cagney@b1.cygnus.com>
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.
196 * gdbmi.texinfo: Update.
198 Fri Dec 24 11:23:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
200 * mi-main.c (gdb_do_disassemble): Strip out more useless #ifdef
203 1999-12-23 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
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.
210 1999-12-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
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
216 1999-12-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
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.
222 Fri Dec 17 20:23:33 1999 Andrew Cagney <cagney@b1.cygnus.com>
224 * gdbmi.texinfo: Document recommended syntax for options.
226 * mi-main.c (mi_cmd_data_read_memory): Add support for ``-o
228 * gdbmi.texinfo: Document.
230 Wed Dec 15 17:43:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
232 * mi-getopt.h (mi_getopt): Change optarg to a char pointer. Check
234 * mi-cmd-break.c (mi_cmd_break_insert): Update.
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
239 * gdbmi.texinfo: Update.
241 Wed Dec 15 01:05:40 1999 Andrew Cagney <cagney@b1.cygnus.com>
243 * mi-cmds.h (mi_cmd_result): Add MI_CMD_CAUGHT_ERROR for when the
246 * mi-main.c (captured_mi_execute_command): When
247 MI_CMD_CAUGHT_ERROR return 0 rethrowing the eror.
249 1999-12-13 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
251 * mi-cmd-break.c (mi_cmd_break_insert): Remove unused var.
253 * mi-cmd-var.c (mi_cmd_var_update): Remove unused variables.
255 Mon Dec 13 18:43:36 1999 Andrew Cagney <cagney@b1.cygnus.com>
257 * mi-parse.c (mi_parse): Quote the command when printing it.
258 (mi_parse_argv): Fix handling of quoted strings. Was not
260 (mi_parse_argv): Make static.
262 Mon Dec 13 18:30:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
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
271 * mi-cmd-break.c (mi_cmd_break_insert): Wrap body in #ifdef UI_OUT
272 to avoid non-ui compile problems.
274 Mon Dec 13 15:08:36 1999 Andrew Cagney <cagney@b1.cygnus.com>
276 * mi-getopt.h, mi-getopt.c: New files. Similar to getopt but with
277 well defined semantics.
279 Mon Dec 13 14:22:21 1999 Andrew Cagney <cagney@b1.cygnus.com>
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.
287 1999-12-09 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
289 * gdbmi.texinfo: Update description of exec-interrupt.
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
296 * gdbmi.texinfo: Add examples for data-evaluate-expression.
298 1999-12-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
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.
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,
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.
325 1999-12-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
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.
332 1999-12-07 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
334 * mi-parse.c (mi_parse): Add '\n' at end of error messages, so
335 that prompt comes out on new line.
337 * gdbmi.texinfo: Update disassembly command output.
339 1999-12-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
341 * mi-main.c (gdb_do_disassemble): Update output for UI_OUT case.
343 1999-12-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
345 * gdbmi.texinfo: Update exec-until output, including the reason
348 Thu Dec 2 17:17:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
350 * mi-cmds.c: Include <string.h> for memset.
352 1999-12-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
354 * mi-main.c (mi_cmd_exec_return): ifdef the references to
355 return_command_wrapper().
357 1999-12-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
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):
365 1999-12-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
367 * mi-main.c (mi_cmd_exec_return): Reimplement using
368 return_command() instead of mi_execute_async_cli_command().
370 1999-12-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
372 * mi-cmds.h: Export mi_cmd_data_assign and
373 mi_cmd_data_evaluate_expression.
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.
378 * mi-main.c (mi_cmd_data_assign): New function. Implement
380 (mi_cmd_data_evaluate_expression): New function. Implement
381 data-evaluate-expression command.
383 1999-12-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
385 * gdbmi.texinfo: Fix some texinfo formatting errors.
387 1999-12-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
389 * gdbmi.texinfo: Update data-list-register-values description.
391 * mi-cmds.h: Export mi_cmd_data_list_register_values.
393 * mi-cmds.c (mi_cmds): Hook data-list-register-values to
394 mi_cmd_data_list_register_values.
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
401 Wed Dec 1 20:27:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
403 * mi-main.c (mi_execute_async_cli_command): Append missing "\n"
404 for synchronous stopped message.
406 1999-11-30 James Ingham <jingham@leda.cygnus.com>
408 * gdbmi.texinfo: Fix obvious typo in @end statement.
410 Wed Dec 1 12:36:27 1999 Andrew Cagney <cagney@b1.cygnus.com>
412 * mi-cmd-var.c: Include "value.h".
413 * mi-console.c: Include <string.h>.
415 Wed Dec 1 00:21:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
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.
421 Wed Dec 1 00:10:07 1999 Andrew Cagney <cagney@b1.cygnus.com>
423 * gdbmi.texinfo: Explain NR-BYTES and ADDR.
425 Tue Nov 30 23:31:57 1999 Andrew Cagney <cagney@b1.cygnus.com>
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
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.
441 Tue Nov 30 19:37:25 1999 Andrew Cagney <cagney@b1.cygnus.com>
443 * mi-main.c (captured_mi_execute_command): Use fputstr_unfiltered
444 when printing error messages.
445 (mi_cmd_execute): Ditto.
447 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
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.
455 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
457 * gdbmi.texinfo: Remove mentioning of inaccurate watchpoint hit
460 Mon Nov 29 19:28:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
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.
471 Mon Nov 29 15:15:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
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.
476 1999-11-28 Andew Cagney <cagney@rat-in-a-hat.cygnus.com>
478 * mi-parse.c: Include <ctype.h> and <string.h>
480 1999-11-26 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
482 * gdbmi.texinfo: Added watchpoint command descriptions and
485 * mi-main.c (mi_load_progress): Add parameter for total sent so far.
488 Fri Nov 26 10:17:49 1999 Andrew Cagney <cagney@b1.cygnus.com>
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.
495 Wed Nov 24 19:41:35 1999 Andrew Cagney <cagney@b1.cygnus.com>
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.
503 * mi-cmds.c (struct mi_cmd): Add field for mi_cmd_argv_ftype.
504 (mi_cmds): Update mi_cmd_data_read_memory.
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''.
514 Wed Nov 24 15:03:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
516 * mi-parse.c (mi_parse): Initialize TOKEN when a CLI command.
518 * gdbmi.texinfo: Allow a <token> before a CLI command.
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.
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.
528 Wed Nov 24 12:57:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
530 * mi-parse.h: Remove const, from cmd parameter. Causes cascading
533 Wed Nov 24 15:03:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
535 * mi-parse.c (mi_parse): New function. Move parse code to here.
536 * mi-main.c (parse): From here. Delete.
538 Wed Nov 24 12:57:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
540 * mi-parse.c, mi-parse.h: New files. Implement mi_parse_env.
542 Wed Nov 24 11:24:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
544 * mi-out.c (mi_field_string): Make string parameter constant.
546 1999-11-23 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
548 * mi-cmds.h (mi_cmd_target_download): Export.
550 * mi-cmds.c (mi_cmds): Add mi_cmd_target_download.
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.
559 1999-11-22 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
561 * mi-main.c (mi_cmd_exec_until): New function. Implement until
563 (mi_cmd_exec_step_instruction): New function. Implement stepi
565 (mi_cmd_exec_next_instruction): New function. Implement nexti
568 * mi-cmds.c (mi_cmds): Add mi_cmd_exec_step_instruction,
569 mi_cmd_exec_next_instruction, mi_cmd_exec_until.
571 * mi-cmds.h (mi_cmd_exec_step_instruction,
572 mi_cmd_exec_next_instruction, mi_cmd_exec_until): Export.
574 Tue Nov 23 00:30:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
576 * mi/gdbmi.texinfo: Document -data-read-memory.
578 * mi-main.c (mi_cmd_data_read_memory): Fix off-by-one check of
580 (mi_cmd_data_read_memory): Label the output table with "memory".
582 Thu Nov 18 18:15:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
584 * mi-main.c (mi_cmd_exec_interrupt, mi_cmd_break_insert,
585 mi_cmd_break_watch, mi_cmd_disassemble, mi_cmd_execute): Replace
588 Thu Nov 18 20:50:09 1999 Andrew Cagney <cagney@b1.cygnus.com>
590 * mi-main.c (mi_cmd_data_read_memory): New function. Implement
593 * mi-cmds.h, mi-cmds.c: Add mi_cmd_data_read_memory.
594 * mi-cmds.c (mi_cmds): Ditto.
596 1999-11-11 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
598 * mi-cmds.h (mi_cmd_break_watch): Export.
600 * mi-cmds.c (mi_cmds): Hook up break-watch to function
603 * mi-main.c (wp_type): New enumeration for the possible types of
605 (mi_cmd_break_watch): New function, implements the break-watch
608 1999-11-11 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
610 * mi-main.c (mi_cmd_break_insert): Handle case in which the command is
611 just a -break-insert w/o args.
613 Fri Nov 12 00:01:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
615 * mi-out.c (mi_field_string): Always quote the string.
617 1999-11-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
619 * mi-cmds.h(mi_cmd_data_list_changed_registers,
620 mi_cmd_data_list_register_names): Export.
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.
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
634 (_initialize_mi_main): Call setup_architecture_data(), and
635 register_gdbarch_swap().
637 Wed Nov 10 18:35:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
639 * mi-main.c (mi_execute_command): Correctly quote error messages.
641 Wed Nov 10 11:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
643 * mi/gdbmi.texinfo: Delete <stream-output>. Replaced by
646 * mi-main.c (mi_console_raw_packet): Always quote console output.
648 Tue Nov 9 17:53:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
650 * mi-main.c (mi_console_file_new), mi-out.c (mi_out_new): Replace
651 the tui_file with a mem_file. Ya!
653 * mi-out.c (do_write): New function, wrapper to gdb_file_write.
654 (mi_out_put): Pass do_write to gdb_file_put.
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.
661 1999-11-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
663 * mi-cmds.c (mi_cmds): Break-insert is now implemented by
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.
670 Mon Nov 8 17:49:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
672 * mi-main.c (mi_console_file_flush): Replace gdb_file_get_strbuf
673 with tui_file_get_strbuf.
675 Fri Nov 5 17:06:07 1999 Andrew Cagney <cagney@b1.cygnus.com>
677 * mi-main.c (mi_console_file_delete, mi_console_file_fputs,
678 mi_console_file_flush): Call internal_error instead of error.
680 Thu Nov 4 19:53:32 1999 Andrew Cagney <cagney@b1.cygnus.com>
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.
686 Thu Nov 4 20:33:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
688 * mi-main.c (clean): Delete.
689 (mi_command_loop): Delete extern declaration of
692 1999-10-28 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
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
697 (mi_cmd_exec_interrupt): Conditionalize the body on UI_OUT,
698 because interrupt_target_command_wrapper is only defined if UI_OUT is.
700 * mi-cmds.c (mi_cmds): Implement command exec-interrupt by
701 mi_cmd_exec_interrupt.
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.
710 * mi-cmds.h (mi_cmd_exec_interrupt):Export.
712 1999-10-28 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
714 * mi-cmds.c (mi_cmds): Implement command stack-select-frame by
715 mi_cmd_stack_select_frame.
717 * mi-main.c (mi_cmd_stack_select_frame): New function. Implements
718 stack-select-frame command.
720 * mi-cmds.h (mi_cmd_select_frame):Export.
722 1999-10-26 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
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.
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.
735 * mi-cmds.h (mi_cmd_stack_list_args,mi_cmd_stack_list_locals) :
738 1999-10-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
740 * mi-cmds.c (mi_cmds): Add new command stack-info-depth.
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.
747 1999-10-22 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
749 * mi-main.c (mi_execute_command): Handle MI_CMD_ERROR case
750 properly, for command that return error code and don't set
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.
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.
763 1999-10-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
765 * mi-main.c (mi_cmd_disassemble): Handle the new command line
766 parameter that specifies the number of disassembly lines to be
768 (gdb_do_disassemble): Add new parameter. Count the number of lines
769 that have been displayed, and stop when limit is reached.
771 Wed Oct 13 18:04:13 1999 Andrew Cagney <cagney@b1.cygnus.com>
773 * mi-main.c (mi_command_loop): Don't initialize ``flush_hook''.
775 1999-10-13 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
777 * mi/gdbmi.texinfo: More reformatting of the grammars.
779 1999-10-12 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
781 * mi/gdbmi.texinfo: More TeX formatting.
783 1999-10-11 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
785 * mi/gdbmi.texinfo: First pass completed. All commands should have
787 Escape '@' output special char.
790 1999-10-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
792 * mi/gdbmi.texinfo: Filled in part of file command section, and
795 1999-10-07 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
797 * mi/gdbmi.texinfo: Filled in some sections about execution
800 Tue Oct 5 15:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
802 * mi-cmds.h: Sort table
804 (MI_TABLE_SIZE): Increase to 251.
806 1999-10-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
808 * mi-main.c (mi_cmd_var_create, mi_cmd_var_delete): Add missing
811 1999-10-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
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
820 1999-10-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
822 * mi-main.c (mi_execute_command): Fix handling of errors.
824 1999-10-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
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.
830 Mon Oct 4 15:17:29 1999 Andrew Cagney <cagney@b1.cygnus.com>
832 * mi-cmds.h: Sort function declarations.
833 (mi_lookup): Add extern.
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.
839 1999-10-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
841 * mi-main.c (mi_execute_async_cli_command): Don't do the cleanups
842 if target_executing is null.
844 1999-09-28 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
846 * mi-main.c (async_p): Change var name to event_loop_p.
848 Mon Sep 27 15:11:00 1999 Andrew Cagney <cagney@b1.cygnus.com>
850 * mi-main.c (mi_execute_async_cli_command, mi_execute_command):
851 Replace target_has_async with function target_can_async_p.
853 Sun Sep 26 00:12:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
855 * mi-main.c (mi_cmd_target_select_continuation): Delete function.
856 (mi_cmd_target_select): Simplify. target-connect is guarenteed to
859 Sun Sep 26 00:12:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
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.
865 * mi-main.c (mi_cmd_execute): Update.
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.
877 1999-09-22 Fernando Nasser <fnasser@totem.to.cygnus.com>
879 * mi-main.c (mi_cmd_var_create): Use paddr() to format address
882 1999-09-21 Fernando Nasser <fnasser@totem.to.cygnus.com>
884 * mi-main.c (mi_cmd_var_create): Test for varobjdebug before
885 printing trace and send it to gdb_stdlog.
887 Mon Sep 20 13:41:04 1999 Andrew Cagney <cagney@b1.cygnus.com>
889 * Makefile.in (mi-out.o): Add dependency list.
890 * mi-out.c: Include "mi-out.h".
892 1999-09-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
894 * mi-main.c (_initialize_mi_main): Events on stadin are now
895 handled by stdin_event_handler.
897 1999-09-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
899 * mi-cmds.c (mi_cmds): Add var-* commands.
901 1999-09-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
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-*
911 * mi-cmds.h: Add prototypes for the above.
913 1999-09-14 Fernando Nasser <fnasser@totem.to.cygnus.com>
915 * mi-cmds.c (mi_cmds): Add detach command.
917 1999-09-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
919 * mi-cmds.c (lookup_table): Fix typo.
921 1999-09-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
923 * mi-cmds.c (mi_cmds): Fix typo and missing command.
925 1999-09-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
927 * mi-main.c: Properly align function prototypes.
928 (mi_cmd_target_select): Proper check for NULL value.
930 1999-09-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
932 * mi-main.c (mi_execute_async_cli_command): Fix for native targets
933 that do not have async yet.
935 1999-09-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
937 * mi-main.c (mi_cmd_disassemble): Remove unused var.
938 (gdb_do_disassemble): Ditto.
940 1999-08-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
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
946 Mon Aug 30 18:16:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
948 * mi-main.c: #include <ctype.h> for isspace().
950 1999-08-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
952 * mi-main.c (gdb_do_disassemble): This function returns void, not
955 1999-08-26 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
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
962 1999-08-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
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
972 * mi-cmds.c (mi_cmds): Do data-disassemble mi command via the
973 mi_cmd_disassemble function.
975 * mi-cmds.h: Export new function mi_cmd_disassemble.
977 Wed Aug 25 15:58:31 1999 Andrew Cagney <cagney@b1.cygnus.com>
979 * mi-main.c (mi_command_loop): Remove references to ui-hooks.
981 1999-08-21 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
983 * mi-main.c (mi_execute_asynch_cli_command): Fix the incorrect
984 usage of strcat(): allocate enough space for the string.
986 1999-08-13 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
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.
992 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
994 * mi-main.c (_initialize_mi_main): Remove casting in call to
997 Sun Aug 8 17:20:57 1999 Andrew Cagney <cagney@b1.cygnus.com>
999 * mi-main.c (mi_cmd_target_select, mi_execute_asynch_cli_command):
1000 Replace call to fatal with call to internal_error.
1002 1999-07-26 Fernando Nasser <fnasser@totem.to.cygnus.com>
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
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.
1017 1999-07-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
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
1024 1999-07-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
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
1036 (mi_execute_cli_command): Remove parameter no longer needed.
1038 1999-07-15 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
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.
1048 1999-07-15 Fernando Nasser <fnasser@totem.to.cygnus.com>
1050 * mi-main.c (mi_gdb_exit): Add \n at the end.
1052 1999-07-15 Fernando Nasser <fnasser@totem.to.cygnus.com>
1054 * mi-main.c (mi_cmd_execute): New function. Dispatch a mi operation.
1055 (mi_execute_command): Use the above.
1057 1999-07-15 Fernando Nasser <fnasser@totem.to.cygnus.com>
1059 * mi-main.c: Fix identation.
1061 1999-07-15 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1063 * mi-main.c: Include target.h and inferior.h.
1064 (mi_cmd_target_select): New function to execute the target-select
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)"
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
1079 * mi-cmds.c (mi_cmds): Hook up -target-select operation to new mi
1082 * mi-cmds.h (mi_cmd_target_select): Add extern declaration.
1084 Thu Jul 15 10:31:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
1086 * mi-main.c (struct mi_console_file): Add field ``prefix''.
1087 (mi_console_file_new): Add argument prefix. Initialize prefix
1089 (mi_console_file_flush): Use ``prefix'' instead of "~" as the
1091 (mi_command_loop): Update stream output prefixes. gdb_stdout ==
1092 "~", gdb_stderr / gdb_stdlog == "&", gdb_stdtarg == "@".
1094 1999-07-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
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
1100 (mi_table_end): Test for supress_field_separator.
1101 (mi_message): Remove messages from MI output.
1103 1999-06-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
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.
1109 Mon Jun 28 13:06:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
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.
1115 * mi-main.c: Include "mi-out.h".
1117 1999-06-25 Fernando Nasser <fnasser@totem.to.cygnus.com>
1119 * top.c (print_gdb_version): Add the word HEADLESS when output
1120 follows headless format.
1121 (print_command_lines): Fix typo.
1123 1999-06-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1125 * event-loop.h: Export input_fd.
1126 * mi-main.c (mi_command_loop): Use the event loop if running
1128 (mi_execute_command_wrapper): New function.
1129 (_initialize_mi-main): Set things up for running asynchronously.
1131 1999-06-18 Fernando Nasser <fnasser@totem.to.cygnus.com>
1133 * mi-cmds.c (mi_lookup): Deleted.
1134 (lookup_table): New function. Replaces old mi_lookup() for local
1136 (mi_lookup): New function. External interface for command table
1138 (build_table): New definition.
1139 (mi_cmds[]): Add several command implementations and the gdb-cli
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
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
1156 1999-06-18 Fernando Nasser <fnasser@totem.to.cygnus.com>
1158 * mi-out.c (mi_table_begin): Add missing field separator call.
1160 Thu Jun 17 21:05:40 1999 Fernando Nasser <fnasser@tofu.to.cygnus.com>
1162 * breakpoint.c (breakpoint_1): Remove space in breakpoint table
1164 (mention): Use ui_out for last new line (forgotten).
1166 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
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".
1173 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
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
1182 (mi_cmd_exec_continue): New function. Implements exec-continue
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.
1190 Sat Jun 12 11:49:10 1999 Andrew Cagney <cagney@b1.cygnus.com>
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.
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.
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.
1204 Sat Jun 12 11:33:23 1999 Andrew Cagney <cagney@b1.cygnus.com>
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.
1210 Sat Jun 12 11:19:02 1999 Andrew Cagney <cagney@b1.cygnus.com>
1212 * mi-main.c (mi_console_file_fputs): Re-implement. Use a buffer
1213 to accumulate output.
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.
1219 Sat Jun 12 10:59:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
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.
1225 * mi-main.c (raw_stdout): Make global.
1226 * mi-main.c: Remove #ifdef UI_OUT. File assumes UI_OUT is
1228 * mi-main.c: Include "gdb_string.h".
1229 (mi_out_put): Delete declaration.
1231 1999-06-11 Fernando Nasser <fnasser@totem.to.cygnus.com>
1233 * mi-main.c: Add pre-processor test for UI_OUT.
1234 (mi_execute_command): Add pre-processor test for UI_OUT.
1236 Fri Jun 11 23:11:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
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
1242 (mi_console_file_fputs, mi_console_file_delete,
1243 mi_console_file_new): New functions.
1244 (struct mi_console_file): Declare.
1246 Fri Jun 11 18:34:33 1999 Andrew Cagney <cagney@b1.cygnus.com>
1248 * mi-main.c (mi_execute_command): Call mi_out_put to display the
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.
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
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.
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.
1266 Fri Jun 11 16:08:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
1268 * mi-out.c (mi_out_new): New function, replace init_mi_out.
1269 * mi-main.c (mi_command_loop): Call mi_out_new().
1271 * ui-out.h (mi_out_new): Add declaration. Will move later.
1272 (mi_ui_out_impl): Delete.
1274 Wed Jun 9 16:42:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
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
1281 Mon Jun 7 18:43:43 1999 Andrew Cagney <cagney@b1.cygnus.com>
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.
1289 Thu Jun 3 00:44:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
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.
1298 1999-05-31 Fernando Nasser <fnasser@totem.to.cygnus.com>
1300 * mi-out.c (mi_table_end): Remove unwanted "\n".
1302 Thu May 27 14:59:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
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.
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.
1314 Wed May 26 12:39:49 1999 Andrew Cagney <cagney@b1.cygnus.com>
1316 * top.c (call_interp_loop): Hack. Add extern declaration for
1319 1999-05-25 Fernando Nasser <fnasser@totem.to.cygnus.com>
1321 * mi-out.c: New table syntax.
1323 Mon May 24 16:16:29 1999 Andrew Cagney <cagney@amy.cygnus.com>
1325 mi-out.c (_initialize_mi_out): Add external declaration.
1327 1999-05-21 Fernando Nasser <fnasser@totem.to.cygnus.com>
1329 * mi-out.c (mi_table_begin): Added missing parameter.
1331 1999-05-21 Fernando Nasser <fnasser@totem.to.cygnus.com>
1333 * mi-out.c: Changed table markers and added table id.
1335 1999-05-21 Fernando Nasser <fnasser@totem.to.cygnus.com>
1337 * mi-out.c: New file. Implements low-level ui-out primitives for
1338 CLI-based interaction.
1345 version-control: never