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