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