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