2003-09-20 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / mi / ChangeLog
1 2003-09-20 Andrew Cagney <cagney@redhat.com>
2
3 * mi-main.c (get_register):
4
5 2003-09-17 Andrew Cagney <cagney@redhat.com>
6
7 * mi/mi-main.c: Rename REGISTER_BYTE to DEPRECATED_REGISTER_BYTE.
8
9 2003-09-10 Elena Zannoni <ezannoni@redhat.com>
10
11 * mi-main.c (mi_setup_architecture_data): Don't use
12 DEPRECATED_REGISTER_BYTES because some architecture don't set it
13 and its default is 0.
14
15 2003-08-08 Andrew Cagney <cagney@redhat.com>
16
17 * mi-main.c (captured_mi_execute_command): Add "mi2" and "mi3" to
18 interpreters that hack around CLI.
19 * mi-interp.c (mi3_command_loop): New function.
20 (mi_interpreter_resume): Check for "mi3", default to "mi2".
21
22 2003-08-07 Andrew Cagney <cagney@redhat.com>
23
24 * mi-interp.c (_initialize_mi_interp): Register "mi2" and "mi3".
25 Make "mi" select "mi2".
26
27 2003-08-05 Andrew Cagney <cagney@redhat.com>
28
29 * mi-cmd-env.c (env_execute_cli_command): Use an explicit "%s %s"
30 when constructing the run command.
31 (mi_cmd_env_cd, mi_cmd_env_path, mi_cmd_env_dir): Simplify command
32 string removing the "%s".
33
34 2003-08-04 Andrew Cagney <cagney@redhat.com>
35
36 * mi-cmds.h (struct mi_cli): Define.
37 (struct mi_cmd): Change type of "cli" to "struct mi_cli".
38 * mi-cmds.c (mi_cmds): Update table.
39 * mi-parse.c (mi_parse): Update.
40 * mi-main.c (mi_execute_cli_command): Add "args_p" parameter, make
41 others constant.
42 (mi_cmd_execute): Update call.
43 (captured_mi_execute_command): Ditto.
44
45 2003-08-04 David Carlton <carlton@kealia.com>
46
47 * mi-main.c (mi_error_last_message): Add "%s" second argument to
48 xasprintf call.
49
50 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
51
52 * mi-out.c (mi_ui_out_impl): Add NULL for redirect member.
53
54 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
55
56 * mi-cmds.c (mi_cmds): Add "-target-disconnect".
57
58 2003-06-11 David Carlton <carlton@bactrian.org>
59
60 * mi-cmd-stack.c: Include dictionary.h.
61 (list_args_or_locals): Update use of ALL_BLOCK_SYMBOLS.
62
63 2003-06-11 Andrew Cagney <cagney@redhat.com>
64
65 * mi-main.c (get_register): Replace REGISTER_CONVERTIBLE with
66 DEPRECATED_REGISTER_CONVERTIBLE.
67
68 2003-06-08 Andrew Cagney <cagney@redhat.com>
69
70 * mi-parse.c (_initialize_mi_parse): Delete function.
71 * mi-main.c: Include "mi-main.h".
72 * mi-interp.c (_initialize_mi_interp): Add declaration.
73 * mi-cmd-stack.c: Include "stack.h".
74 (select_frame_command_wrapper): Delete extern declaration.
75 (mi_cmd_stack_select_frame): Replace select_frame_command_wrapper
76 with select_frame_command.
77
78 2003-05-16 Andrew Cagney <cagney@redhat.com>
79
80 * mi-main.c (mi_setup_architecture_data):
81
82 2003-05-12 Elena Zannoni <ezannoni@redhat.com>
83
84 * mi-mi-cmd-stack.c (list_args_or_locals): Rename VAR_NAMESPACE to
85 VAR_DOMAIN.
86
87 2003-05-11 Andrew Cagney <cagney@redhat.com>
88
89 * mi-symbol-cmds.c: Rename "mi-cmd-symbol.c", avoid 8.3 problem.
90
91 2003-05-08 Andrew Cagney <cagney@redhat.com>
92
93 * mi-main.c (register_changed_p): Use MAX_REGISTER_SIZE instead of
94 MAX_REGISTER_RAW_SIZE.
95
96 2003-05-08 Andrew Cagney <cagney@redhat.com>
97
98 * mi-main.c (get_register): Use MAX_REGISTER_SIZE.
99
100 2003-05-05 Andrew Cagney <cagney@redhat.com>
101
102 * mi-main.c (mi_cmd_data_write_register_values): Replace
103 REGISTER_SIZE with DEPRECATED_REGISTER_SIZE.
104
105 2003-05-03 J. Brobecker <brobecker@gnat.com>
106
107 From Thierry Schneider <tpschneider1@yahoo.com>:
108 * mi-cmds.h (mi_cmd_symbol_list_lines): Add declaration.
109 * mi-cmds.c (mi_cmds): Add entry for new MI command.
110 * mi-cmd-symbol.c (mi_cmd_symbol_list_lines): New source file
111 for all symbol-related commands.
112
113 2003-04-02 Bob Rossi <bob_rossi@cox.net>
114
115 * mi-cmd-file.c: New file to implement mi file commands.
116 * mi-getopt.c (mi_valid_noargs): Added mi_valid_noargs to verify
117 if a set of parameters passed to an MI function has no arguments
118 * mi-getopt.h (mi_valid_noargs): Declare.
119 * mi-cmds.c (mi_cmds): Added -file-list-exec-source-file command.
120 * mi-cmds.h (mi_cmd_file_list_exec_source_file): Declare.
121
122 2003-03-27 Andrew Cagney <cagney@redhat.com>
123
124 * gdbmi.texinfo: Delete file. Contents moved to
125 ../doc/gdb.texinfo.
126
127 2003-03-12 Andrew Cagney <cagney@redhat.com>
128
129 * mi-main.c (get_register): Use frame_register instead of
130 get_saved_register.
131
132 2003-03-08 Andrew Cagney <cagney@redhat.com>
133
134 * mi-out.c: Update copyright.
135 (mi_out_data): Define typedef. Use instead of ui_out_data.
136
137 2003-03-01 Andrew Cagney <cagney@redhat.com>
138
139 * mi-main.c (get_register): Use register_type instead of
140 REGISTER_VIRTUAL_TYPE.
141
142 2003-02-25 David Carlton <carlton@math.stanford.edu>
143
144 * mi-cmd-stack.c: Replace all instances of SYMBOL_NAME with
145 DEPRECATED_SYMBOL_NAME. Update copyright.
146
147 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
148
149 * mi-cmd-stack.c (list_args_or_locals): Handle LOC_COMPUTED and
150 LOC_COMPUTED_ARG.
151
152 2003-02-19 David Carlton <carlton@math.stanford.edu>
153
154 * mi-cmd-stack.c: #include "block.h"
155
156 2003-02-09 Andrew Cagney <ac131313@redhat.com>
157
158 * mi-interp.c (mi_remove_notify_hooks): Convert function
159 definition to ISO C.
160
161 2003-02-06 Andrew Cagney <ac131313@redhat.com>
162
163 * mi-cmd-env.c: Include "gdb_stat.h" instead of <sys/stat.h>.
164
165 2003-02-04 Jim Ingham <jingham@apple.com>
166 Keith Seitz <keiths@redhat.com>
167 Elena Zannoni <ezannoni@redhat.com>
168 Andrew Cagney <ac131313@redhat.com>
169
170 * mi-main.h: New file.
171 * mi-interp.c: New file.
172 * mi-main.c: Include "interps.h".
173 (mi_error_message): Make global.
174 (mi_input): Delete static function, moved to "mi-interp.c".
175 (mi_execute_command, mi_execute_command_wrapper): Ditto.
176 (mi_command_loop, mi1_command_loop, mi2_command_loop): Ditto.
177 (mi_load_progress): Make non-static.
178 (mi_error_last_message): New function.
179 (captured_mi_execute_command): If the interpreter changed, don't
180 print anything.
181 (mi_load_progress): Use current_interp_named_p.
182 (mi_init_ui): Delete function.
183 (_initialize_mi_main): Don't install the mi interpreter, handled
184 by "mi-interp.c".
185 (mi_exec_async_cli_cmd_continuation): Make static.
186 * mi-console.h (mi_console_file_new): Add `quote' parameter.
187 * mi-console.c (struct mi_console_file): Add `quote'.
188 (mi_console_file_new): Add `quote' parameter. Initialize `quote'.
189 (mi_console_raw_packet): Only quote the output when `quote'.
190 * mi-cmds.h (mi_cmd_interpreter_exec): Declare.
191 (mi_error_message, mi_error_last_message): Declare.
192 (mi_execute_command): Declare.
193 * mi-cmds.c: Add `interpreter-exec' command.
194
195 2003-02-04 Andrew Cagney <ac131313@redhat.com>
196
197 From Keith Seitz <keiths@redhat.com>:
198 * gdbmi.texinfo (GDB/MI Miscellaneous Commands): Document the
199 interpreter-exec command.
200
201 2003-02-02 Andrew Cagney <ac131313@redhat.com>
202
203 From 2002-11-10 Jason Molenda (jason-cl@molenda.com):
204 * mi-cmd-var.c (mi_cmd_var_list_children): CHILDREN field is
205 now a list; still a tuple when in mi1.
206 * gdbmi.texinfo: Update var-list-children example.
207
208 2003-01-13 Andrew Cagney <ac131313@redhat.com>
209
210 * mi-cmd-env.c: Update copyright.
211
212 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
213
214 * mi-main.c (mi_cmd_exec_return): Use print_stack_frame instead of
215 show_and_print_stack_frame.
216
217 2003-01-09 Andrew Cagney <ac131313@redhat.com>
218
219 * mi-cmd-env.c: Include "gdb_string.h" instead of <string.h>.
220 Move all includes to after "defs.h".
221
222 2002-12-13 Jeff Johnston <jjohnstn@redhat.com>
223
224 * mi-cmds.c (-environment-directory) Change to use mi_cmd_env_dir,
225 (-environment-cd): Change to use mi_cmd_env_cd,.
226 (-environment-pwd): Change to use mi_cmd_env_pwd.
227 (-environment-path): Change to use mi_cmd_env_path.
228 * mi-cmds.h (mi_cmd_env_cd, mi_cmd_env_dir): New prototypes.
229 (mi_cmd_env_path, mi_cmd_env_pwd): Ditto.
230 * mi-cmd-env.c: New file. Part of fix for PR gdb/741.
231 * gdbmi.texinfo (environment-cd): Update output and example.
232 (environment-pwd): Ditto.
233 (environment-dir): Update output, description, and examples.
234 (environment-path): Ditto.
235
236 2002-11-29 Andrew Cagney <ac131313@redhat.com>
237
238 * mi/mi-cmd-stack.c, mi/mi-main.c: Update to use
239 deprecated_selected_frame.
240
241 2002-11-13 Andrew Cagney <ac131313@redhat.com>
242
243 * mi-main.c (mi_cmd_data_write_register_values): Use
244 deprecated_write_register_bytes instead of write_register_bytes.
245
246 2002-11-11 Jeff Johnston <jjohnstn@redhat.com>
247
248 * gdbmi.texinfo (-var-assign): Add comments about interaction
249 with -var-update and add an example. Part of fix for gdb/702.
250
251 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
252
253 * mi-main.c (mi_command_loop): Initialize raw_stdout and gdb_stdout
254 only if mi version is <= 1.
255 (mi_init_ui): Initialize raw_stdout and gdb_stdout if mi version
256 is > 1 so startup message is treated as console output. This is
257 part of fix for PR gdb/604.
258
259 2002-11-06 Jeff Johnston <jjohnstn@redhat.com>
260
261 * mi-cmd-var.c (mi_cmd_var_create): Change the function used to
262 parse the frame addr from parse_and_eval_address() to
263 string_to_core_addr(). This is a fix for PR gdb/494.
264
265 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
266
267 * mi-cmd-var.c: Change all remaining occurrences of ui_out_tuple_begin
268 to make_cleanup_ui_out_tuple_begin_end. Change all remaining
269 occurrences of ui_out_list_begin to make_cleanup_ui_out_list_begin_end.
270 Use do_cleanups instead of ui_out_list_end or ui_out_tuple_end. This
271 is a fix for PR gdb/680.
272 * mi-cmd-stack.c: Ditto.
273 * mi-main.c: Ditto.
274
275 2002-10-22 Keith Seitz <keiths@redhat.com>
276
277 * mi-main.c (mi_cmd_thread_select): Only return MI_CMD_CAUGHT_ERROR
278 when we really did catch an error(). If we got GDB_RC_FAIL, return
279 MI_CMD_ERROR instead.
280
281 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
282
283 * gdbmi.texinfo: Fix examples that show frames to remove
284 extraneous blank in level field. Part of fix for PR gdb/192.
285
286 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
287
288 * mi-cmd-var.c (mi_cmd_var_update): Fix for PR gdb/672. For m2,
289 output list begin and end for "changelist" rather than tuple begin/end.
290 (varobj_update_one): For m2, add tuple begin and end for varobj
291 update output.
292
293 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
294
295 * mi-main.c (mi_cmd_exec_return): Don't use
296 return_command_wrapper, use return_command instead.
297 (mi_cmd_exec_interrupt): Don't use
298 interrupt_target_command_wrapper, use interrupt_target_command
299 instead.
300 (return_command_wrapper, interrupt_target_command_wrapper):
301 Delete.
302 Include frame.h.
303
304 2002-10-01 Andrew Cagney <ac131313@redhat.com>
305
306 * mi-main.c (mi2_command_loop): New function.
307 (mi0_command_loop): Delete function.
308 (_initialize_mi_main): Recognize, and default to, "mi2". Do not
309 recognize "mi0".
310 * mi-out.c (mi_table_begin): Remove mi0 code.
311 (mi_table_body, mi_table_end): Ditto.
312 (mi_table_header, mi_open, mi_close): Ditto.
313
314 2002-09-29 Andrew Cagney <ac131313@redhat.com>
315
316 * mi-out.c (mi_version): New function.
317 * mi-out.h (mi_version): Declare.
318
319 2002-09-27 Andrew Cagney <ac131313@redhat.com>
320
321 From 2002-07-12 Mo DeJong <supermo@bayarea.net>
322 * gdbmi.texinfo (var-evaluate-expression): Note that
323 var-list-children must be invoked before child variable
324 values can be evaluated.
325
326 2002-09-26 Elena Zannoni <ezannoni@redhat.com>
327
328 * mi-cmd-disas.c (dump_insns): Add text only output for CLI.
329 (do_mixed_source_and_assembly): Ditto.
330
331 2002-09-11 Keith Seitz <keiths@redhat.com>
332
333 * mi-main.c (mi_cmd_data_list_register_names): Use cleanups
334 for the uiout list. Do the cleanups when returning an error.
335 (mi_cmd_data_list_changed_registers): Ditto.
336 (mi_cmd_data_list_register_values): Use cleanups for the uiout list
337 and tuples. Do the cleanups when returning errors.
338
339 2002-07-29 Andrew Cagney <ac131313@redhat.com>
340
341 * mi-cmd-var.c: Include "gdb_string.h".
342 * mi-cmd-disas.c: Ditto.
343
344 2002-06-17 Keith Seitz <keiths@redhat.com>
345
346 * gdbmi.texinfo: Update command examples with real MI behavior.
347
348 2002-05-20 Keith Seitz <keiths@redhat.com>
349
350 * mi-main.c (captured_mi_execute_command): Add uiout parameter.
351 "data" is now a structure which is used to pass data to/from this
352 function to mi_execute_command.
353 Modify function to comply with requirements from catch_exceptions.
354 Store real return result and command's return result in data.
355 (mi_execute_command): Use catch_exceptions.
356 Use enum to handle actions to be performed instead of overloading
357 catch_errors return result and the mi return result.
358
359 2002-04-14 Andrew Cagney <ac131313@redhat.com>
360
361 * mi-main.c (mi_cmd_exec_return):
362
363 2002-04-09 Andrew Cagney <ac131313@redhat.com>
364
365 * mi-main.c (register_changed_p): Use frame_register_read instead
366 of read_relative_register_raw_bytes.
367 (get_register): Delete out-of-date comment.
368
369 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
370
371 * mi-cmd-disas.c: Run through indent.
372
373 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
374
375 * mi-cmd-disas.c (dump_insns): New function.
376 (do_mixed_source_and_assembly): New function.
377 (do_assembly_only): New function.
378 (do_disassembly): New function.
379 (mi_cmd_disassemble): Rewrite using smaller, more modular
380 functions.
381
382 2002-04-05 Jim Blandy <jimb@redhat.com>
383
384 * mi-cmd-stack.c (list_args_or_locals): Pass new arg to
385 get_frame_block. (See entry in gdb/ChangeLog.)
386
387 2002-04-05 Elena Zannoni <ezannoni@redhat.com>
388
389 * mi-cmd-disas.c (mi_cmd_disassemble): Use TARGET_PRINT_INSN
390 instead of tm_print_insn.
391 Update copyright year.
392
393 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
394
395 * mi-cmd-disas.c (mi_cmd_disassemble): Skip end-of-function
396 markers in the line table.
397
398 2002-03-15 Andrew Cagney <ac131313@redhat.com>
399
400 * mi-main.c (XMALLOC): Delete macro.
401 * mi-out.c (XMALLOC): Ditto.
402 * mi-parse.c (XMALLOC): Ditto.
403 * mi-console.c (XMALLOC): Ditto.
404 * mi-cmd-var.c (XMALLOC): Ditto.
405 * mi-cmd-break.c (XMALLOC): Ditto.
406
407 * mi/mi-cmd-var.c, mi/mi-console.c, mi/mi-out.c: Update copyright
408 * mi/mi-parse.c: Ditto.
409
410 2002-02-24 Andrew Cagney <ac131313@redhat.com>
411
412 From wiz at danbala:
413 * gdbmi.texinfo: Fix grammar and typos.
414 Fix PR gdb/287.
415
416 2002-02-03 Jim Blandy <jimb@redhat.com>
417
418 * mi-cmd-stack.c (list_args_or_locals): Move declaration of
419 print_me inside the loop body, so it gets re-initialized every
420 iteration. The cases for the different symbol kinds leave
421 print_me unchanged if they don't want the symbol printed.
422
423 2002-01-22 Andrew Cagney <ac131313@redhat.com>
424
425 * gdbmi.texinfo: Remove makeinfo 3.12 hacks.
426
427 2002-01-21 Andrew Cagney <ac131313@redhat.com>
428
429 * mi-cmd-stack.c: Remove #else clause of #ifdef UI_OUT.
430 * mi-cmd-break.c: Ditto.
431 * mi-main.c: Ditto.
432
433 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
434
435 * gdbmi.texinfo: Fix the application of GFDL in the Copyright notice.
436
437 2001-10-12 Daniel Jacobowitz <drow@mvista.com>
438
439 * mi-cmd-stack.c (list_args_or_locals): Use ALL_BLOCK_SYMBOLS.
440
441 2001-09-18 Andrew Cagney <ac131313@redhat.com>
442
443 * mi-main.c (mi_cmd_thread_select): Pass uiout to
444 gdb_thread_select.
445 (mi_cmd_thread_list_ids): Pass uiout to gdb_list_thread_ids.
446
447 * mi-cmd-break.c (breakpoint_notify): Pass uiout to
448 gdb_breakpoint_query.
449
450 2001-08-17 Keith Seitz <keiths@redhat.com>
451
452 * mi-cmd-var.c (varobj_update_one): Update call to
453 varobj_update to reflect recent api change.
454
455 2001-07-26 Andrew Cagney <ac131313@redhat.com>
456
457 * mi-main.c: Include "gdb.h".
458 * mi-cmd-break.c: Include "gdb.h".
459
460 2001-07-12 Andrew Cagney <ac131313@redhat.com>
461
462 * mi-main.c (mi_execute_command): Flush output after ``(gdb)''
463 prompt. Bug reported by David Whedon.
464 (mi_execute_async_cli_command): Ditto.
465 (mi_exec_async_cli_cmd_continuation): Ditto.
466 (mi_command_loop): Ditto.
467
468 2001-07-10 Mark Kettenis <kettenis@gnu.org>
469
470 * mi-out.c (mi_out_new): Initialize suppress_ouput field of newly
471 created `struct ui_out_data'.
472
473 2001-07-09 Kevin Buettner <kevinb@redhat.com>
474
475 * mi-main.c (register_changed_p, get_register): Use alloca()
476 to allocate space previously allocated via gcc's
477 variable-length array extension.
478 (mi_cmd_data_write_register_values, mi_cmd_data_write_memory):
479 Change type of ``buffer'' to ``void *''. Don't cast return value
480 from xmalloc(). Add a cleanup to free the xmalloc'd buffer.
481
482 2001-07-07 Andrew Cagney <ac131313@redhat.com>
483
484 * mi-main.c (mi_cmd_data_evaluate_expression): Replace value_ptr
485 with `struct value *'.
486
487 2001-07-08 Kevin Buettner <kevinb@redhat.com>
488
489 * mi-out.c (mi_table_header, mi_field_int, mi_field_skip)
490 (mi_field_string) Make function declarators match earlier
491 declarations.
492
493 2001-07-04 Andrew Cagney <ac131313@redhat.com>
494
495 * mi-out.c (mi_ui_out_impl): Initialize is_mi_like_p to one.
496
497 2001-06-27 Andrew Cagney <ac131313@redhat.com>
498
499 * mi-out.c (mi_table_begin): Include nr_cols and nr_rows in mi1
500 table output.
501 * mi-out.c (mi_table_begin): Only suppress output when mi0. Change
502 the header to a list.
503 (mi_table_body): For mi1, close the header list and open a table
504 body list.
505 (mi_table_end): For mi1, close the body list.
506 (mi_table_header): For mi1, output a tuple containing all the
507 header information.
508 (mi_open, mi_close): Reverse logic of mi_version test.
509 * gdbmi.texinfo (GDB/MI Breakpoint Table Commands): Update.
510
511 2001-06-26 Andrew Cagney <ac131313@redhat.com>
512
513 * gdbmi.texinfo (GDB/MI Output Syntax): Delete reference to query
514 packet.
515
516 2001-06-26 Andrew Cagney <ac131313@redhat.com>
517
518 * mi-cmd-stack.c (list_args_or_locals): Output a list of "args" or
519 "locals" entries.
520 * gdbmi.texinfo (stack-list-locals, stack-list-arguments)
521 (exec-interrupt, target-select, thread-select): Update
522 documentation.
523
524 2001-06-26 Andrew Cagney <ac131313@redhat.com>
525
526 * mi-cmd-stack.c (mi_cmd_stack_list_frames): Output a list of
527 "stack" entries.
528 (mi_cmd_stack_list_args): Ditto for "stack-args".
529 * gdbmi.texinfo (stack-list-frames, stack-list-arguments): Update
530 documentation.
531 (GDB/MI Stack Manipulation Commands): Fix section title. Was
532 Stack Manipulation Commands in GDB/MI.
533
534 2001-06-25 Andrew Cagney <ac131313@redhat.com>
535
536 * gdbmi.texinfo: Update output examples that contain stop reason
537 output, change the args=.... to a list.
538 (exec-return): Ditto.
539
540 2001-06-25 Andrew Cagney <ac131313@redhat.com>
541
542 * mi-main.c (mi_cmd_data_read_memory): Output the memory contents
543 - memory and data - as a list.
544 * gdbmi.texinfo (data-read-memory): Update documentation.
545
546 2001-06-25 Andrew Cagney <ac131313@redhat.com>
547
548 * mi-main.c (mi_cmd_data_list_register_values): Output a list of
549 register values.
550 * gdbmi.texinfo (data-list-register-values): Update documentation.
551
552 2001-06-25 Andrew Cagney <ac131313@redhat.com>
553
554 * mi-main.c (mi_cmd_data_list_register_names): Output a list of
555 register names.
556 (mi_cmd_data_list_register_names): Include the pseudo registers.
557 (mi_cmd_data_list_register_names): Don't leave holes in the list,
558 output "" for NULL registers.
559 * gdbmi.texinfo (data-list-register-names): Update documentation.
560
561 2001-06-23 Andrew Cagney <ac131313@redhat.com>
562
563 * mi-main.c (mi_cmd_data_list_changed_registers): Output a list of
564 register numbers.
565 * gdbmi.texinfo (data-list-changed-registers): Update
566 documentation.
567
568 2001-06-23 Andrew Cagney <ac131313@redhat.com>
569
570 * gdbmi.texinfo (data-disassemble): Update documentation of
571 output. Produces a list of instructions and a list of source
572 lines.
573
574 2001-06-22 Andrew Cagney <ac131313@redhat.com>
575
576 * mi-cmd-disas.c (mi_cmd_disassemble): For "-data-disassemble",
577 output a list instead of a tupple.
578
579 2001-06-21 Andrew Cagney <ac131313@redhat.com>
580
581 * mi-out.c (struct ui_out_data): Replace field first_header with
582 suppress_output.
583 (mi_begin, mi_end): Check suppress_header.
584 (mi_field_int, mi_field_skip): Ditto.
585 (mi_field_string, mi_field_fmt): Ditto.
586 (mi_table_begin): When nr_rows is zero, set suppress_header else,
587 output the start of the header.
588 (mi_table_body): Clear suppress header.
589
590 2001-06-21 Andrew Cagney <ac131313@redhat.com>
591
592 * mi-out.c (mi_open): For lists, when mi_version > 0, use ``[''.
593 (mi_close): Ditto for ``]''.
594
595 2001-06-20 Andrew Cagney <ac131313@redhat.com>
596
597 * mi-out.c (mi_table_header): Add parameter ``col_name''.
598
599 2001-06-18 Andrew Cagney <ac131313@redhat.com>
600
601 * mi-out.c: Include "gdb_assert.h".
602 (mi_table_begin): Add parameter ``nr_rows''.
603
604 2001-06-18 Andrew Cagney <ac131313@redhat.com>
605
606 * mi-main.c: Use strncmp as the "mi" test. Allow "mi", "mi0" and
607 "mi1".
608 (mi_command_loop): Add parameter mi_version, pass to mi_out_new.
609 (mi1_command_loop, mi0_command_loop): New functions.
610 (_initialize_mi_main): Recognize "mi", "mi0" and "mi1".
611 * mi-out.c (mi_out_new): Add parameter mi_version.
612 (struct ui_out_data): Add field mi_version.
613 * mi-out.h (mi_out_new): Update.
614
615 2001-06-07 Andrew Cagney <ac131313@redhat.com>
616
617 * gdbmi.texinfo (GDB/MI Output Syntax): Add tuples and lists to
618 syntax.
619 (GDB/MI Draft Changes to Output Syntax): Delete section.
620
621 Mon Jun 11 17:22:25 2001 Andrew Cagney <cagney@b1.cygnus.com>
622
623 * mi-out.c: Fix typo. s/supress/suppress/.
624
625 2001-06-09 Andrew Cagney <ac131313@redhat.com>
626
627 * mi-out.c (mi_table_end, mi_table_begin, mi_begin, mi_end): Move
628 supress_field_separator updates from here.
629 (mi_open, mi_close): To here.
630 (mi_open): Add parameter name. Output a field_separator.
631 (mi_table_begin): Update.
632 (mi_table_header): Update.
633 (mi_begin): Update.
634
635 2001-06-09 Andrew Cagney <ac131313@redhat.com>
636
637 * mi-out.c (mi_table_begin): Make char* parameters constant.
638 (mi_table_header): Ditto.
639 (mi_field_int): Ditto.
640 (mi_field_skip): Ditto.
641 (mi_field_string): Ditto.
642 (mi_field_fmt): Ditto.
643 (mi_text): Ditto.
644 (mi_message): Ditto.
645
646 2001-05-12 Andrew Cagney <ac131313@redhat.com>
647
648 * mi-out.c (mi_close, mi_open): Output ``[]'' when a list.
649
650 Fri May 11 13:55:07 2001 Andrew Cagney <cagney@b1.cygnus.com>
651
652 * mi-cmd-var.c: Replace ui_out_list_begin, ui_out_list_end and
653 make_cleanup_ui_out_list_end with ui_out_tupple_begin,
654 ui_out_tupple_end and make_cleanup_ui_out_tupple_begin_end.
655 * mi-cmd-stack.c: Ditto.
656 * mi-cmd-disas.c: Ditto.
657 * mi-main.c: Ditto.
658
659 2001-05-10 Andrew Cagney <ac131313@redhat.com>
660
661 * mi-out.c (mi_open, mi_close): Replace list_open and list_close.
662 (mi_table_begin): Update.
663 (mi_table_header): Update.
664 (mi_begin): Update.
665 (mi_table_body): Update.
666 (mi_table_end): Update.
667 (mi_end): Update.
668
669 Thu May 10 16:28:13 2001 Andrew Cagney <cagney@b1.cygnus.com>
670
671 * mi-main.c (mi_execute_async_cli_command): Always initialize
672 old_cleanups.
673
674 2001-05-08 Andrew Cagney <ac131313@redhat.com>
675
676 * mi-out.c (mi_begin, mi_end): Replace mi_list_begin and
677 mi_list_end.
678 (mi_ui_out_impl): Update.
679
680 2001-03-28 Andrew Cagney <ac131313@redhat.com>
681
682 * mi-main.c (mi_cmd_data_read_memory): Use xcalloc.
683
684 2001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
685
686 * gdbmi.texinfo: Update copyright. Change Permissions to GFDL.
687
688 2001-03-20 Andrew Cagney <ac131313@redhat.com>
689
690 * mi-cmd-disas.c (mi_cmd_disassemble): Initialize ``file_string''
691 and ``line_num''. Consolidate declaration of argument variables.
692
693 2001-03-19 Andrew Cagney <ac131313@redhat.com>
694
695 * mi-out.h: Remove #ifdef __STDC__.
696
697 2001-03-08 Andrew Cagney <ac131313@redhat.com>
698
699 * mi-main.c (mi_cmd_data_list_register_names): Use NUM_REGS, not
700 ARCH_NUM_REGS.
701 (mi_cmd_data_list_changed_registers): Ditto.
702 (mi_cmd_data_list_register_values): Ditto.
703 (mi_cmd_data_write_register_values): Ditto.
704
705 2001-03-06 Kevin Buettner <kevinb@redhat.com>
706
707 * gdbmi.texinfo, mi-cmd-disas.c, mi-cmd-stack.c, mi-cmd-var.c,
708 mi-cmds.c, mi-cmds.h, mi-console.c, mi-console.h, mi-getopt.c,
709 mi-getopt.h, mi-out.c, mi-out.h, mi-parse.c, mi-parse.h:
710 Update/correct copyright notices.
711
712 Wed Feb 7 19:50:37 2001 Andrew Cagney <cagney@redhat.com>
713
714 * mi-getopt.c: Add __FILE__ and __LINE__ parameter to calls to
715 internal_error.
716 * mi-console.c: Ditto.
717 * mi-cmds.c: Ditto.
718 * mi-cmd-break.c: Ditto.
719
720 2001-01-27 Fernando Nasser <fnasser@redhat.com>
721
722 From Momchil Velikov <velco@fadata.bg>
723 * mi-cmd-disas.c (gdb_dis_asm_read_memory): Add missing memory
724 attributes argument in the call to `xfer_memory'.
725
726 2000-12-14 Kevin Buettner <kevinb@redhat.com>
727
728 * mi-cmd-disas.c, mi-cmd-var.c, mi-console.c, mi-main.c,
729 mi-parse.c: Replace occurrences of free() with xfree().
730
731 Fri Nov 17 16:07:23 2000 Andrew Cagney <cagney@b1.cygnus.com>
732
733 * mi-main.c: Replace asprintf with xasprintf.
734 * mi-cmd-var.c (mi_cmd_var_create): Ditto.
735
736 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
737
738 * gdbmi.texinfo (GDB/MI Variable Objects): Dimensions of
739 multitable changed to "@columnfractions .4 .6". Suggested by
740 Dmitry Sivachenko <dima@Chg.RU>.
741
742 2000-08-23 Eli Zaretskii <eliz@is.elta.co.il>
743
744 * gdbmi.texinfo: Change flathead -> @sc{gdb/mi}.
745 Fix typos and markup mistakes (from Dmitry S.
746 Sivachenko <dima@Chg.RU>).
747
748 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
749
750 * gdbmi.texinfo: Change GDB -> @value{GDBN}, and
751 (gdb) -> (@value{GDBP}). Fix a few typos and some markup. From
752 Dmitry S. Sivachenko <dima@Chg.RU>.
753
754 Tue May 16 14:13:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
755
756 * mi-main.c (mi_cmd_execute): Use free_current_contents.
757 (free_and_reset): Delete.
758
759 Mon May 15 16:17:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
760
761 * mi-main.c (mi_cmd_data_assign, mi_cmd_data_evaluate_expression),
762 mi-cmd-var.c (mi_cmd_var_create, mi_cmd_var_delete): Delete
763 make_cleanup_func casts. Not needed.
764
765 2000-05-07 Eli Zaretskii <eliz@is.elta.co.il>
766
767 * gdbmi.texinfo: Lots of typos and grammar fixes from Brian
768 Youmans <3diff@flib.gnu.ai.mit.edu>.
769
770 Wed Apr 26 18:35:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
771
772 * gdbmi.texinfo (GDB/MI Output Syntax v2.0): Convert Draft 2.0
773 Output Syntax into a new section. Cross reference.
774 (menu): Fix tipo. GDB/MI Compatibility with CLI.
775
776 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
777
778 * gdbmi.texinfo: Lots of changes, to include this document as part
779 of the GDB manual.
780
781 2000-03-13 James Ingham <jingham@leda.cygnus.com>
782
783 * mi-cmd-var.c (mi_cmd_var_create): Add special frame cookie "@"
784 to indicate an "USE_CURRENT_FRAME" variable.
785 (varobj_update_one): Add "in_scope" and "type_changed" to the
786 result.
787
788 2000-03-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
789
790 * mi-cmds.h: Export mi_cmd_data_write_register_values.
791
792 * mi-cmds.c (mi_cmds): Implement data-write-register-values with
793 mi_cmd_data_write_register_values.
794
795 * mi-main.c (mi_cmd_data_write_register_values): New
796 function. Write a value into a register.
797
798 2000-03-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
799
800 * gdbmi.texinfo: Update data-disassemble documentation.
801
802 2000-03-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
803
804 * mi-cmd-disas.c (mi_cmd_disassemble): Use
805 ui_out_field_core_addr() instead of print_address_numeric(), to
806 maintain consistency throughout MI.
807
808 Wed Feb 23 17:09:39 2000 Andrew Cagney <cagney@b1.cygnus.com>
809
810 * mi-cmd-break.c, mi-cmd-disas.c, mi-cmd-stack.c, mi-cmd-var.c,
811 mi-cmds.c, mi-cmds.h, mi-console.c, mi-console.h, mi-getopt.c,
812 mi-getopt.h, mi-main.c, mi-out.c, mi-out.h, mi-parse.c,
813 mi-parse.h: Update copyright information.
814
815 Wed Feb 23 13:31:16 2000 Andrew Cagney <cagney@b1.cygnus.com>
816
817 * mi-cmd-disas.c (gdb_dis_asm_read_memory): Change LEN to unsigned
818 long. Match ../include/dis-asm.h change.
819
820 Wed Feb 23 10:30:55 2000 Andrew Cagney <cagney@b1.cygnus.com>
821
822 * gdbmi.texinfo: Update copyright - FSF. Update version
823 information.
824
825 mi-cmd-break.c, mi-cmd-disas.c, mi-cmd-stack.c, mi-cmd-var.c,
826 mi-cmds.h, mi-main.c, mi-parse.c, mi-parse.h: Re-format using GNU
827 indent.
828
829 2000-02-21 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
830
831 * mi-main.c: Add include of gdbcore.h for write_memory()
832 prototype.
833
834 2000-02-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
835
836 * mi-cmd-disas.c (mi_cmd_disassemble): Change syntax of
837 command. Now use options.
838 Instead of printing the symbolic address of instructions via
839 print_address_symbolic(), use build_address_symbolic() and format
840 properly for output.
841 (gdb_do_disassmble): Delete.
842
843 2000-02-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
844
845 * mi-cmd-disas.c (mi_cmd_disassemble):
846
847 2000-02-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
848
849 * mi-main.c (mi_cmd_data_write_memory): New function. Write a
850 value into target memory.
851
852 * mi-cmds.h (mi_cmd_data_write_memory): Export.
853
854 * mi-cmds.c (mi_cmds): Hook up data-write-memory to
855 mi_cmd_data_write_memory().
856
857 2000-02-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
858
859 * mi-main.c (mi_cmd_target_download): Correct error message to
860 report right function name.
861 (mi_cmd_target_select): Add doing exec cleanups at end.
862 (mi_cmd_data_read_memory): Correct typo.
863 (mi_cmd_execute): Do not simply free last_async_command, but reset
864 it to NULL as well.
865 (free_and_reset): New function, free the argument and set it to
866 NULL.
867 (mi_cmd_target_select_continuation): Delete prototype.
868
869 Tue Feb 1 00:17:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
870
871 * mi-cmd-disas.c, mi-cmds.h, mi-console.c, mi-console.h,
872 mi-main.c, mi-out.c, mi-out.h: Update to reflect rename of
873 gdb-file / GDB_FILE to ui-file / ``struct ui_file''.
874
875 Mon Jan 31 18:33:28 2000 Andrew Cagney <cagney@b1.cygnus.com>
876
877 * mi-main.c (mi_command_loop): Delete reference to
878 fputs_unfiltered_hook.
879
880 2000-01-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
881
882 * mi-cmds.c (mi_cmds): Update entries for
883 mi_cmd_data_list_register_names,
884 mi_cmd_data_list_changed_registers,
885 mi_cmd_data_list_register_values.
886
887 * mi-cmds.h (mi_cmd_data_list_register_names,
888 mi_cmd_data_list_changed_registers,
889 mi_cmd_data_list_register_values): Update to mi_cmd_argv_ftype.
890
891 * mi-main.c (mi_cmd_data_list_register_names,
892 mi_cmd_data_list_changed_registers,
893 mi_cmd_data_list_register_values): Update to use argc, argv
894 parameters.
895
896 2000-01-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
897
898 * mi-main.c (mi_cmd_data_read_memory): Correct the computation of
899 next-row.
900
901 2000-01-27 Fernando Nasser <fnasser@totem.to.cygnus.com>
902
903 * mi-cmd-var.c (mi_cmd_var_create): Test for NULL type.
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): Prevent possibility of memory
909 leak on error.
910
911 2000-01-27 Fernando Nasser <fnasser@totem.to.cygnus.com>
912
913 * mi-out.c (mi_field_string): Test for NULL string pointer.
914
915 2000-01-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
916
917 * mi-cmd-stack.c (mi_cmd_stack_list_frames): Call
918 print_frmae_info() with the correct arguments.
919
920 * mi-main.c (mi_cmd_exec_return): Call
921 show_and_print_stack_frame() with LOC_AND_ADDRESS, so it does the
922 right thing. Update Copyright.
923
924 2000-01-13 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
925
926 * mi-main.c: Move disassemble commands from here.
927
928 * mi-cmd-disas.c: To here. New file.
929
930 2000-01-13 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
931
932 * mi-cmd-stack.c: Remove include of mi-out.h.
933
934 * mi-main.c (mi_cmd_disassemble): Update function to use argc/argv
935 interface.
936
937 * mi-cmds.h: Ditto.
938
939 * mi-cmds.c: Ditto.
940
941 2000-01-12 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
942
943 * gdbmi.texinfo: Update stack commands descriptions.
944 Add thread commands descriptions and examples.
945
946 * mi-main.c (mi_cmd_thread_list_ids): Fix typo.
947
948 2000-01-12 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
949
950 * mi-main.c (mi_cmd_thread_list_ids): New function, print a list
951 of currently known threads ids, and the total number of threads.
952 (mi_cmd_thread_select): New function. Switch current thread.
953
954 * mi-cmds.c (mi_cmds): Implement thread-list-ids by
955 mi_cmd_thread_list_ids, and thread-select by mi_cmd_thread_select.
956
957 * mi-cmds.h (mi_cmd_thread_select, mi_cmd_thread_list_ids): Export.
958
959 2000-01-11 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
960
961 * mi-main.c: Move stack commands from here.
962
963 * mi-cmd-stack.c: To here. New file.
964
965 2000-01-07 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
966
967 * mi-main.c (list_args_or_locals): Add a new paramter, the frame
968 for which to display args or locals. Don't use selected_frame
969 anymore, use the new parameter instead. Return void instead of
970 mi_cmd_result, let callers do so.
971 (mi_cmd_stack_list_args): Change interface. Now accept low and
972 high frame numbers to display args for a range of frames. Without
973 these two, display args for the whole stack.
974 (mi_cmd_stack_list_locals): Adapt to new interface for
975 list_args_or_locals.
976
977 2000-01-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
978
979 * mi-main.c (mi_cmd_stack_info_depth, mi_cmd_stack_list_args,
980 mi_cmd_stack_list_frames, mi_cmd_stack_list_locals,
981 mi_cmd_stack_select_frame): Change to use argv type of parameters.
982
983 * mi-cmds.c (mi_cmds): Change stack-info-depth,
984 stack-list-arguments, stack-list-frames, stack-list-locals,
985 stack-select-frame to use argv parameters.
986
987 * mi-cmds.h (mi_cmd_stack_info_depth, mi_cmd_stack_list_args,
988 mi_cmd_stack_list_frames, mi_cmd_stack_list_locals,
989 mi_cmd_stack_select_frame): Update definitions.
990
991 Tue Jan 4 12:38:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
992
993 * mi-main.c (mi_command_loop): Force the MI interface to use seven
994 bit strings.
995 * gdbmi.texinfo: Make it clear that a quoted C string is seven
996 bit.
997
998 Thu Dec 30 14:15:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
999
1000 * mi-getopt.c (mi_getopt): Rewrite. Allow long options.
1001 * mi-getopt.h (struct mi_opt): Declare.
1002 (mi_getopt): Update.
1003
1004 * mi-main.c (mi_cmd_data_read_memory), mi-cmd-break.c
1005 (mi_cmd_break_insert, mi_cmd_break_watch): Update.
1006
1007 Wed Dec 29 23:38:35 1999 Andrew Cagney <cagney@b1.cygnus.com>
1008
1009 * mi-cmd-break.c (mi_cmd_break_insert): Add support for -c
1010 <condition>, -i <ignore-count> and -p <thread>.
1011 (breakpoint_notify): New function.
1012 (mi_cmd_break_insert): Wrap GDB call with callback hooks so that
1013 MI is notified when ever a breakpoint is created.
1014
1015 * gdbmi.texinfo: Update.
1016
1017 Fri Dec 24 11:23:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
1018
1019 * mi-main.c (gdb_do_disassemble): Strip out more useless #ifdef
1020 UI_OUTs.
1021
1022 1999-12-23 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1023
1024 * mi-main.c (gdb_do_disassemble): Fix output. Lines that have no
1025 assembly instructions must still be outputted, to keep the source
1026 line numbering correct.
1027 Remove #ifdef UI_OUT's, they are useless.
1028
1029 1999-12-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1030
1031 * mi-main.c (gdb_do_disassemble): Don't print a new list in mixed
1032 mode, every time. Just do it when we actually encounter a new
1033 source line.
1034
1035 1999-12-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
1036
1037 * mi-cmd-var.c (mi_cmd_var_list_children): Add test for C++ pseudo
1038 variable objects (private, public, protected) as these do not have
1039 a type and the -var-list-children operation was dumping core.
1040
1041 Fri Dec 17 20:23:33 1999 Andrew Cagney <cagney@b1.cygnus.com>
1042
1043 * gdbmi.texinfo: Document recommended syntax for options.
1044
1045 * mi-main.c (mi_cmd_data_read_memory): Add support for ``-o
1046 <offset>''.
1047 * gdbmi.texinfo: Document.
1048
1049 Wed Dec 15 17:43:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
1050
1051 * mi-getopt.h (mi_getopt): Change optarg to a char pointer. Check
1052 optind.
1053 * mi-cmd-break.c (mi_cmd_break_insert): Update.
1054
1055 * mi-main.c (mi_cmd_data_read_memory): Add fields "next-row-addr",
1056 "prev-row-addr", "next-page-addr", "prev-page-addr" and a per row
1057 "addr".
1058 * gdbmi.texinfo: Update.
1059
1060 Wed Dec 15 01:05:40 1999 Andrew Cagney <cagney@b1.cygnus.com>
1061
1062 * mi-cmds.h (mi_cmd_result): Add MI_CMD_CAUGHT_ERROR for when the
1063 error is caught.
1064
1065 * mi-main.c (captured_mi_execute_command): When
1066 MI_CMD_CAUGHT_ERROR return 0 rethrowing the eror.
1067
1068 1999-12-13 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1069
1070 * mi-cmd-break.c (mi_cmd_break_insert): Remove unused var.
1071
1072 * mi-cmd-var.c (mi_cmd_var_update): Remove unused variables.
1073
1074 Mon Dec 13 18:43:36 1999 Andrew Cagney <cagney@b1.cygnus.com>
1075
1076 * mi-parse.c (mi_parse): Quote the command when printing it.
1077 (mi_parse_argv): Fix handling of quoted strings. Was not
1078 de-quoting them.
1079 (mi_parse_argv): Make static.
1080
1081 Mon Dec 13 18:30:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
1082
1083 * mi-cmds.h (mi_cmd_break_insert, mi_cmd_break_watch): Change type
1084 to mi_cmd_argv_ftype.
1085 * mi-cmds.c (mi_cmds): Update.
1086 * mi-cmd-break.c (mi_cmd_break_insert, mi_cmd_break_watch): Change
1087 to new style of arguments with argc and argv. Parse arguments
1088 using mi_getopt.
1089
1090 * mi-cmd-break.c (mi_cmd_break_insert): Wrap body in #ifdef UI_OUT
1091 to avoid non-ui compile problems.
1092
1093 Mon Dec 13 15:08:36 1999 Andrew Cagney <cagney@b1.cygnus.com>
1094
1095 * mi-getopt.h, mi-getopt.c: New files. Similar to getopt but with
1096 well defined semantics.
1097
1098 Mon Dec 13 14:22:21 1999 Andrew Cagney <cagney@b1.cygnus.com>
1099
1100 * mi-main.c (mi_cmd_break_insert, mi_cmd_break_watch, enum
1101 wp_type, enum bp_type): Move from here.
1102 * mi-cmd-break.c: To here. New file.
1103 (mi_cmd_break_insert, mi_cmd_break_insert, mi_cmd_break_watch):
1104 Use error to report problems.
1105
1106 1999-12-09 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1107
1108 * gdbmi.texinfo: Update description of exec-interrupt.
1109
1110 * mi-main.c (mi_cmd_exec_interrupt): If the program is not
1111 executing, don't try to interrupt it, but error out instead. Make
1112 sure previous_async_command is not null before duplicating it into
1113 last_async_command.
1114
1115 * gdbmi.texinfo: Add examples for data-evaluate-expression.
1116
1117 1999-12-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1118
1119 * mi-cmd-var.c (mi_cmd_var_assign, mi_cmd_var_create,
1120 mi_cmd_var_delete, mi_cmd_var_evaluate_expression,
1121 mi_cmd_var_info_expression, mi_cmd_var_info_num_children,
1122 mi_cmd_var_info_type, mi_cmd_var_list_children,
1123 mi_cmd_var_set_format, mi_cmd_var_show_attributes,
1124 mi_cmd_var_show_format, mi_cmd_var_update): Change to use new
1125 style of arguments with argc and argv.
1126 (next_arg): Delete.
1127 (which_var): Delete.
1128
1129 * mi-cmds.c (mi_cmds): Update entries for mi_cmd_var_assign,
1130 mi_cmd_var_create, mi_cmd_var_delete,
1131 mi_cmd_var_evaluate_expression, mi_cmd_var_info_expression,
1132 mi_cmd_var_info_num_children, mi_cmd_var_info_type,
1133 mi_cmd_var_list_children, mi_cmd_var_set_format,
1134 mi_cmd_var_show_attributes, mi_cmd_var_show_format,
1135 mi_cmd_var_update.
1136
1137 * mi-cmds.h (mi_cmd_var_assign, mi_cmd_var_create,
1138 mi_cmd_var_delete, mi_cmd_var_evaluate_expression,
1139 mi_cmd_var_info_expression, mi_cmd_var_info_num_children,
1140 mi_cmd_var_info_type, mi_cmd_var_list_children,
1141 mi_cmd_var_set_format, mi_cmd_var_show_attributes,
1142 mi_cmd_var_show_format, mi_cmd_var_update): Update declarations.
1143
1144 1999-12-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1145
1146 * gdbmi.texinfo: Comment out -data-assign command. * mi-main.c
1147 (mi_cmd_data_assign): Do not use, comment out. * mi-cmds.h
1148 (mi_cmd_data_assign): Remove. * mi-cmds.c: Remove -data-assign
1149 command from MI interface.
1150
1151 1999-12-07 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1152
1153 * mi-parse.c (mi_parse): Add '\n' at end of error messages, so
1154 that prompt comes out on new line.
1155
1156 * gdbmi.texinfo: Update disassembly command output.
1157
1158 1999-12-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1159
1160 * mi-main.c (gdb_do_disassemble): Update output for UI_OUT case.
1161
1162 1999-12-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1163
1164 * gdbmi.texinfo: Update exec-until output, including the reason
1165 for stopping.
1166
1167 Thu Dec 2 17:17:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
1168
1169 * mi-cmds.c: Include <string.h> for memset.
1170
1171 1999-12-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1172
1173 * mi-main.c (mi_cmd_exec_return): ifdef the references to
1174 return_command_wrapper().
1175
1176 1999-12-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1177
1178 * mi-main.c (mi_cmd_gdb_exit, mi_cmd_exec_interrupt,
1179 mi_cmd_target_select, mi_execute_async_cli_command,
1180 mi_exec_async_cli_cmd_continuation, mi_load_progress): Don't print
1181 last_async_command if it is NULL.
1182 (mi_cmd_exec_return):
1183
1184 1999-12-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1185
1186 * mi-main.c (mi_cmd_exec_return): Reimplement using
1187 return_command() instead of mi_execute_async_cli_command().
1188
1189 1999-12-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1190
1191 * mi-cmds.h: Export mi_cmd_data_assign and
1192 mi_cmd_data_evaluate_expression.
1193
1194 * mi-cmds.c (mi_cmds): Hook data-assign to mi_cmd_data_assign and
1195 data-evaluate-expression to mi_cmd_data_evaluate_expression.
1196
1197 * mi-main.c (mi_cmd_data_assign): New function. Implement
1198 data-assign command.
1199 (mi_cmd_data_evaluate_expression): New function. Implement
1200 data-evaluate-expression command.
1201
1202 1999-12-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1203
1204 * gdbmi.texinfo: Fix some texinfo formatting errors.
1205
1206 1999-12-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1207
1208 * gdbmi.texinfo: Update data-list-register-values description.
1209
1210 * mi-cmds.h: Export mi_cmd_data_list_register_values.
1211
1212 * mi-cmds.c (mi_cmds): Hook data-list-register-values to
1213 mi_cmd_data_list_register_values.
1214
1215 * mi-main.c (mi_cmd_data_list_register_values): New
1216 function. Implements the -data-list-register-values command.
1217 (get_register): New function. Output the contents of a given
1218 register.
1219
1220 Wed Dec 1 20:27:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
1221
1222 * mi-main.c (mi_execute_async_cli_command): Append missing "\n"
1223 for synchronous stopped message.
1224
1225 1999-11-30 James Ingham <jingham@leda.cygnus.com>
1226
1227 * gdbmi.texinfo: Fix obvious typo in @end statement.
1228
1229 Wed Dec 1 12:36:27 1999 Andrew Cagney <cagney@b1.cygnus.com>
1230
1231 * mi-cmd-var.c: Include "value.h".
1232 * mi-console.c: Include <string.h>.
1233
1234 Wed Dec 1 00:21:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
1235
1236 * mi-main.c (captured_mi_execute_command): For a CLI command, pass
1237 "%s" to mi_execute_cli_command to stop core dumps.
1238 (captured_mi_execute_command): Echo CLI commands on gdb_stdlog.
1239
1240 Wed Dec 1 00:10:07 1999 Andrew Cagney <cagney@b1.cygnus.com>
1241
1242 * gdbmi.texinfo: Explain NR-BYTES and ADDR.
1243
1244 Tue Nov 30 23:31:57 1999 Andrew Cagney <cagney@b1.cygnus.com>
1245
1246 * mi-cmd-var.c (mi_cmd_var_create, mi_cmd_var_delete,
1247 mi_cmd_var_set_format, mi_cmd_var_show_format,
1248 mi_cmd_var_info_num_children, mi_cmd_var_list_children,
1249 mi_cmd_var_info_type, mi_cmd_var_info_expression,
1250 mi_cmd_var_show_attributes, mi_cmd_var_evaluate_expression,
1251 mi_cmd_var_assign, mi_cmd_var_update, varobj_update_one, next_arg,
1252 which_var): New file. Move varobj commands to here from
1253 mi-main.c.
1254
1255 * mi-console.h, mi-console.c (mi_console_file_new,
1256 mi_console_file_delete, mi_console_file_fputs,
1257 mi_console_raw_packet, mi_console_file_flush): New files. Move
1258 mi_console_file to here from mi-main.c.
1259
1260 Tue Nov 30 19:37:25 1999 Andrew Cagney <cagney@b1.cygnus.com>
1261
1262 * mi-main.c (captured_mi_execute_command): Use fputstr_unfiltered
1263 when printing error messages.
1264 (mi_cmd_execute): Ditto.
1265
1266 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1267
1268 * gdbmi.texinfo: Describe -data-list-changed-registers,
1269 -data-list-register-names. Add examples for
1270 -exec-next-instruction, exec-step-instruction, -exec-run,
1271 -exec-until. Format examples for -data-read-memory.
1272 update example for -target-download.
1273
1274 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1275
1276 * gdbmi.texinfo: Remove mentioning of inaccurate watchpoint hit
1277 count.
1278
1279 Mon Nov 29 19:28:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
1280
1281 * mi-main.c (mi_execute_async_cli_command): Return ``enum
1282 mi_cmd_cmd_result''. mi_cmd_exec_run, mi_cmd_exec_next,
1283 mi_cmd_exec_step, mi_cmd_exec_step_instruction,
1284 mi_cmd_exec_finish, mi_cmd_exec_until, mi_cmd_exec_return,
1285 mi_cmd_exec_continue): Update call.
1286 (mi_execute_async_cli_command): When target is synchronous, fake
1287 asynchronous behavour (ulgh). Allows tests to be run on built-in
1288 simulator and native targets.
1289
1290 Mon Nov 29 15:15:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
1291
1292 * mi-cmds.h (mi_cmd_gdb_exit), mi-cmds.c (mi_cmds), mi-main.c
1293 (mi_cmd_gdb_exit): Change function signature to mi_cmd_argv_ftype.
1294
1295 1999-11-28 Andew Cagney <cagney@rat-in-a-hat.cygnus.com>
1296
1297 * mi-parse.c: Include <ctype.h> and <string.h>
1298
1299 1999-11-26 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1300
1301 * gdbmi.texinfo: Added watchpoint command descriptions and
1302 examples.
1303
1304 * mi-main.c (mi_load_progress): Add parameter for total sent so far.
1305 Print it as well.
1306
1307 Fri Nov 26 10:17:49 1999 Andrew Cagney <cagney@b1.cygnus.com>
1308
1309 * gdbmi.texinfo (section Output Syntax): For lists, the <string>
1310 part of a <result> is optional. Clarify syntax.
1311 (appendix Proposed v2.0 Output Syntax): New section. Provide
1312 record of discussion of possible changes to syntax.
1313
1314 Wed Nov 24 19:41:35 1999 Andrew Cagney <cagney@b1.cygnus.com>
1315
1316 * mi-main.c (mi_cmd_data_read_memory): Simplify. Fix coredump
1317 when arguments were bad.
1318 (mi_cmd_execute): Change parameter to ``struct mi_parse''. Handle
1319 case of argv_func as well as args_func.
1320 (captured_mi_execute_command): Update.
1321
1322 * mi-cmds.c (struct mi_cmd): Add field for mi_cmd_argv_ftype.
1323 (mi_cmds): Update mi_cmd_data_read_memory.
1324 (mi_lookup): Return
1325
1326 * mi-cmds.h (mi_cmd_args_ftype): Rename mi_cmd_ftype. Make all
1327 functions of type this type.
1328 (mi_cmd_argv_ftype): Declare.
1329 (mi_cmd_data_read_memory): Change type to mi_cmd_argv_fytpe.
1330 (struct mi_cmd): Move declaration to here from mi-cmds.c.
1331 (mi_lookup): Return a pointer to ``struct mi_cmd''.
1332
1333 Wed Nov 24 15:03:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
1334
1335 * mi-parse.c (mi_parse): Initialize TOKEN when a CLI command.
1336
1337 * gdbmi.texinfo: Allow a <token> before a CLI command.
1338
1339 * mi-parse.h (struct mi_parse): Declare.
1340 (mi_parse): Change to return a ``struct mi_parse''.
1341 (enum mi_command_type): Delete PARSE_ERROR.
1342
1343 * mi-main.c (struct mi_execute_command_context): Delete.
1344 (captured_mi_execute_command): Update
1345 (mi_execute_command): Update. Check for mi_parse returning NULL.
1346
1347 Wed Nov 24 12:57:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
1348
1349 * mi-parse.h: Remove const, from cmd parameter. Causes cascading
1350 warnings.
1351
1352 Wed Nov 24 15:03:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
1353
1354 * mi-parse.c (mi_parse): New function. Move parse code to here.
1355 * mi-main.c (parse): From here. Delete.
1356
1357 Wed Nov 24 12:57:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
1358
1359 * mi-parse.c, mi-parse.h: New files. Implement mi_parse_env.
1360
1361 Wed Nov 24 11:24:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
1362
1363 * mi-out.c (mi_field_string): Make string parameter constant.
1364
1365 1999-11-23 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1366
1367 * mi-cmds.h (mi_cmd_target_download): Export.
1368
1369 * mi-cmds.c (mi_cmds): Add mi_cmd_target_download.
1370
1371 * mi-main.c: Include <sys/time.h>.
1372 (mi_cmd_target_download): New function, implement the
1373 target-download command.
1374 (mi_load_progress): New function. Called via the
1375 show_load_progress hook. Prints updates every 0.5 secs.
1376 (mi_command_loop): Initialize the show_load_progress hook.
1377
1378 1999-11-22 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1379
1380 * mi-main.c (mi_cmd_exec_until): New function. Implement until
1381 command.
1382 (mi_cmd_exec_step_instruction): New function. Implement stepi
1383 command.
1384 (mi_cmd_exec_next_instruction): New function. Implement nexti
1385 command.
1386
1387 * mi-cmds.c (mi_cmds): Add mi_cmd_exec_step_instruction,
1388 mi_cmd_exec_next_instruction, mi_cmd_exec_until.
1389
1390 * mi-cmds.h (mi_cmd_exec_step_instruction,
1391 mi_cmd_exec_next_instruction, mi_cmd_exec_until): Export.
1392
1393 Tue Nov 23 00:30:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
1394
1395 * mi/gdbmi.texinfo: Document -data-read-memory.
1396
1397 * mi-main.c (mi_cmd_data_read_memory): Fix off-by-one check of
1398 argc.
1399 (mi_cmd_data_read_memory): Label the output table with "memory".
1400
1401 Thu Nov 18 18:15:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
1402
1403 * mi-main.c (mi_cmd_exec_interrupt, mi_cmd_break_insert,
1404 mi_cmd_break_watch, mi_cmd_disassemble, mi_cmd_execute): Replace
1405 strdup with xstrdup.
1406
1407 Thu Nov 18 20:50:09 1999 Andrew Cagney <cagney@b1.cygnus.com>
1408
1409 * mi-main.c (mi_cmd_data_read_memory): New function. Implement
1410 data-read-memory.
1411
1412 * mi-cmds.h, mi-cmds.c: Add mi_cmd_data_read_memory.
1413 * mi-cmds.c (mi_cmds): Ditto.
1414
1415 1999-11-11 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1416
1417 * mi-cmds.h (mi_cmd_break_watch): Export.
1418
1419 * mi-cmds.c (mi_cmds): Hook up break-watch to function
1420 mi_cmd_break_watch.
1421
1422 * mi-main.c (wp_type): New enumeration for the possible types of
1423 watchpoints.
1424 (mi_cmd_break_watch): New function, implements the break-watch
1425 command.
1426
1427 1999-11-11 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1428
1429 * mi-main.c (mi_cmd_break_insert): Handle case in which the command is
1430 just a -break-insert w/o args.
1431
1432 Fri Nov 12 00:01:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
1433
1434 * mi-out.c (mi_field_string): Always quote the string.
1435
1436 1999-11-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1437
1438 * mi-cmds.h(mi_cmd_data_list_changed_registers,
1439 mi_cmd_data_list_register_names): Export.
1440
1441 * mi-cmds.c (mi_cmds): Hook up data-list-changed-registers to
1442 mi_cmd_data_list_changed_registers and data-list-register-names to
1443 mi_cmd_data_list_register_names.
1444
1445 * mi-main.c (mi_cmd_data_list_changed_registers): New function,
1446 implements the data-list-changed-registers command.
1447 (mi_cmd_data_list_register_names): New function, implements the
1448 data-list-register-names command.
1449 (register_changed_p): New function. Decide whether the register
1450 contents have changed.
1451 (setup_architecture_data): New function. Initialize registers
1452 memory.
1453 (_initialize_mi_main): Call setup_architecture_data(), and
1454 register_gdbarch_swap().
1455
1456 Wed Nov 10 18:35:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
1457
1458 * mi-main.c (mi_execute_command): Correctly quote error messages.
1459
1460 Wed Nov 10 11:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
1461
1462 * mi/gdbmi.texinfo: Delete <stream-output>. Replaced by
1463 <c-string>.
1464
1465 * mi-main.c (mi_console_raw_packet): Always quote console output.
1466
1467 Tue Nov 9 17:53:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
1468
1469 * mi-main.c (mi_console_file_new), mi-out.c (mi_out_new): Replace
1470 the tui_file with a mem_file. Ya!
1471
1472 * mi-out.c (do_write): New function, wrapper to gdb_file_write.
1473 (mi_out_put): Pass do_write to gdb_file_put.
1474
1475 * mi-main.c (mi_console_file_flush): Rewrite. Use
1476 mi_console_raw_packet to send data to the console.
1477 (mi_console_raw_packet): New function. Correctly
1478 create quoted C string packets.
1479
1480 1999-11-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1481
1482 * mi-cmds.c (mi_cmds): Break-insert is now implemented by
1483 mi_cmd_break_insert.
1484 * mi-cmds.h (mi_cmd_break_insert): Export.
1485 * mi-main.c (bp_type): New enumeration.
1486 (mi_cmd_break_insert): New function. Implements all flavors of
1487 breakpoint insertion.
1488
1489 Mon Nov 8 17:49:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
1490
1491 * mi-main.c (mi_console_file_flush): Replace gdb_file_get_strbuf
1492 with tui_file_get_strbuf.
1493
1494 Fri Nov 5 17:06:07 1999 Andrew Cagney <cagney@b1.cygnus.com>
1495
1496 * mi-main.c (mi_console_file_delete, mi_console_file_fputs,
1497 mi_console_file_flush): Call internal_error instead of error.
1498
1499 Thu Nov 4 19:53:32 1999 Andrew Cagney <cagney@b1.cygnus.com>
1500
1501 * mi-main.c (captured_mi_execute_command): New function.
1502 (mi_execute_command): Rewrite. Replace SET_TOP_LEVEL() with call
1503 to captured_mi_execute_command via catch_errors.
1504
1505 Thu Nov 4 20:33:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
1506
1507 * mi-main.c (clean): Delete.
1508 (mi_command_loop): Delete extern declaration of
1509 mi_execute_command.
1510
1511 1999-10-28 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1512
1513 * mi-main.c (mi_cmd_stack_select_frame): Conditionalize the body
1514 on UI_OUT, because select_frame_command_wrapper is only defined if
1515 UI_OUT is.
1516 (mi_cmd_exec_interrupt): Conditionalize the body on UI_OUT,
1517 because interrupt_target_command_wrapper is only defined if UI_OUT is.
1518
1519 * mi-cmds.c (mi_cmds): Implement command exec-interrupt by
1520 mi_cmd_exec_interrupt.
1521
1522 * mi-main.c (mi_cmd_exec_interrupt): New function. Implements
1523 exec-interrupt command.
1524 (mi_cmd_execute): If the target is running save execution command
1525 token in previous_async_command. If the command is not 'interrupt'
1526 and the target is running, reject it.
1527 (clean): New function. Free the arg and reset it to NULL.
1528
1529 * mi-cmds.h (mi_cmd_exec_interrupt):Export.
1530
1531 1999-10-28 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1532
1533 * mi-cmds.c (mi_cmds): Implement command stack-select-frame by
1534 mi_cmd_stack_select_frame.
1535
1536 * mi-main.c (mi_cmd_stack_select_frame): New function. Implements
1537 stack-select-frame command.
1538
1539 * mi-cmds.h (mi_cmd_select_frame):Export.
1540
1541 1999-10-26 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1542
1543 * mi-cmds.c (mi_cmds): Implement commands stack-list-locals and
1544 stack-list-arguments by mi_cmd_stack_list_locals and
1545 mi_cmd_stack_list_args.
1546
1547 * mi-main.c (mi_cmd_stack_list_locals): New function. Implements
1548 stack-list-locals command.
1549 (mi_cmd_stack_list_args): New function. Implements
1550 stack-list-arguments command.
1551 (list_args_or_locals): New function. Do all the work for the
1552 listing of locals or arguments.
1553
1554 * mi-cmds.h (mi_cmd_stack_list_args,mi_cmd_stack_list_locals) :
1555 Export.
1556
1557 1999-10-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1558
1559 * mi-cmds.c (mi_cmds): Add new command stack-info-depth.
1560
1561 * mi-main.c (mi_cmd_stack_info_depth): New function. Implements
1562 the stack-info-depth command.
1563 * mi-cmds.h (mi_cmd_stack_info_depth): Export.
1564
1565
1566 1999-10-22 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1567
1568 * mi-main.c (mi_execute_command): Handle MI_CMD_ERROR case
1569 properly, for command that return error code and don't set
1570 mi_error_message.
1571
1572 * mi-cmds.c (mi_cmds): Hook stack-list-frames command to
1573 mi_cmd_stack_list_frames function.
1574 * mi-cmds.h (mi_cmd_stack_list_frames): Export.
1575
1576 * mi-main.c (mi_execute_command): Deal with a return code of
1577 MI_CMD_ERROR from the execution of mi commands.
1578 (mi_error_message): Static string variable, to contain the error
1579 message from mi commands.
1580 (mi_cmd_stack_list_frames): New function. Prints a backtrace.
1581
1582 1999-10-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1583
1584 * mi-main.c (mi_cmd_disassemble): Handle the new command line
1585 parameter that specifies the number of disassembly lines to be
1586 displayed.
1587 (gdb_do_disassemble): Add new parameter. Count the number of lines
1588 that have been displayed, and stop when limit is reached.
1589
1590 Wed Oct 13 18:04:13 1999 Andrew Cagney <cagney@b1.cygnus.com>
1591
1592 * mi-main.c (mi_command_loop): Don't initialize ``flush_hook''.
1593
1594 1999-10-13 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1595
1596 * mi/gdbmi.texinfo: More reformatting of the grammars.
1597
1598 1999-10-12 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1599
1600 * mi/gdbmi.texinfo: More TeX formatting.
1601
1602 1999-10-11 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1603
1604 * mi/gdbmi.texinfo: First pass completed. All commands should have
1605 some comments/info.
1606 Escape '@' output special char.
1607 Reformat for TeX.
1608
1609 1999-10-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1610
1611 * mi/gdbmi.texinfo: Filled in part of file command section, and
1612 stack section.
1613
1614 1999-10-07 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1615
1616 * mi/gdbmi.texinfo: Filled in some sections about execution
1617 commands.
1618
1619 Tue Oct 5 15:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
1620
1621 * mi-cmds.h: Sort table
1622 * mi-cmds.c: Ditto.
1623 (MI_TABLE_SIZE): Increase to 251.
1624
1625 1999-10-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
1626
1627 * mi-main.c (mi_cmd_var_create, mi_cmd_var_delete): Add missing
1628 cleanups.
1629
1630 1999-10-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
1631
1632 * mi-main.c (next_arg): Returns lenght as well.
1633 (which_var, mi_cmd_var_create, mi_cmd_var_delete,
1634 mi_cmd_var_set_format, mi_cmd_var_update): Do not modify the input
1635 string, use allocated storage instead.
1636 (mi_cmd_var_assign): Adjust call to next_arg() to include new
1637 argument.
1638
1639 1999-10-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
1640
1641 * mi-main.c (mi_execute_command): Fix handling of errors.
1642
1643 1999-10-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
1644
1645 * mi-out.c (mi_out_new): Call tui_sfileopen() instead of
1646 deprecated gdb_file_init_astream().
1647 * mi-main.c (mi_console_file_new): Ditto.
1648
1649 Mon Oct 4 15:17:29 1999 Andrew Cagney <cagney@b1.cygnus.com>
1650
1651 * mi-cmds.h: Sort function declarations.
1652 (mi_lookup): Add extern.
1653
1654 * mi-cmds.c (mi_lookup): Delete dead code.
1655 (build_table): Call internal_error instead of error.
1656 (build_table): Send trace output to gdb_stdlog.
1657
1658 1999-10-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1659
1660 * mi-main.c (mi_execute_async_cli_command): Don't do the cleanups
1661 if target_executing is null.
1662
1663 1999-09-28 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1664
1665 * mi-main.c (async_p): Change var name to event_loop_p.
1666
1667 Mon Sep 27 15:11:00 1999 Andrew Cagney <cagney@b1.cygnus.com>
1668
1669 * mi-main.c (mi_execute_async_cli_command, mi_execute_command):
1670 Replace target_has_async with function target_can_async_p.
1671
1672 Sun Sep 26 00:12:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
1673
1674 * mi-main.c (mi_cmd_target_select_continuation): Delete function.
1675 (mi_cmd_target_select): Simplify. target-connect is guarenteed to
1676 be synchronous.
1677
1678 Sun Sep 26 00:12:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
1679
1680 * mi-cmds.h (mi_cmd_ftype): Replace mi_impl_ftype.
1681 (enum mi_cmd_result): Define.
1682 * mi-cmds.c (struct mi_cmd): Update.
1683 (mi_lookup): Update.
1684 * mi-main.c (mi_cmd_execute): Update.
1685
1686 * mi-main.c (mi_cmd_gdb_exit, mi_cmd_exec_run, mi_cmd_exec_next,
1687 mi_cmd_exec_step, mi_cmd_target_select, mi_cmd_exec_continue,
1688 mi_cmd_exec_return, mi_cmd_exec_finish, mi_cmd_disassemble,
1689 mi_cmd_var_create, mi_cmd_var_delete, mi_cmd_var_set_format,
1690 mi_cmd_var_show_format, mi_cmd_var_info_num_children,
1691 mi_cmd_var_list_children, mi_cmd_var_info_type,
1692 mi_cmd_var_info_expression, mi_cmd_var_show_attributes,
1693 mi_cmd_var_evaluate_expression, mi_cmd_var_update): Update.
1694 Return MI_CMD_DONE.
1695
1696 1999-09-22 Fernando Nasser <fnasser@totem.to.cygnus.com>
1697
1698 * mi-main.c (mi_cmd_var_create): Use paddr() to format address
1699 on trace output.
1700
1701 1999-09-21 Fernando Nasser <fnasser@totem.to.cygnus.com>
1702
1703 * mi-main.c (mi_cmd_var_create): Test for varobjdebug before
1704 printing trace and send it to gdb_stdlog.
1705
1706 Mon Sep 20 13:41:04 1999 Andrew Cagney <cagney@b1.cygnus.com>
1707
1708 * Makefile.in (mi-out.o): Add dependency list.
1709 * mi-out.c: Include "mi-out.h".
1710
1711 1999-09-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1712
1713 * mi-main.c (_initialize_mi_main): Events on stadin are now
1714 handled by stdin_event_handler.
1715
1716 1999-09-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
1717
1718 * mi-cmds.c (mi_cmds): Add var-* commands.
1719
1720 1999-09-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
1721
1722 * mi-main.c (mi_cmd_var_create, mi_cmd_var_delete,
1723 mi_cmd_var_set_format, mi_cmd_var_show_format,
1724 mi_cmd_var_info_num_children, mi_cmd_var_list_children,
1725 mi_cmd_var_info_type, mi_cmd_var_info_expression,
1726 mi_cmd_var_show_attributes, mi_cmd_var_evaluate_expression,
1727 mi_cmd_var_assign, mi_cmd_var_update, varobj_update_one,
1728 which_var, next_arg): New functions. Implement the -var-*
1729 commands.
1730 * mi-cmds.h: Add prototypes for the above.
1731
1732 1999-09-14 Fernando Nasser <fnasser@totem.to.cygnus.com>
1733
1734 * mi-cmds.c (mi_cmds): Add detach command.
1735
1736 1999-09-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
1737
1738 * mi-cmds.c (lookup_table): Fix typo.
1739
1740 1999-09-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
1741
1742 * mi-cmds.c (mi_cmds): Fix typo and missing command.
1743
1744 1999-09-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
1745
1746 * mi-main.c: Properly align function prototypes.
1747 (mi_cmd_target_select): Proper check for NULL value.
1748
1749 1999-09-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
1750
1751 * mi-main.c (mi_execute_async_cli_command): Fix for native targets
1752 that do not have async yet.
1753
1754 1999-09-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1755
1756 * mi-main.c (mi_cmd_disassemble): Remove unused var.
1757 (gdb_do_disassemble): Ditto.
1758
1759 1999-08-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1760
1761 * mi-main.c: Replace all the occurrences of 'asynch' in variable
1762 or function names with 'async' to make it consistent with the rest
1763 of gdb.
1764
1765 Mon Aug 30 18:16:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
1766
1767 * mi-main.c: #include <ctype.h> for isspace().
1768
1769 1999-08-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1770
1771 * mi-main.c (gdb_do_disassemble): This function returns void, not
1772 int.
1773
1774 1999-08-26 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1775
1776 * mi-main.c (mi_cmd_disassemble): Don't use atoi() on the high
1777 address string, just treat it same as address low.
1778 (gdb_do_disassemble): Parse high_address string before seeing if
1779 it is zero.
1780
1781 1999-08-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1782
1783 * mi-main.c (mi_cmd_disassemble): New function to produce
1784 disassembly output for mi.
1785 (gdb_dis_asm_read_memory): New function. Read the disassembly from
1786 the executable file, instead of target memory.
1787 (compare_lines): New function. Compare order of disassembly lines.
1788 (gdb_do_disassemble): New function. Do the real job of getting the
1789 assembly code out.
1790
1791 * mi-cmds.c (mi_cmds): Do data-disassemble mi command via the
1792 mi_cmd_disassemble function.
1793
1794 * mi-cmds.h: Export new function mi_cmd_disassemble.
1795
1796 Wed Aug 25 15:58:31 1999 Andrew Cagney <cagney@b1.cygnus.com>
1797
1798 * mi-main.c (mi_command_loop): Remove references to ui-hooks.
1799
1800 1999-08-21 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1801
1802 * mi-main.c (mi_execute_asynch_cli_command): Fix the incorrect
1803 usage of strcat(): allocate enough space for the string.
1804
1805 1999-08-13 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1806
1807 From Christopher Faylor <cgf@cygnus.com>
1808 * mi-main.c (mi_execute_command): Make sure we flush all the
1809 output after each command.
1810
1811 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1812
1813 * mi-main.c (_initialize_mi_main): Remove casting in call to
1814 add_file_handler.
1815
1816 Sun Aug 8 17:20:57 1999 Andrew Cagney <cagney@b1.cygnus.com>
1817
1818 * mi-main.c (mi_cmd_target_select, mi_execute_asynch_cli_command):
1819 Replace call to fatal with call to internal_error.
1820
1821 1999-07-26 Fernando Nasser <fnasser@totem.to.cygnus.com>
1822
1823 * mi-main.c (mi_cmd_execute): Add return code.
1824 (mi_execute_command): Make appropriate changes when calling the
1825 function mentioned above.
1826 (mi_cmd_gdb_exit, mi_cmd_target_select,
1827 mi_cmd_target_select_continuation, mi_execute_command,
1828 mi_exec_asynch_cli_cmd, mi_exec_asynch_cli_cmd_continuation):
1829 Print token, prefix, class and output (if any) in one single group
1830 of statements.
1831 (mi_execute_command, mi_cmd_execute): Fix error prefix.
1832 (mi_cmd_execute): Use exec cleanup for token.
1833 * mi-out.c (mi_out_rewind): New function.
1834 * mi-out.h: Prototype for the above.
1835
1836 1999-07-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
1837
1838 * mi-main.c (mi_cmd_gdb_exit): Use buffer for exit message.
1839 (mi_cmd_execute): Route error messages to correct file.
1840 (mi_execute_asynch_cli_command): Insert line feed after running
1841 message.
1842
1843 1999-07-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
1844
1845 * mi-out.h (mi_out_buffered): Add extern declaration.
1846 * mi-out.c (mi_out_buffered): New function. Insert a string at the
1847 current buffer position.
1848 * mi-main.c (mi_cmd_target_select, mi_execute_command,
1849 mi_cmd_execute, mi_execute_asynch_cli_command): Use the above
1850 function instead of printing to raw_stdout.
1851 (mi_cmd_target_select, mi_cmd_target_select_continuation,
1852 mi_execute_command, mi_cmd_execute, mi_execute_cli_command,
1853 mi_exec_asynch_cli_cmd_continuation): Fix handling of token and
1854 prefix.
1855 (mi_execute_cli_command): Remove parameter no longer needed.
1856
1857 1999-07-15 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1858
1859 * mi-main.c (mi_cmd_target_select_continuation): Print the numeric
1860 token when we are connected.
1861 (mi_execute_command): Don't print the token now, do it later.
1862 (mi_execute_cli_command): Add a new parameter for the numeric
1863 token. Print the token, the prefix and the class after the
1864 command has executed, not before.
1865 (mi_execute_asynch_cli_command): Don't print an extra blank line.
1866
1867 1999-07-15 Fernando Nasser <fnasser@totem.to.cygnus.com>
1868
1869 * mi-main.c (mi_gdb_exit): Add \n at the end.
1870
1871 1999-07-15 Fernando Nasser <fnasser@totem.to.cygnus.com>
1872
1873 * mi-main.c (mi_cmd_execute): New function. Dispatch a mi operation.
1874 (mi_execute_command): Use the above.
1875
1876 1999-07-15 Fernando Nasser <fnasser@totem.to.cygnus.com>
1877
1878 * mi-main.c: Fix identation.
1879
1880 1999-07-15 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1881
1882 * mi-main.c: Include target.h and inferior.h.
1883 (mi_cmd_target_select): New function to execute the target-select
1884 mi operation.
1885 (mi_cmd_target_select_continuation): New function. Continuation
1886 for the target-select operation.
1887 (mi_execute_command): In case of an MI command which requires
1888 asynchronous execution, do not try to display the result now. If
1889 the execution has to look synchronous don't display the "(gdb)"
1890 prompt.
1891 (mi_execute_asynch_cli_command): Invoke real asynchronous
1892 commands, set up exec_cleanups, and continuations.
1893 (mi_exec_asynch_cli_cmd_continuation): New function. Continuation
1894 for all the MI execution commands except 'target-select'.
1895 (mi_execute_command): Handle null commands by exiting gdb, instead
1896 of core dumping.
1897
1898 * mi-cmds.c (mi_cmds): Hook up -target-select operation to new mi
1899 function.
1900
1901 * mi-cmds.h (mi_cmd_target_select): Add extern declaration.
1902
1903 Thu Jul 15 10:31:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
1904
1905 * mi-main.c (struct mi_console_file): Add field ``prefix''.
1906 (mi_console_file_new): Add argument prefix. Initialize prefix
1907 field.
1908 (mi_console_file_flush): Use ``prefix'' instead of "~" as the
1909 prefix string.
1910 (mi_command_loop): Update stream output prefixes. gdb_stdout ==
1911 "~", gdb_stderr / gdb_stdlog == "&", gdb_stdtarg == "@".
1912
1913 1999-07-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
1914
1915 * mi-main.c (ui_out_data): New field first_header. Fix output when
1916 no breakpoints are found.
1917 (mi_table_begin, mi_table_body, mi_table_header): Test for
1918 first_header.
1919 (mi_table_end): Test for supress_field_separator.
1920 (mi_message): Remove messages from MI output.
1921
1922 1999-06-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
1923
1924 * mi-cmds.c (mi_cmds[]): Delete gdb-cli operation.
1925 * mi-main.c (parse): Remove ifdefs for cli commands parsing.
1926 (mi-execute-command): Ditto.
1927
1928 Mon Jun 28 13:06:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
1929
1930 * mi-out.h: New file.
1931 (mi_out_new, mi_out_put): Move mi specific delcarations to here.
1932 * ui-out.h: From here.
1933
1934 * mi-main.c: Include "mi-out.h".
1935
1936 1999-06-25 Fernando Nasser <fnasser@totem.to.cygnus.com>
1937
1938 * top.c (print_gdb_version): Add the word HEADLESS when output
1939 follows headless format.
1940 (print_command_lines): Fix typo.
1941
1942 1999-06-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1943
1944 * event-loop.h: Export input_fd.
1945 * mi-main.c (mi_command_loop): Use the event loop if running
1946 asynchronously.
1947 (mi_execute_command_wrapper): New function.
1948 (_initialize_mi-main): Set things up for running asynchronously.
1949
1950 1999-06-18 Fernando Nasser <fnasser@totem.to.cygnus.com>
1951
1952 * mi-cmds.c (mi_lookup): Deleted.
1953 (lookup_table): New function. Replaces old mi_lookup() for local
1954 use.
1955 (mi_lookup): New function. External interface for command table
1956 searchs.
1957 (build_table): New definition.
1958 (mi_cmds[]): Add several command implementations and the gdb-cli
1959 special operation.
1960 (mi_cmd_execute): Deleted.
1961 * mi-cmds.h: Add type definition for command implementation
1962 function pointers, add declaration for new implementation
1963 functions and a declaration for mi_lookup().
1964 * mi-main.c (mi_execute_asynch_cli_command): New
1965 function. Captures code that was repeated for all asynch
1966 operations.
1967 (mi_cmd_exec_*): Use the above new function.
1968 (mi_gdb_cmd_exit): Fix the output, printing something appropriate.
1969 (mi_cmd_exec_finish): New operation implementation function.
1970 (mi_cmd_exec_return): Ditto.
1971 (parse): Prepare to remove cli commands.
1972 (mi_execute_command): Fix the output and change the way mi-cmds is
1973 used.
1974
1975 1999-06-18 Fernando Nasser <fnasser@totem.to.cygnus.com>
1976
1977 * mi-out.c (mi_table_begin): Add missing field separator call.
1978
1979 Thu Jun 17 21:05:40 1999 Fernando Nasser <fnasser@tofu.to.cygnus.com>
1980
1981 * breakpoint.c (breakpoint_1): Remove space in breakpoint table
1982 id.
1983 (mention): Use ui_out for last new line (forgotten).
1984
1985 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
1986
1987 * mi-main.c (mi_console_file_flush): Prevent prefix printing when
1988 buffer empty; change prefix to '~'.
1989 (mi_cmd_exec_*): Prefix normal output with '^' instead of
1990 ','; remove unwanted new lines before "stopped".
1991
1992 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
1993
1994 * mi-cmds.c (struct mi_cmds): Updated entries for -exec-continue
1995 and exec-next operations.
1996 (mi_cmd_execute): New text for error messages.
1997 * mi-cmds.h: Add declaration for mi_cmd_exec_next and
1998 mi_cmd_exec_continue.
1999 * mi-main.c (mi_cmd_exec_next): New function. Implements exec-next
2000 operation.
2001 (mi_cmd_exec_continue): New function. Implements exec-continue
2002 operation.
2003 (mi_execute_comand): Add missing space to prompt.
2004 (mi_cmd_exec_run): Ditto.
2005 (mi_cmd_exec_step): Ditto.
2006 * mi-out.c (mi_out_new): Add flags argument to ui_out_new call.
2007 (ui_list_end): Reset supress_field_separator flag.
2008
2009 Sat Jun 12 11:49:10 1999 Andrew Cagney <cagney@b1.cygnus.com>
2010
2011 * mi-cmds.h. mi-cmds.c (exec step): Command implemented by
2012 mi_cmd_exec_step instead of cli call.
2013 * mi-main.c (mi_cmd_exec_step): New function.
2014
2015 * mi-cmds.h. mi-cmds.c (exec run): Command implemented by
2016 mi_cmd_exec_run instead of cli call.
2017 * mi-main.c (mi_cmd_exec_run): New function.
2018
2019 * mi-cmds.h. mi-cmds.c (gdb exit): Command implemented by
2020 mi_cmd_gdb_exit instead of quit_force.
2021 * mi-main.c (mi_cmd_gdb_exit): New function.
2022
2023 Sat Jun 12 11:33:23 1999 Andrew Cagney <cagney@b1.cygnus.com>
2024
2025 * mi-main.c (mi_command_loop): Pass mi_input to
2026 simplified_command_loop.
2027 (mi_input): New function. Calls gdb_readline with no prompt.
2028
2029 Sat Jun 12 11:19:02 1999 Andrew Cagney <cagney@b1.cygnus.com>
2030
2031 * mi-main.c (mi_console_file_fputs): Re-implement. Use a buffer
2032 to accumulate output.
2033
2034 * mi-main.c (struct mi_console_file): Add a buffer.
2035 (mi_console_file_new): Create a buffer.
2036 (mi_console_file_flush): New function.
2037
2038 Sat Jun 12 10:59:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
2039
2040 * mi-cmds.h (raw_stdout): Declare. Will be moved later.
2041 * mi-cmds.c (mi_cmd_execute): Send error messages to RAW stdout.
2042 (mi_cmds): Sort by class.
2043
2044 * mi-main.c (raw_stdout): Make global.
2045 * mi-main.c: Remove #ifdef UI_OUT. File assumes UI_OUT is
2046 present.
2047 * mi-main.c: Include "gdb_string.h".
2048 (mi_out_put): Delete declaration.
2049
2050 1999-06-11 Fernando Nasser <fnasser@totem.to.cygnus.com>
2051
2052 * mi-main.c: Add pre-processor test for UI_OUT.
2053 (mi_execute_command): Add pre-processor test for UI_OUT.
2054
2055 Fri Jun 11 23:11:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
2056
2057 * mi-main.c (raw_stdout): New variable.
2058 (mi_execute_command): Write mi-out direct to raw_stdout.
2059 (mi_command_loop): Create raw_stdout. Attach gdb_stdout to the
2060 console.
2061 (mi_console_file_fputs, mi_console_file_delete,
2062 mi_console_file_new): New functions.
2063 (struct mi_console_file): Declare.
2064
2065 Fri Jun 11 18:34:33 1999 Andrew Cagney <cagney@b1.cygnus.com>
2066
2067 * mi-main.c (mi_execute_command): Call mi_out_put to display the
2068 result.
2069 * mi-out.c (mi_out_put): New function.
2070 * ui-out.h (mi_out_put): Add declare. Will move later.
2071 * Makefile.in (mi-cmds.o, mi-main.o): Add dependency on ui-out.h.
2072
2073 * mi-out.c (mi_field_string, mi_field_fmt, mi_message, mi_flush,
2074 out_field_fmt, list_open, list_close): Replace gdb_stdout with
2075 data->buffer.
2076 (field_separator, list_open, list_close): Add uiout parameter.
2077 (mi_table_begin, mi_table_body, mi_table_end, mi_list_begin,
2078 mi_list_end, mi_field_string, mi_field_fmt, out_field_fmt,
2079 out_field_fmt): Update.
2080
2081 * mi-out.c (mi_out_new): Initialize supress_field_separator.
2082 (supress_field_separator): Move into mi-out local data object.
2083 (mi_table_begin, mi_list_begin, field_separator): Update.
2084
2085 Fri Jun 11 16:08:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
2086
2087 * mi-out.c (mi_out_new): New function, replace init_mi_out.
2088 * mi-main.c (mi_command_loop): Call mi_out_new().
2089
2090 * ui-out.h (mi_out_new): Add declaration. Will move later.
2091 (mi_ui_out_impl): Delete.
2092
2093 Wed Jun 9 16:42:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
2094
2095 * mi-main.c: Include "ui-hooks.h".
2096 (mi_init_ui, mi_command_loop): New functions.
2097 (_initialize_mi_main): Install ``mi'' as the interpreter when
2098 selected.
2099
2100 Mon Jun 7 18:43:43 1999 Andrew Cagney <cagney@b1.cygnus.com>
2101
2102 From Fernando Nasser <fnasser@totem.to.cygnus.com>
2103 * mi-cmds.c (build_table): Clean up error message.
2104 * mi-cmds.c (mi_cmd_execute), mi-main.c (mi_execute_command): Only
2105 print debug information when mi_debug_p.
2106 * mi-cmds.h (mi_debug_p), mi-main.c: Global, control debug messages.
2107
2108 Thu Jun 3 00:44:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
2109
2110 From Fernando Nasser <fnasser@totem.to.cygnus.com>:
2111 * mi-cmds.c: Add CLI definitions for "exec-arguments",
2112 "exec-next", "gdb-exit", "break-list", "break-info", "exec-step"
2113 and "stack-list-frames" to mi_cmds.
2114 (struct mi_command): Add ``from_tty'' argument to func.
2115 * mi-cmds.h (quit_force): Declare.
2116
2117 1999-05-31 Fernando Nasser <fnasser@totem.to.cygnus.com>
2118
2119 * mi-out.c (mi_table_end): Remove unwanted "\n".
2120
2121 Thu May 27 14:59:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
2122
2123 * top.c: Include "ui-hooks.h".
2124 (call_interp_loop): Tempoary. Pass mi_execute_command to
2125 simplified_command_loop. Initialize gdb_stdout & gdb_stderr to
2126 stdio gdb_file streams. Force all hooks to null.
2127
2128 * mi-cmds.h, mi-main.c, mi-cmds.c: New files.
2129 * Makefile.in (SFILES): Add mi-main.c, mi-cmds.c
2130 (COMMON_OBS): Add mi-main.o, mi-cmds.o.
2131 (mi_cmds_h): Define.
2132
2133 Wed May 26 12:39:49 1999 Andrew Cagney <cagney@b1.cygnus.com>
2134
2135 * top.c (call_interp_loop): Hack. Add extern declaration for
2136 mi_ui_out_impl.
2137
2138 1999-05-25 Fernando Nasser <fnasser@totem.to.cygnus.com>
2139
2140 * mi-out.c: New table syntax.
2141
2142 Mon May 24 16:16:29 1999 Andrew Cagney <cagney@amy.cygnus.com>
2143
2144 mi-out.c (_initialize_mi_out): Add external declaration.
2145
2146 1999-05-21 Fernando Nasser <fnasser@totem.to.cygnus.com>
2147
2148 * mi-out.c (mi_table_begin): Added missing parameter.
2149
2150 1999-05-21 Fernando Nasser <fnasser@totem.to.cygnus.com>
2151
2152 * mi-out.c: Changed table markers and added table id.
2153
2154 1999-05-21 Fernando Nasser <fnasser@totem.to.cygnus.com>
2155
2156 * mi-out.c: New file. Implements low-level ui-out primitives for
2157 CLI-based interaction.
2158
2159 \f
2160 Local Variables:
2161 mode: change-log
2162 left-margin: 8
2163 fill-column: 74
2164 version-control: never
2165 End:
This page took 0.093066 seconds and 5 git commands to generate.