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