* configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
[deliverable/binutils-gdb.git] / gdb / mi / ChangeLog
CommitLineData
9f2aab2d
JJ
12002-10-03 Jeff Johnston <jjohnstn@redhat.com>
2
3 * gdbmi.texinfo: Fix examples that show frames to remove
4 extraneous blank in level field. Part of fix for PR gdb/192.
5
3a387118
JJ
62002-10-03 Jeff Johnston <jjohnstn@redhat.com>
7
8 * mi-cmd-var.c (mi_cmd_var_update): Fix for PR gdb/672. For m2,
9 output list begin and end for "changelist" rather than tuple begin/end.
10 (varobj_update_one): For m2, add tuple begin and end for varobj
11 update output.
12
36dc181b
EZ
132002-10-02 Elena Zannoni <ezannoni@redhat.com>
14
15 * mi-main.c (mi_cmd_exec_return): Don't use
16 return_command_wrapper, use return_command instead.
17 (mi_cmd_exec_interrupt): Don't use
18 interrupt_target_command_wrapper, use interrupt_target_command
19 instead.
20 (return_command_wrapper, interrupt_target_command_wrapper):
21 Delete.
22 Include frame.h.
23
da0f9dcd
AC
242002-10-01 Andrew Cagney <ac131313@redhat.com>
25
26 * mi-main.c (mi2_command_loop): New function.
27 (mi0_command_loop): Delete function.
28 (_initialize_mi_main): Recognize, and default to, "mi2". Do not
29 recognize "mi0".
30 * mi-out.c (mi_table_begin): Remove mi0 code.
31 (mi_table_body, mi_table_end): Ditto.
32 (mi_table_header, mi_open, mi_close): Ditto.
33
c7ec4050
AC
342002-09-29 Andrew Cagney <ac131313@redhat.com>
35
36 * mi-out.c (mi_version): New function.
37 * mi-out.h (mi_version): Declare.
38
7501537f
AC
392002-09-27 Andrew Cagney <ac131313@redhat.com>
40
41 From 2002-07-12 Mo DeJong <supermo@bayarea.net>
42 * gdbmi.texinfo (var-evaluate-expression): Note that
43 var-list-children must be invoked before child variable
44 values can be evaluated.
45
b72b33ef
EZ
462002-09-26 Elena Zannoni <ezannoni@redhat.com>
47
48 * mi-cmd-disas.c (dump_insns): Add text only output for CLI.
49 (do_mixed_source_and_assembly): Ditto.
50
4060713b
KS
512002-09-11 Keith Seitz <keiths@redhat.com>
52
53 * mi-main.c (mi_cmd_data_list_register_names): Use cleanups
54 for the uiout list. Do the cleanups when returning an error.
55 (mi_cmd_data_list_changed_registers): Ditto.
56 (mi_cmd_data_list_register_values): Use cleanups for the uiout list
57 and tuples. Do the cleanups when returning errors.
58
5f8a3188
AC
592002-07-29 Andrew Cagney <ac131313@redhat.com>
60
61
62 * mi-cmd-var.c: Include "gdb_string.h".
63 * mi-cmd-disas.c: Ditto.
64
32c95e20
KS
652002-06-17 Keith Seitz <keiths@redhat.com>
66
67 * gdbmi.texinfo: Update command examples with real MI behavior.
68
8d34ea23
KS
692002-05-20 Keith Seitz <keiths@redhat.com>
70
71 * mi-main.c (captured_mi_execute_command): Add uiout parameter.
72 "data" is now a structure which is used to pass data to/from this
73 function to mi_execute_command.
74 Modify function to comply with requirements from catch_exceptions.
75 Store real return result and command's return result in data.
76 (mi_execute_command): Use catch_exceptions.
77 Use enum to handle actions to be performed instead of overloading
78 catch_errors return result and the mi return result.
79
b31da25e
AC
802002-04-14 Andrew Cagney <ac131313@redhat.com>
81
82 * mi-main.c (mi_cmd_exec_return):
83
cda5a58a
AC
842002-04-09 Andrew Cagney <ac131313@redhat.com>
85
86 * mi-main.c (register_changed_p): Use frame_register_read instead
87 of read_relative_register_raw_bytes.
88 (get_register): Delete out-of-date comment.
89
27cdacdb
EZ
902002-04-07 Elena Zannoni <ezannoni@redhat.com>
91
92 * mi-cmd-disas.c: Run through indent.
93
8f0eea0e
EZ
942002-04-07 Elena Zannoni <ezannoni@redhat.com>
95
96 * mi-cmd-disas.c (dump_insns): New function.
97 (do_mixed_source_and_assembly): New function.
98 (do_assembly_only): New function.
99 (do_disassembly): New function.
100 (mi_cmd_disassemble): Rewrite using smaller, more modular
101 functions.
102
ae767bfb
JB
1032002-04-05 Jim Blandy <jimb@redhat.com>
104
105 * mi-cmd-stack.c (list_args_or_locals): Pass new arg to
106 get_frame_block. (See entry in gdb/ChangeLog.)
107
46fe1613
EZ
1082002-04-05 Elena Zannoni <ezannoni@redhat.com>
109
110 * mi-cmd-disas.c (mi_cmd_disassemble): Use TARGET_PRINT_INSN
111 instead of tm_print_insn.
112 Update copyright year.
113
b0c0ea31
DJ
1142002-04-04 Daniel Jacobowitz <drow@mvista.com>
115
116 * mi-cmd-disas.c (mi_cmd_disassemble): Skip end-of-function
117 markers in the line table.
118
349c5d5f
AC
1192002-03-15 Andrew Cagney <ac131313@redhat.com>
120
121 * mi-main.c (XMALLOC): Delete macro.
122 * mi-out.c (XMALLOC): Ditto.
123 * mi-parse.c (XMALLOC): Ditto.
124 * mi-console.c (XMALLOC): Ditto.
125 * mi-cmd-var.c (XMALLOC): Ditto.
126 * mi-cmd-break.c (XMALLOC): Ditto.
127
128 * mi/mi-cmd-var.c, mi/mi-console.c, mi/mi-out.c: Update copyright
129 * mi/mi-parse.c: Ditto.
130
080fe24b
AC
1312002-02-24 Andrew Cagney <ac131313@redhat.com>
132
133 From wiz at danbala:
134 * gdbmi.texinfo: Fix grammar and typos.
135 Fix PR gdb/287.
136
39bf4652
JB
1372002-02-03 Jim Blandy <jimb@redhat.com>
138
139 * mi-cmd-stack.c (list_args_or_locals): Move declaration of
140 print_me inside the loop body, so it gets re-initialized every
141 iteration. The cases for the different symbol kinds leave
142 print_me unchanged if they don't want the symbol printed.
143
6c0e9fb3
AC
1442002-01-22 Andrew Cagney <ac131313@redhat.com>
145
146 * gdbmi.texinfo: Remove makeinfo 3.12 hacks.
147
1482002-01-21 Andrew Cagney <ac131313@redhat.com>
8926118c 149
e9afe819
AC
150 * mi-cmd-stack.c: Remove #else clause of #ifdef UI_OUT.
151 * mi-cmd-break.c: Ditto.
152 * mi-main.c: Ditto.
8926118c 153
2a6585f0
EZ
1542001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
155
156 * gdbmi.texinfo: Fix the application of GFDL in the Copyright notice.
157
e88c90f2
DJ
1582001-10-12 Daniel Jacobowitz <drow@mvista.com>
159
160 * mi-cmd-stack.c (list_args_or_locals): Use ALL_BLOCK_SYMBOLS.
161
2b65245e
AC
1622001-09-18 Andrew Cagney <ac131313@redhat.com>
163
164 * mi-main.c (mi_cmd_thread_select): Pass uiout to
165 gdb_thread_select.
166 (mi_cmd_thread_list_ids): Pass uiout to gdb_list_thread_ids.
167
168 * mi-cmd-break.c (breakpoint_notify): Pass uiout to
169 gdb_breakpoint_query.
170
4309c8f2
KS
1712001-08-17 Keith Seitz <keiths@redhat.com>
172
173 * mi-cmd-var.c (varobj_update_one): Update call to
174 varobj_update to reflect recent api change.
175
5b7f31a4
AC
1762001-07-26 Andrew Cagney <ac131313@redhat.com>
177
178 * mi-main.c: Include "gdb.h".
179 * mi-cmd-break.c: Include "gdb.h".
180
a433f9e4
AC
1812001-07-12 Andrew Cagney <ac131313@redhat.com>
182
183 * mi-main.c (mi_execute_command): Flush output after ``(gdb)''
184 prompt. Bug reported by David Whedon.
185 (mi_execute_async_cli_command): Ditto.
186 (mi_exec_async_cli_cmd_continuation): Ditto.
187 (mi_command_loop): Ditto.
188
bf702e7e
MK
1892001-07-10 Mark Kettenis <kettenis@gnu.org>
190
191 * mi-out.c (mi_out_new): Initialize suppress_ouput field of newly
192 created `struct ui_out_data'.
193
d8bf3afa
KB
1942001-07-09 Kevin Buettner <kevinb@redhat.com>
195
196 * mi-main.c (register_changed_p, get_register): Use alloca()
197 to allocate space previously allocated via gcc's
198 variable-length array extension.
199 (mi_cmd_data_write_register_values, mi_cmd_data_write_memory):
200 Change type of ``buffer'' to ``void *''. Don't cast return value
201 from xmalloc(). Add a cleanup to free the xmalloc'd buffer.
202
96052a95
AC
2032001-07-07 Andrew Cagney <ac131313@redhat.com>
204
205 * mi-main.c (mi_cmd_data_evaluate_expression): Replace value_ptr
206 with `struct value *'.
207
46712191
KB
2082001-07-08 Kevin Buettner <kevinb@redhat.com>
209
210 * mi-out.c (mi_table_header, mi_field_int, mi_field_skip)
211 (mi_field_string) Make function declarators match earlier
212 declarations.
213
9dc5e2a9
AC
2142001-07-04 Andrew Cagney <ac131313@redhat.com>
215
216 * mi-out.c (mi_ui_out_impl): Initialize is_mi_like_p to one.
217
cff22675
AC
2182001-06-27 Andrew Cagney <ac131313@redhat.com>
219
220 * mi-out.c (mi_table_begin): Include nr_cols and nr_rows in mi1
221 table output.
222 * mi-out.c (mi_table_begin): Only suppress output when mi0. Change
223 the header to a list.
224 (mi_table_body): For mi1, close the header list and open a table
225 body list.
226 (mi_table_end): For mi1, close the body list.
227 (mi_table_header): For mi1, output a tuple containing all the
228 header information.
229 (mi_open, mi_close): Reverse logic of mi_version test.
230 * gdbmi.texinfo (GDB/MI Breakpoint Table Commands): Update.
231
8eb69147
AC
2322001-06-26 Andrew Cagney <ac131313@redhat.com>
233
234 * gdbmi.texinfo (GDB/MI Output Syntax): Delete reference to query
235 packet.
236
dc61bc6d
AC
2372001-06-26 Andrew Cagney <ac131313@redhat.com>
238
239 * mi-cmd-stack.c (list_args_or_locals): Output a list of "args" or
240 "locals" entries.
241 * gdbmi.texinfo (stack-list-locals, stack-list-arguments)
242 (exec-interrupt, target-select, thread-select): Update
243 documentation.
244
d5e5643b
AC
2452001-06-26 Andrew Cagney <ac131313@redhat.com>
246
247 * mi-cmd-stack.c (mi_cmd_stack_list_frames): Output a list of
248 "stack" entries.
249 (mi_cmd_stack_list_args): Ditto for "stack-args".
250 * gdbmi.texinfo (stack-list-frames, stack-list-arguments): Update
251 documentation.
252 (GDB/MI Stack Manipulation Commands): Fix section title. Was
253 Stack Manipulation Commands in GDB/MI.
254
68c81b54
AC
2552001-06-25 Andrew Cagney <ac131313@redhat.com>
256
257 * gdbmi.texinfo: Update output examples that contain stop reason
258 output, change the args=.... to a list.
259 (exec-return): Ditto.
260
45399be4
AC
2612001-06-25 Andrew Cagney <ac131313@redhat.com>
262
263 * mi-main.c (mi_cmd_data_read_memory): Output the memory contents
264 - memory and data - as a list.
265 * gdbmi.texinfo (data-read-memory): Update documentation.
266
80f43b40
AC
2672001-06-25 Andrew Cagney <ac131313@redhat.com>
268
269 * mi-main.c (mi_cmd_data_list_register_values): Output a list of
270 register values.
271 * gdbmi.texinfo (data-list-register-values): Update documentation.
272
173d6894
AC
2732001-06-25 Andrew Cagney <ac131313@redhat.com>
274
275 * mi-main.c (mi_cmd_data_list_register_names): Output a list of
276 register names.
277 (mi_cmd_data_list_register_names): Include the pseudo registers.
278 (mi_cmd_data_list_register_names): Don't leave holes in the list,
279 output "" for NULL registers.
280 * gdbmi.texinfo (data-list-register-names): Update documentation.
281
40d5d7e9
AC
2822001-06-23 Andrew Cagney <ac131313@redhat.com>
283
284 * mi-main.c (mi_cmd_data_list_changed_registers): Output a list of
285 register numbers.
286 * gdbmi.texinfo (data-list-changed-registers): Update
287 documentation.
288
70242e8d
AC
2892001-06-23 Andrew Cagney <ac131313@redhat.com>
290
291 * gdbmi.texinfo (data-disassemble): Update documentation of
292 output. Produces a list of instructions and a list of source
293 lines.
294
2952001-06-22 Andrew Cagney <ac131313@redhat.com>
296
297 * mi-cmd-disas.c (mi_cmd_disassemble): For "-data-disassemble",
298 output a list instead of a tupple.
299
76fe6b98
AC
3002001-06-21 Andrew Cagney <ac131313@redhat.com>
301
302 * mi-out.c (struct ui_out_data): Replace field first_header with
303 suppress_output.
304 (mi_begin, mi_end): Check suppress_header.
305 (mi_field_int, mi_field_skip): Ditto.
306 (mi_field_string, mi_field_fmt): Ditto.
307 (mi_table_begin): When nr_rows is zero, set suppress_header else,
308 output the start of the header.
309 (mi_table_body): Clear suppress header.
310
a7c14aa5
AC
3112001-06-21 Andrew Cagney <ac131313@redhat.com>
312
313 * mi-out.c (mi_open): For lists, when mi_version > 0, use ``[''.
314 (mi_close): Ditto for ``]''.
315
b25959ec
AC
3162001-06-20 Andrew Cagney <ac131313@redhat.com>
317
318 * mi-out.c (mi_table_header): Add parameter ``col_name''.
319
d63f1d40
AC
3202001-06-18 Andrew Cagney <ac131313@redhat.com>
321
322 * mi-out.c: Include "gdb_assert.h".
323 (mi_table_begin): Add parameter ``nr_rows''.
324
b30bf9ee
AC
3252001-06-18 Andrew Cagney <ac131313@redhat.com>
326
327 * mi-main.c: Use strncmp as the "mi" test. Allow "mi", "mi0" and
328 "mi1".
329 (mi_command_loop): Add parameter mi_version, pass to mi_out_new.
330 (mi1_command_loop, mi0_command_loop): New functions.
331 (_initialize_mi_main): Recognize "mi", "mi0" and "mi1".
332 * mi-out.c (mi_out_new): Add parameter mi_version.
333 (struct ui_out_data): Add field mi_version.
334 * mi-out.h (mi_out_new): Update.
335
163e6d2d
AC
3362001-06-07 Andrew Cagney <ac131313@redhat.com>
337
338 * gdbmi.texinfo (GDB/MI Output Syntax): Add tuples and lists to
339 syntax.
340 (GDB/MI Draft Changes to Output Syntax): Delete section.
341
59807497
AC
342Mon Jun 11 17:22:25 2001 Andrew Cagney <cagney@b1.cygnus.com>
343
344 * mi-out.c: Fix typo. s/supress/suppress/.
345
d5e8ba62
AC
3462001-06-09 Andrew Cagney <ac131313@redhat.com>
347
348 * mi-out.c (mi_table_end, mi_table_begin, mi_begin, mi_end): Move
349 supress_field_separator updates from here.
350 (mi_open, mi_close): To here.
351 (mi_open): Add parameter name. Output a field_separator.
352 (mi_table_begin): Update.
c4264430 353 (mi_table_header): Update.
d5e8ba62
AC
354 (mi_begin): Update.
355
e2e11a41
AC
3562001-06-09 Andrew Cagney <ac131313@redhat.com>
357
5e173cfd
AC
358 * mi-out.c (mi_table_begin): Make char* parameters constant.
359 (mi_table_header): Ditto.
360 (mi_field_int): Ditto.
361 (mi_field_skip): Ditto.
362 (mi_field_string): Ditto.
363 (mi_field_fmt): Ditto.
364 (mi_text): Ditto.
365 (mi_message): Ditto.
e2e11a41 366
5a9aa5dc
AC
3672001-05-12 Andrew Cagney <ac131313@redhat.com>
368
369 * mi-out.c (mi_close, mi_open): Output ``[]'' when a list.
370
666547aa
AC
371Fri May 11 13:55:07 2001 Andrew Cagney <cagney@b1.cygnus.com>
372
373 * mi-cmd-var.c: Replace ui_out_list_begin, ui_out_list_end and
374 make_cleanup_ui_out_list_end with ui_out_tupple_begin,
375 ui_out_tupple_end and make_cleanup_ui_out_tupple_begin_end.
376 * mi-cmd-stack.c: Ditto.
377 * mi-cmd-disas.c: Ditto.
378 * mi-main.c: Ditto.
379
9a0f0643
AC
3802001-05-10 Andrew Cagney <ac131313@redhat.com>
381
382 * mi-out.c (mi_open, mi_close): Replace list_open and list_close.
383 (mi_table_begin): Update.
384 (mi_table_header): Update.
385 (mi_begin): Update.
386 (mi_table_body): Update.
387 (mi_table_end): Update.
388 (mi_end): Update.
389
6311b07d
AC
390Thu May 10 16:28:13 2001 Andrew Cagney <cagney@b1.cygnus.com>
391
392 * mi-main.c (mi_execute_async_cli_command): Always initialize
393 old_cleanups.
394
631ec795
AC
3952001-05-08 Andrew Cagney <ac131313@redhat.com>
396
397 * mi-out.c (mi_begin, mi_end): Replace mi_list_begin and
398 mi_list_end.
399 (mi_ui_out_impl): Update.
400
2e94c453
AC
4012001-03-28 Andrew Cagney <ac131313@redhat.com>
402
403 * mi-main.c (mi_cmd_data_read_memory): Use xcalloc.
404
e9c75b65
EZ
4052001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
406
407 * gdbmi.texinfo: Update copyright. Change Permissions to GFDL.
408
8e2eec62
AC
4092001-03-20 Andrew Cagney <ac131313@redhat.com>
410
411 * mi-cmd-disas.c (mi_cmd_disassemble): Initialize ``file_string''
412 and ``line_num''. Consolidate declaration of argument variables.
413
cf4eee44
AC
4142001-03-19 Andrew Cagney <ac131313@redhat.com>
415
416 * mi-out.h: Remove #ifdef __STDC__.
417
a728f042
AC
4182001-03-08 Andrew Cagney <ac131313@redhat.com>
419
420 * mi-main.c (mi_cmd_data_list_register_names): Use NUM_REGS, not
421 ARCH_NUM_REGS.
422 (mi_cmd_data_list_changed_registers): Ditto.
423 (mi_cmd_data_list_register_values): Ditto.
424 (mi_cmd_data_write_register_values): Ditto.
425
b6ba6518
KB
4262001-03-06 Kevin Buettner <kevinb@redhat.com>
427
428 * gdbmi.texinfo, mi-cmd-disas.c, mi-cmd-stack.c, mi-cmd-var.c,
429 mi-cmds.c, mi-cmds.h, mi-console.c, mi-console.h, mi-getopt.c,
430 mi-getopt.h, mi-out.c, mi-out.h, mi-parse.c, mi-parse.h:
431 Update/correct copyright notices.
432
8e65ff28
AC
433Wed Feb 7 19:50:37 2001 Andrew Cagney <cagney@redhat.com>
434
435 * mi-getopt.c: Add __FILE__ and __LINE__ parameter to calls to
436 internal_error.
437 * mi-console.c: Ditto.
438 * mi-cmds.c: Ditto.
439 * mi-cmd-break.c: Ditto.
440
80ee4fd5
FN
4412001-01-27 Fernando Nasser <fnasser@redhat.com>
442
443 From Momchil Velikov <velco@fadata.bg>
444 * mi-cmd-disas.c (gdb_dis_asm_read_memory): Add missing memory
445 attributes argument in the call to `xfer_memory'.
446
46c6187f
KB
4472000-12-14 Kevin Buettner <kevinb@redhat.com>
448
e7b044d6
KB
449 * mi-cmd-disas.c, mi-cmd-var.c, mi-console.c, mi-main.c,
450 mi-parse.c: Replace occurrences of free() with xfree().
46c6187f 451
76995688
AC
452Fri Nov 17 16:07:23 2000 Andrew Cagney <cagney@b1.cygnus.com>
453
454 * mi-main.c: Replace asprintf with xasprintf.
455 * mi-cmd-var.c (mi_cmd_var_create): Ditto.
456
96c405b3
EZ
4572000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
458
459 * gdbmi.texinfo (GDB/MI Variable Objects): Dimensions of
460 multitable changed to "@columnfractions .4 .6". Suggested by
461 Dmitry Sivachenko <dima@Chg.RU>.
462
1c85fbd9
EZ
4632000-08-23 Eli Zaretskii <eliz@is.elta.co.il>
464
465 * gdbmi.texinfo: Change flathead -> @sc{gdb/mi}.
466 Fix typos and markup mistakes (from Dmitry S.
467 Sivachenko <dima@Chg.RU>).
468
e7997b74
EZ
4692000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
470
471 * gdbmi.texinfo: Change GDB -> @value{GDBN}, and
472 (gdb) -> (@value{GDBP}). Fix a few typos and some markup. From
473 Dmitry S. Sivachenko <dima@Chg.RU>.
474
e2f9c474
AC
475Tue May 16 14:13:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
476
477 * mi-main.c (mi_cmd_execute): Use free_current_contents.
478 (free_and_reset): Delete.
479
47cf603e
AC
480Mon May 15 16:17:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
481
482 * mi-main.c (mi_cmd_data_assign, mi_cmd_data_evaluate_expression),
483 mi-cmd-var.c (mi_cmd_var_create, mi_cmd_var_delete): Delete
484 make_cleanup_func casts. Not needed.
485
d68fc559
EZ
4862000-05-07 Eli Zaretskii <eliz@is.elta.co.il>
487
488 * gdbmi.texinfo: Lots of typos and grammar fixes from Brian
489 Youmans <3diff@flib.gnu.ai.mit.edu>.
490
8b0ceefc
AC
491Wed Apr 26 18:35:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
492
493 * gdbmi.texinfo (GDB/MI Output Syntax v2.0): Convert Draft 2.0
494 Output Syntax into a new section. Cross reference.
495 (menu): Fix tipo. GDB/MI Compatibility with CLI.
496
7162c0ca
EZ
4972000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
498
499 * gdbmi.texinfo: Lots of changes, to include this document as part
500 of the GDB manual.
501
73a93a32
JI
5022000-03-13 James Ingham <jingham@leda.cygnus.com>
503
504 * mi-cmd-var.c (mi_cmd_var_create): Add special frame cookie "@"
505 to indicate an "USE_CURRENT_FRAME" variable.
506 (varobj_update_one): Add "in_scope" and "type_changed" to the
507 result.
508
cdffbaa2
EZ
5092000-03-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
510
24e8cecf
EZ
511 * mi-cmds.h: Export mi_cmd_data_write_register_values.
512
513 * mi-cmds.c (mi_cmds): Implement data-write-register-values with
514 mi_cmd_data_write_register_values.
515
516 * mi-main.c (mi_cmd_data_write_register_values): New
517 function. Write a value into a register.
518
5192000-03-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
520
cdffbaa2
EZ
521 * gdbmi.texinfo: Update data-disassemble documentation.
522
30e28a0e
EZ
5232000-03-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
524
525 * mi-cmd-disas.c (mi_cmd_disassemble): Use
526 ui_out_field_core_addr() instead of print_address_numeric(), to
527 maintain consistency throughout MI.
528
ab91fdd5
AC
529Wed Feb 23 17:09:39 2000 Andrew Cagney <cagney@b1.cygnus.com>
530
531 * mi-cmd-break.c, mi-cmd-disas.c, mi-cmd-stack.c, mi-cmd-var.c,
532 mi-cmds.c, mi-cmds.h, mi-console.c, mi-console.h, mi-getopt.c,
533 mi-getopt.h, mi-main.c, mi-out.c, mi-out.h, mi-parse.c,
534 mi-parse.h: Update copyright information.
535
ff844c8d
AC
536Wed Feb 23 13:31:16 2000 Andrew Cagney <cagney@b1.cygnus.com>
537
538 * mi-cmd-disas.c (gdb_dis_asm_read_memory): Change LEN to unsigned
539 long. Match ../include/dis-asm.h change.
540
fb40c209
AC
541Wed Feb 23 10:30:55 2000 Andrew Cagney <cagney@b1.cygnus.com>
542
543 * gdbmi.texinfo: Update copyright - FSF. Update version
544 information.
545
546 mi-cmd-break.c, mi-cmd-disas.c, mi-cmd-stack.c, mi-cmd-var.c,
547 mi-cmds.h, mi-main.c, mi-parse.c, mi-parse.h: Re-format using GNU
548 indent.
549
5502000-02-21 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
551
552 * mi-main.c: Add include of gdbcore.h for write_memory()
553 prototype.
554
5552000-02-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
556
557 * mi-cmd-disas.c (mi_cmd_disassemble): Change syntax of
558 command. Now use options.
559 Instead of printing the symbolic address of instructions via
560 print_address_symbolic(), use build_address_symbolic() and format
561 properly for output.
562 (gdb_do_disassmble): Delete.
563
5642000-02-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
565
566 * mi-cmd-disas.c (mi_cmd_disassemble):
567
5682000-02-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
569
570 * mi-main.c (mi_cmd_data_write_memory): New function. Write a
571 value into target memory.
572
573 * mi-cmds.h (mi_cmd_data_write_memory): Export.
574
575 * mi-cmds.c (mi_cmds): Hook up data-write-memory to
576 mi_cmd_data_write_memory().
577
5782000-02-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
579
580 * mi-main.c (mi_cmd_target_download): Correct error message to
581 report right function name.
582 (mi_cmd_target_select): Add doing exec cleanups at end.
583 (mi_cmd_data_read_memory): Correct typo.
584 (mi_cmd_execute): Do not simply free last_async_command, but reset
585 it to NULL as well.
586 (free_and_reset): New function, free the argument and set it to
587 NULL.
588 (mi_cmd_target_select_continuation): Delete prototype.
589
590Tue Feb 1 00:17:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
591
592 * mi-cmd-disas.c, mi-cmds.h, mi-console.c, mi-console.h,
593 mi-main.c, mi-out.c, mi-out.h: Update to reflect rename of
594 gdb-file / GDB_FILE to ui-file / ``struct ui_file''.
595
596Mon Jan 31 18:33:28 2000 Andrew Cagney <cagney@b1.cygnus.com>
597
598 * mi-main.c (mi_command_loop): Delete reference to
599 fputs_unfiltered_hook.
600
6012000-01-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
602
603 * mi-cmds.c (mi_cmds): Update entries for
604 mi_cmd_data_list_register_names,
605 mi_cmd_data_list_changed_registers,
606 mi_cmd_data_list_register_values.
607
608 * mi-cmds.h (mi_cmd_data_list_register_names,
609 mi_cmd_data_list_changed_registers,
610 mi_cmd_data_list_register_values): Update to mi_cmd_argv_ftype.
611
612 * mi-main.c (mi_cmd_data_list_register_names,
613 mi_cmd_data_list_changed_registers,
614 mi_cmd_data_list_register_values): Update to use argc, argv
615 parameters.
616
6172000-01-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
618
619 * mi-main.c (mi_cmd_data_read_memory): Correct the computation of
620 next-row.
621
6222000-01-27 Fernando Nasser <fnasser@totem.to.cygnus.com>
623
624 * mi-cmd-var.c (mi_cmd_var_create): Test for NULL type.
625 (mi_cmd_var_set_format, mi_cmd_var_show_format,
626 mi_cmd_var_info_num_children, mi_cmd_var_list_children,
627 mi_cmd_var_info_type, mi_cmd_var_info_expression,
628 mi_cmd_var_show_attributes, mi_cmd_var_evaluate_expression,
629 mi_cmd_var_assign, mi_cmd_var_update): Prevent possibility of memory
630 leak on error.
631
6322000-01-27 Fernando Nasser <fnasser@totem.to.cygnus.com>
633
634 * mi-out.c (mi_field_string): Test for NULL string pointer.
635
6362000-01-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
637
638 * mi-cmd-stack.c (mi_cmd_stack_list_frames): Call
639 print_frmae_info() with the correct arguments.
640
641 * mi-main.c (mi_cmd_exec_return): Call
642 show_and_print_stack_frame() with LOC_AND_ADDRESS, so it does the
643 right thing. Update Copyright.
644
6452000-01-13 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
646
647 * mi-main.c: Move disassemble commands from here.
648
649 * mi-cmd-disas.c: To here. New file.
650
6512000-01-13 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
652
653 * mi-cmd-stack.c: Remove include of mi-out.h.
654
655 * mi-main.c (mi_cmd_disassemble): Update function to use argc/argv
656 interface.
657
658 * mi-cmds.h: Ditto.
659
660 * mi-cmds.c: Ditto.
661
6622000-01-12 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
663
664 * gdbmi.texinfo: Update stack commands descriptions.
665 Add thread commands descriptions and examples.
666
667 * mi-main.c (mi_cmd_thread_list_ids): Fix typo.
668
6692000-01-12 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
670
671 * mi-main.c (mi_cmd_thread_list_ids): New function, print a list
672 of currently known threads ids, and the total number of threads.
673 (mi_cmd_thread_select): New function. Switch current thread.
674
675 * mi-cmds.c (mi_cmds): Implement thread-list-ids by
676 mi_cmd_thread_list_ids, and thread-select by mi_cmd_thread_select.
677
678 * mi-cmds.h (mi_cmd_thread_select, mi_cmd_thread_list_ids): Export.
679
6802000-01-11 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
681
682 * mi-main.c: Move stack commands from here.
683
684 * mi-cmd-stack.c: To here. New file.
685
6862000-01-07 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
687
688 * mi-main.c (list_args_or_locals): Add a new paramter, the frame
689 for which to display args or locals. Don't use selected_frame
690 anymore, use the new parameter instead. Return void instead of
691 mi_cmd_result, let callers do so.
692 (mi_cmd_stack_list_args): Change interface. Now accept low and
693 high frame numbers to display args for a range of frames. Without
694 these two, display args for the whole stack.
695 (mi_cmd_stack_list_locals): Adapt to new interface for
696 list_args_or_locals.
697
6982000-01-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
699
700 * mi-main.c (mi_cmd_stack_info_depth, mi_cmd_stack_list_args,
701 mi_cmd_stack_list_frames, mi_cmd_stack_list_locals,
702 mi_cmd_stack_select_frame): Change to use argv type of parameters.
703
704 * mi-cmds.c (mi_cmds): Change stack-info-depth,
705 stack-list-arguments, stack-list-frames, stack-list-locals,
706 stack-select-frame to use argv parameters.
707
708 * mi-cmds.h (mi_cmd_stack_info_depth, mi_cmd_stack_list_args,
709 mi_cmd_stack_list_frames, mi_cmd_stack_list_locals,
710 mi_cmd_stack_select_frame): Update definitions.
711
712Tue Jan 4 12:38:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
713
714 * mi-main.c (mi_command_loop): Force the MI interface to use seven
715 bit strings.
716 * gdbmi.texinfo: Make it clear that a quoted C string is seven
717 bit.
718
719Thu Dec 30 14:15:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
720
721 * mi-getopt.c (mi_getopt): Rewrite. Allow long options.
722 * mi-getopt.h (struct mi_opt): Declare.
723 (mi_getopt): Update.
724
725 * mi-main.c (mi_cmd_data_read_memory), mi-cmd-break.c
726 (mi_cmd_break_insert, mi_cmd_break_watch): Update.
727
728Wed Dec 29 23:38:35 1999 Andrew Cagney <cagney@b1.cygnus.com>
729
730 * mi-cmd-break.c (mi_cmd_break_insert): Add support for -c
731 <condition>, -i <ignore-count> and -p <thread>.
732 (breakpoint_notify): New function.
733 (mi_cmd_break_insert): Wrap GDB call with callback hooks so that
734 MI is notified when ever a breakpoint is created.
735
736 * gdbmi.texinfo: Update.
737
738Fri Dec 24 11:23:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
739
740 * mi-main.c (gdb_do_disassemble): Strip out more useless #ifdef
741 UI_OUTs.
742
7431999-12-23 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
744
745 * mi-main.c (gdb_do_disassemble): Fix output. Lines that have no
746 assembly instructions must still be outputted, to keep the source
747 line numbering correct.
748 Remove #ifdef UI_OUT's, they are useless.
749
7501999-12-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
751
752 * mi-main.c (gdb_do_disassemble): Don't print a new list in mixed
753 mode, every time. Just do it when we actually encounter a new
754 source line.
755
7561999-12-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
757
758 * mi-cmd-var.c (mi_cmd_var_list_children): Add test for C++ pseudo
759 variable objects (private, public, protected) as these do not have
760 a type and the -var-list-children operation was dumping core.
761
762Fri Dec 17 20:23:33 1999 Andrew Cagney <cagney@b1.cygnus.com>
763
764 * gdbmi.texinfo: Document recommended syntax for options.
765
766 * mi-main.c (mi_cmd_data_read_memory): Add support for ``-o
767 <offset>''.
768 * gdbmi.texinfo: Document.
769
770Wed Dec 15 17:43:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
771
772 * mi-getopt.h (mi_getopt): Change optarg to a char pointer. Check
773 optind.
774 * mi-cmd-break.c (mi_cmd_break_insert): Update.
775
776 * mi-main.c (mi_cmd_data_read_memory): Add fields "next-row-addr",
777 "prev-row-addr", "next-page-addr", "prev-page-addr" and a per row
778 "addr".
779 * gdbmi.texinfo: Update.
780
781Wed Dec 15 01:05:40 1999 Andrew Cagney <cagney@b1.cygnus.com>
782
783 * mi-cmds.h (mi_cmd_result): Add MI_CMD_CAUGHT_ERROR for when the
784 error is caught.
785
786 * mi-main.c (captured_mi_execute_command): When
787 MI_CMD_CAUGHT_ERROR return 0 rethrowing the eror.
788
7891999-12-13 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
790
791 * mi-cmd-break.c (mi_cmd_break_insert): Remove unused var.
792
793 * mi-cmd-var.c (mi_cmd_var_update): Remove unused variables.
794
795Mon Dec 13 18:43:36 1999 Andrew Cagney <cagney@b1.cygnus.com>
796
797 * mi-parse.c (mi_parse): Quote the command when printing it.
798 (mi_parse_argv): Fix handling of quoted strings. Was not
799 de-quoting them.
800 (mi_parse_argv): Make static.
801
802Mon Dec 13 18:30:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
803
804 * mi-cmds.h (mi_cmd_break_insert, mi_cmd_break_watch): Change type
805 to mi_cmd_argv_ftype.
806 * mi-cmds.c (mi_cmds): Update.
807 * mi-cmd-break.c (mi_cmd_break_insert, mi_cmd_break_watch): Change
808 to new style of arguments with argc and argv. Parse arguments
809 using mi_getopt.
810
811 * mi-cmd-break.c (mi_cmd_break_insert): Wrap body in #ifdef UI_OUT
812 to avoid non-ui compile problems.
813
814Mon Dec 13 15:08:36 1999 Andrew Cagney <cagney@b1.cygnus.com>
815
816 * mi-getopt.h, mi-getopt.c: New files. Similar to getopt but with
817 well defined semantics.
818
819Mon Dec 13 14:22:21 1999 Andrew Cagney <cagney@b1.cygnus.com>
820
821 * mi-main.c (mi_cmd_break_insert, mi_cmd_break_watch, enum
822 wp_type, enum bp_type): Move from here.
823 * mi-cmd-break.c: To here. New file.
824 (mi_cmd_break_insert, mi_cmd_break_insert, mi_cmd_break_watch):
825 Use error to report problems.
826
8271999-12-09 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
828
829 * gdbmi.texinfo: Update description of exec-interrupt.
830
831 * mi-main.c (mi_cmd_exec_interrupt): If the program is not
832 executing, don't try to interrupt it, but error out instead. Make
833 sure previous_async_command is not null before duplicating it into
834 last_async_command.
835
836 * gdbmi.texinfo: Add examples for data-evaluate-expression.
837
8381999-12-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
839
840 * mi-cmd-var.c (mi_cmd_var_assign, mi_cmd_var_create,
841 mi_cmd_var_delete, mi_cmd_var_evaluate_expression,
842 mi_cmd_var_info_expression, mi_cmd_var_info_num_children,
843 mi_cmd_var_info_type, mi_cmd_var_list_children,
844 mi_cmd_var_set_format, mi_cmd_var_show_attributes,
845 mi_cmd_var_show_format, mi_cmd_var_update): Change to use new
846 style of arguments with argc and argv.
847 (next_arg): Delete.
848 (which_var): Delete.
849
850 * mi-cmds.c (mi_cmds): Update entries for mi_cmd_var_assign,
851 mi_cmd_var_create, mi_cmd_var_delete,
852 mi_cmd_var_evaluate_expression, mi_cmd_var_info_expression,
853 mi_cmd_var_info_num_children, mi_cmd_var_info_type,
854 mi_cmd_var_list_children, mi_cmd_var_set_format,
855 mi_cmd_var_show_attributes, mi_cmd_var_show_format,
856 mi_cmd_var_update.
857
858 * mi-cmds.h (mi_cmd_var_assign, mi_cmd_var_create,
859 mi_cmd_var_delete, mi_cmd_var_evaluate_expression,
860 mi_cmd_var_info_expression, mi_cmd_var_info_num_children,
861 mi_cmd_var_info_type, mi_cmd_var_list_children,
862 mi_cmd_var_set_format, mi_cmd_var_show_attributes,
863 mi_cmd_var_show_format, mi_cmd_var_update): Update declarations.
864
8651999-12-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
866
867 * gdbmi.texinfo: Comment out -data-assign command. * mi-main.c
868 (mi_cmd_data_assign): Do not use, comment out. * mi-cmds.h
869 (mi_cmd_data_assign): Remove. * mi-cmds.c: Remove -data-assign
870 command from MI interface.
871
8721999-12-07 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
873
874 * mi-parse.c (mi_parse): Add '\n' at end of error messages, so
875 that prompt comes out on new line.
876
877 * gdbmi.texinfo: Update disassembly command output.
878
8791999-12-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
880
881 * mi-main.c (gdb_do_disassemble): Update output for UI_OUT case.
882
8831999-12-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
884
885 * gdbmi.texinfo: Update exec-until output, including the reason
886 for stopping.
887
888Thu Dec 2 17:17:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
889
890 * mi-cmds.c: Include <string.h> for memset.
891
8921999-12-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
893
894 * mi-main.c (mi_cmd_exec_return): ifdef the references to
895 return_command_wrapper().
896
8971999-12-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
898
899 * mi-main.c (mi_cmd_gdb_exit, mi_cmd_exec_interrupt,
900 mi_cmd_target_select, mi_execute_async_cli_command,
901 mi_exec_async_cli_cmd_continuation, mi_load_progress): Don't print
902 last_async_command if it is NULL.
903 (mi_cmd_exec_return):
904
9051999-12-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
906
907 * mi-main.c (mi_cmd_exec_return): Reimplement using
908 return_command() instead of mi_execute_async_cli_command().
909
9101999-12-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
911
912 * mi-cmds.h: Export mi_cmd_data_assign and
913 mi_cmd_data_evaluate_expression.
914
915 * mi-cmds.c (mi_cmds): Hook data-assign to mi_cmd_data_assign and
916 data-evaluate-expression to mi_cmd_data_evaluate_expression.
917
918 * mi-main.c (mi_cmd_data_assign): New function. Implement
919 data-assign command.
920 (mi_cmd_data_evaluate_expression): New function. Implement
921 data-evaluate-expression command.
922
9231999-12-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
924
925 * gdbmi.texinfo: Fix some texinfo formatting errors.
926
9271999-12-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
928
929 * gdbmi.texinfo: Update data-list-register-values description.
930
931 * mi-cmds.h: Export mi_cmd_data_list_register_values.
932
933 * mi-cmds.c (mi_cmds): Hook data-list-register-values to
934 mi_cmd_data_list_register_values.
935
936 * mi-main.c (mi_cmd_data_list_register_values): New
937 function. Implements the -data-list-register-values command.
938 (get_register): New function. Output the contents of a given
939 register.
940
941Wed Dec 1 20:27:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
942
943 * mi-main.c (mi_execute_async_cli_command): Append missing "\n"
944 for synchronous stopped message.
945
9461999-11-30 James Ingham <jingham@leda.cygnus.com>
947
948 * gdbmi.texinfo: Fix obvious typo in @end statement.
949
950Wed Dec 1 12:36:27 1999 Andrew Cagney <cagney@b1.cygnus.com>
951
952 * mi-cmd-var.c: Include "value.h".
953 * mi-console.c: Include <string.h>.
954
955Wed Dec 1 00:21:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
956
957 * mi-main.c (captured_mi_execute_command): For a CLI command, pass
958 "%s" to mi_execute_cli_command to stop core dumps.
959 (captured_mi_execute_command): Echo CLI commands on gdb_stdlog.
960
961Wed Dec 1 00:10:07 1999 Andrew Cagney <cagney@b1.cygnus.com>
962
963 * gdbmi.texinfo: Explain NR-BYTES and ADDR.
964
965Tue Nov 30 23:31:57 1999 Andrew Cagney <cagney@b1.cygnus.com>
966
967 * mi-cmd-var.c (mi_cmd_var_create, mi_cmd_var_delete,
968 mi_cmd_var_set_format, mi_cmd_var_show_format,
969 mi_cmd_var_info_num_children, mi_cmd_var_list_children,
970 mi_cmd_var_info_type, mi_cmd_var_info_expression,
971 mi_cmd_var_show_attributes, mi_cmd_var_evaluate_expression,
972 mi_cmd_var_assign, mi_cmd_var_update, varobj_update_one, next_arg,
973 which_var): New file. Move varobj commands to here from
974 mi-main.c.
975
976 * mi-console.h, mi-console.c (mi_console_file_new,
977 mi_console_file_delete, mi_console_file_fputs,
978 mi_console_raw_packet, mi_console_file_flush): New files. Move
979 mi_console_file to here from mi-main.c.
980
981Tue Nov 30 19:37:25 1999 Andrew Cagney <cagney@b1.cygnus.com>
982
983 * mi-main.c (captured_mi_execute_command): Use fputstr_unfiltered
984 when printing error messages.
985 (mi_cmd_execute): Ditto.
986
9871999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
988
989 * gdbmi.texinfo: Describe -data-list-changed-registers,
990 -data-list-register-names. Add examples for
991 -exec-next-instruction, exec-step-instruction, -exec-run,
992 -exec-until. Format examples for -data-read-memory.
993 update example for -target-download.
994
9951999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
996
997 * gdbmi.texinfo: Remove mentioning of inaccurate watchpoint hit
998 count.
999
1000Mon Nov 29 19:28:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
1001
1002 * mi-main.c (mi_execute_async_cli_command): Return ``enum
1003 mi_cmd_cmd_result''. mi_cmd_exec_run, mi_cmd_exec_next,
1004 mi_cmd_exec_step, mi_cmd_exec_step_instruction,
1005 mi_cmd_exec_finish, mi_cmd_exec_until, mi_cmd_exec_return,
1006 mi_cmd_exec_continue): Update call.
1007 (mi_execute_async_cli_command): When target is synchronous, fake
1008 asynchronous behavour (ulgh). Allows tests to be run on built-in
1009 simulator and native targets.
1010
1011Mon Nov 29 15:15:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
1012
1013 * mi-cmds.h (mi_cmd_gdb_exit), mi-cmds.c (mi_cmds), mi-main.c
1014 (mi_cmd_gdb_exit): Change function signature to mi_cmd_argv_ftype.
1015
10161999-11-28 Andew Cagney <cagney@rat-in-a-hat.cygnus.com>
1017
1018 * mi-parse.c: Include <ctype.h> and <string.h>
1019
10201999-11-26 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1021
1022 * gdbmi.texinfo: Added watchpoint command descriptions and
1023 examples.
1024
1025 * mi-main.c (mi_load_progress): Add parameter for total sent so far.
1026 Print it as well.
1027
1028Fri Nov 26 10:17:49 1999 Andrew Cagney <cagney@b1.cygnus.com>
1029
1030 * gdbmi.texinfo (section Output Syntax): For lists, the <string>
1031 part of a <result> is optional. Clarify syntax.
1032 (appendix Proposed v2.0 Output Syntax): New section. Provide
1033 record of discussion of possible changes to syntax.
1034
1035Wed Nov 24 19:41:35 1999 Andrew Cagney <cagney@b1.cygnus.com>
1036
1037 * mi-main.c (mi_cmd_data_read_memory): Simplify. Fix coredump
1038 when arguments were bad.
1039 (mi_cmd_execute): Change parameter to ``struct mi_parse''. Handle
1040 case of argv_func as well as args_func.
1041 (captured_mi_execute_command): Update.
1042
1043 * mi-cmds.c (struct mi_cmd): Add field for mi_cmd_argv_ftype.
1044 (mi_cmds): Update mi_cmd_data_read_memory.
1045 (mi_lookup): Return
1046
1047 * mi-cmds.h (mi_cmd_args_ftype): Rename mi_cmd_ftype. Make all
1048 functions of type this type.
1049 (mi_cmd_argv_ftype): Declare.
1050 (mi_cmd_data_read_memory): Change type to mi_cmd_argv_fytpe.
1051 (struct mi_cmd): Move declaration to here from mi-cmds.c.
1052 (mi_lookup): Return a pointer to ``struct mi_cmd''.
1053
1054Wed Nov 24 15:03:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
1055
1056 * mi-parse.c (mi_parse): Initialize TOKEN when a CLI command.
1057
1058 * gdbmi.texinfo: Allow a <token> before a CLI command.
1059
1060 * mi-parse.h (struct mi_parse): Declare.
1061 (mi_parse): Change to return a ``struct mi_parse''.
1062 (enum mi_command_type): Delete PARSE_ERROR.
1063
1064 * mi-main.c (struct mi_execute_command_context): Delete.
1065 (captured_mi_execute_command): Update
1066 (mi_execute_command): Update. Check for mi_parse returning NULL.
1067
1068Wed Nov 24 12:57:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
1069
1070 * mi-parse.h: Remove const, from cmd parameter. Causes cascading
1071 warnings.
1072
1073Wed Nov 24 15:03:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
1074
1075 * mi-parse.c (mi_parse): New function. Move parse code to here.
1076 * mi-main.c (parse): From here. Delete.
1077
1078Wed Nov 24 12:57:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
1079
1080 * mi-parse.c, mi-parse.h: New files. Implement mi_parse_env.
1081
1082Wed Nov 24 11:24:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
1083
1084 * mi-out.c (mi_field_string): Make string parameter constant.
1085
10861999-11-23 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1087
1088 * mi-cmds.h (mi_cmd_target_download): Export.
1089
1090 * mi-cmds.c (mi_cmds): Add mi_cmd_target_download.
1091
1092 * mi-main.c: Include <sys/time.h>.
1093 (mi_cmd_target_download): New function, implement the
1094 target-download command.
1095 (mi_load_progress): New function. Called via the
1096 show_load_progress hook. Prints updates every 0.5 secs.
1097 (mi_command_loop): Initialize the show_load_progress hook.
1098
10991999-11-22 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1100
1101 * mi-main.c (mi_cmd_exec_until): New function. Implement until
1102 command.
1103 (mi_cmd_exec_step_instruction): New function. Implement stepi
1104 command.
1105 (mi_cmd_exec_next_instruction): New function. Implement nexti
1106 command.
1107
1108 * mi-cmds.c (mi_cmds): Add mi_cmd_exec_step_instruction,
1109 mi_cmd_exec_next_instruction, mi_cmd_exec_until.
1110
1111 * mi-cmds.h (mi_cmd_exec_step_instruction,
1112 mi_cmd_exec_next_instruction, mi_cmd_exec_until): Export.
1113
1114Tue Nov 23 00:30:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
1115
1116 * mi/gdbmi.texinfo: Document -data-read-memory.
1117
1118 * mi-main.c (mi_cmd_data_read_memory): Fix off-by-one check of
1119 argc.
1120 (mi_cmd_data_read_memory): Label the output table with "memory".
1121
1122Thu Nov 18 18:15:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
1123
1124 * mi-main.c (mi_cmd_exec_interrupt, mi_cmd_break_insert,
1125 mi_cmd_break_watch, mi_cmd_disassemble, mi_cmd_execute): Replace
1126 strdup with xstrdup.
1127
1128Thu Nov 18 20:50:09 1999 Andrew Cagney <cagney@b1.cygnus.com>
1129
1130 * mi-main.c (mi_cmd_data_read_memory): New function. Implement
1131 data-read-memory.
1132
1133 * mi-cmds.h, mi-cmds.c: Add mi_cmd_data_read_memory.
1134 * mi-cmds.c (mi_cmds): Ditto.
1135
11361999-11-11 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1137
1138 * mi-cmds.h (mi_cmd_break_watch): Export.
1139
1140 * mi-cmds.c (mi_cmds): Hook up break-watch to function
1141 mi_cmd_break_watch.
1142
1143 * mi-main.c (wp_type): New enumeration for the possible types of
1144 watchpoints.
1145 (mi_cmd_break_watch): New function, implements the break-watch
1146 command.
1147
11481999-11-11 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1149
1150 * mi-main.c (mi_cmd_break_insert): Handle case in which the command is
1151 just a -break-insert w/o args.
1152
1153Fri Nov 12 00:01:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
1154
1155 * mi-out.c (mi_field_string): Always quote the string.
1156
11571999-11-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1158
1159 * mi-cmds.h(mi_cmd_data_list_changed_registers,
1160 mi_cmd_data_list_register_names): Export.
1161
1162 * mi-cmds.c (mi_cmds): Hook up data-list-changed-registers to
1163 mi_cmd_data_list_changed_registers and data-list-register-names to
1164 mi_cmd_data_list_register_names.
1165
1166 * mi-main.c (mi_cmd_data_list_changed_registers): New function,
1167 implements the data-list-changed-registers command.
1168 (mi_cmd_data_list_register_names): New function, implements the
1169 data-list-register-names command.
1170 (register_changed_p): New function. Decide whether the register
1171 contents have changed.
1172 (setup_architecture_data): New function. Initialize registers
1173 memory.
1174 (_initialize_mi_main): Call setup_architecture_data(), and
1175 register_gdbarch_swap().
1176
1177Wed Nov 10 18:35:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
1178
1179 * mi-main.c (mi_execute_command): Correctly quote error messages.
1180
1181Wed Nov 10 11:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
1182
1183 * mi/gdbmi.texinfo: Delete <stream-output>. Replaced by
1184 <c-string>.
1185
1186 * mi-main.c (mi_console_raw_packet): Always quote console output.
1187
1188Tue Nov 9 17:53:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
1189
1190 * mi-main.c (mi_console_file_new), mi-out.c (mi_out_new): Replace
1191 the tui_file with a mem_file. Ya!
1192
1193 * mi-out.c (do_write): New function, wrapper to gdb_file_write.
1194 (mi_out_put): Pass do_write to gdb_file_put.
1195
1196 * mi-main.c (mi_console_file_flush): Rewrite. Use
1197 mi_console_raw_packet to send data to the console.
1198 (mi_console_raw_packet): New function. Correctly
1199 create quoted C string packets.
1200
12011999-11-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1202
1203 * mi-cmds.c (mi_cmds): Break-insert is now implemented by
1204 mi_cmd_break_insert.
1205 * mi-cmds.h (mi_cmd_break_insert): Export.
1206 * mi-main.c (bp_type): New enumeration.
1207 (mi_cmd_break_insert): New function. Implements all flavors of
1208 breakpoint insertion.
1209
1210Mon Nov 8 17:49:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
1211
1212 * mi-main.c (mi_console_file_flush): Replace gdb_file_get_strbuf
1213 with tui_file_get_strbuf.
1214
1215Fri Nov 5 17:06:07 1999 Andrew Cagney <cagney@b1.cygnus.com>
1216
1217 * mi-main.c (mi_console_file_delete, mi_console_file_fputs,
1218 mi_console_file_flush): Call internal_error instead of error.
1219
1220Thu Nov 4 19:53:32 1999 Andrew Cagney <cagney@b1.cygnus.com>
1221
1222 * mi-main.c (captured_mi_execute_command): New function.
1223 (mi_execute_command): Rewrite. Replace SET_TOP_LEVEL() with call
1224 to captured_mi_execute_command via catch_errors.
1225
1226Thu Nov 4 20:33:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
1227
1228 * mi-main.c (clean): Delete.
1229 (mi_command_loop): Delete extern declaration of
1230 mi_execute_command.
1231
12321999-10-28 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1233
1234 * mi-main.c (mi_cmd_stack_select_frame): Conditionalize the body
1235 on UI_OUT, because select_frame_command_wrapper is only defined if
1236 UI_OUT is.
1237 (mi_cmd_exec_interrupt): Conditionalize the body on UI_OUT,
1238 because interrupt_target_command_wrapper is only defined if UI_OUT is.
1239
1240 * mi-cmds.c (mi_cmds): Implement command exec-interrupt by
1241 mi_cmd_exec_interrupt.
1242
1243 * mi-main.c (mi_cmd_exec_interrupt): New function. Implements
1244 exec-interrupt command.
1245 (mi_cmd_execute): If the target is running save execution command
1246 token in previous_async_command. If the command is not 'interrupt'
1247 and the target is running, reject it.
1248 (clean): New function. Free the arg and reset it to NULL.
1249
1250 * mi-cmds.h (mi_cmd_exec_interrupt):Export.
1251
12521999-10-28 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1253
1254 * mi-cmds.c (mi_cmds): Implement command stack-select-frame by
1255 mi_cmd_stack_select_frame.
1256
1257 * mi-main.c (mi_cmd_stack_select_frame): New function. Implements
1258 stack-select-frame command.
1259
1260 * mi-cmds.h (mi_cmd_select_frame):Export.
1261
12621999-10-26 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1263
1264 * mi-cmds.c (mi_cmds): Implement commands stack-list-locals and
1265 stack-list-arguments by mi_cmd_stack_list_locals and
1266 mi_cmd_stack_list_args.
1267
1268 * mi-main.c (mi_cmd_stack_list_locals): New function. Implements
1269 stack-list-locals command.
1270 (mi_cmd_stack_list_args): New function. Implements
1271 stack-list-arguments command.
1272 (list_args_or_locals): New function. Do all the work for the
1273 listing of locals or arguments.
1274
1275 * mi-cmds.h (mi_cmd_stack_list_args,mi_cmd_stack_list_locals) :
1276 Export.
1277
12781999-10-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1279
1280 * mi-cmds.c (mi_cmds): Add new command stack-info-depth.
1281
1282 * mi-main.c (mi_cmd_stack_info_depth): New function. Implements
1283 the stack-info-depth command.
1284 * mi-cmds.h (mi_cmd_stack_info_depth): Export.
1285
1286
12871999-10-22 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1288
1289 * mi-main.c (mi_execute_command): Handle MI_CMD_ERROR case
1290 properly, for command that return error code and don't set
1291 mi_error_message.
1292
1293 * mi-cmds.c (mi_cmds): Hook stack-list-frames command to
1294 mi_cmd_stack_list_frames function.
1295 * mi-cmds.h (mi_cmd_stack_list_frames): Export.
1296
1297 * mi-main.c (mi_execute_command): Deal with a return code of
1298 MI_CMD_ERROR from the execution of mi commands.
1299 (mi_error_message): Static string variable, to contain the error
1300 message from mi commands.
1301 (mi_cmd_stack_list_frames): New function. Prints a backtrace.
1302
13031999-10-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1304
1305 * mi-main.c (mi_cmd_disassemble): Handle the new command line
1306 parameter that specifies the number of disassembly lines to be
1307 displayed.
1308 (gdb_do_disassemble): Add new parameter. Count the number of lines
1309 that have been displayed, and stop when limit is reached.
1310
1311Wed Oct 13 18:04:13 1999 Andrew Cagney <cagney@b1.cygnus.com>
1312
1313 * mi-main.c (mi_command_loop): Don't initialize ``flush_hook''.
1314
13151999-10-13 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1316
1317 * mi/gdbmi.texinfo: More reformatting of the grammars.
1318
13191999-10-12 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1320
1321 * mi/gdbmi.texinfo: More TeX formatting.
1322
13231999-10-11 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1324
1325 * mi/gdbmi.texinfo: First pass completed. All commands should have
1326 some comments/info.
1327 Escape '@' output special char.
1328 Reformat for TeX.
1329
13301999-10-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1331
1332 * mi/gdbmi.texinfo: Filled in part of file command section, and
1333 stack section.
1334
13351999-10-07 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1336
1337 * mi/gdbmi.texinfo: Filled in some sections about execution
1338 commands.
1339
1340Tue Oct 5 15:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
1341
1342 * mi-cmds.h: Sort table
1343 * mi-cmds.c: Ditto.
1344 (MI_TABLE_SIZE): Increase to 251.
1345
13461999-10-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
1347
1348 * mi-main.c (mi_cmd_var_create, mi_cmd_var_delete): Add missing
1349 cleanups.
1350
13511999-10-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
1352
1353 * mi-main.c (next_arg): Returns lenght as well.
1354 (which_var, mi_cmd_var_create, mi_cmd_var_delete,
1355 mi_cmd_var_set_format, mi_cmd_var_update): Do not modify the input
1356 string, use allocated storage instead.
1357 (mi_cmd_var_assign): Adjust call to next_arg() to include new
1358 argument.
1359
13601999-10-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
1361
1362 * mi-main.c (mi_execute_command): Fix handling of errors.
1363
13641999-10-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
1365
1366 * mi-out.c (mi_out_new): Call tui_sfileopen() instead of
1367 deprecated gdb_file_init_astream().
1368 * mi-main.c (mi_console_file_new): Ditto.
1369
1370Mon Oct 4 15:17:29 1999 Andrew Cagney <cagney@b1.cygnus.com>
1371
1372 * mi-cmds.h: Sort function declarations.
1373 (mi_lookup): Add extern.
1374
1375 * mi-cmds.c (mi_lookup): Delete dead code.
1376 (build_table): Call internal_error instead of error.
1377 (build_table): Send trace output to gdb_stdlog.
1378
13791999-10-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1380
1381 * mi-main.c (mi_execute_async_cli_command): Don't do the cleanups
1382 if target_executing is null.
1383
13841999-09-28 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1385
1386 * mi-main.c (async_p): Change var name to event_loop_p.
1387
1388Mon Sep 27 15:11:00 1999 Andrew Cagney <cagney@b1.cygnus.com>
1389
1390 * mi-main.c (mi_execute_async_cli_command, mi_execute_command):
1391 Replace target_has_async with function target_can_async_p.
1392
1393Sun Sep 26 00:12:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
1394
1395 * mi-main.c (mi_cmd_target_select_continuation): Delete function.
1396 (mi_cmd_target_select): Simplify. target-connect is guarenteed to
1397 be synchronous.
1398
1399Sun Sep 26 00:12:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
1400
1401 * mi-cmds.h (mi_cmd_ftype): Replace mi_impl_ftype.
1402 (enum mi_cmd_result): Define.
1403 * mi-cmds.c (struct mi_cmd): Update.
1404 (mi_lookup): Update.
1405 * mi-main.c (mi_cmd_execute): Update.
1406
1407 * mi-main.c (mi_cmd_gdb_exit, mi_cmd_exec_run, mi_cmd_exec_next,
1408 mi_cmd_exec_step, mi_cmd_target_select, mi_cmd_exec_continue,
1409 mi_cmd_exec_return, mi_cmd_exec_finish, mi_cmd_disassemble,
1410 mi_cmd_var_create, mi_cmd_var_delete, mi_cmd_var_set_format,
1411 mi_cmd_var_show_format, mi_cmd_var_info_num_children,
1412 mi_cmd_var_list_children, mi_cmd_var_info_type,
1413 mi_cmd_var_info_expression, mi_cmd_var_show_attributes,
1414 mi_cmd_var_evaluate_expression, mi_cmd_var_update): Update.
1415 Return MI_CMD_DONE.
1416
14171999-09-22 Fernando Nasser <fnasser@totem.to.cygnus.com>
1418
1419 * mi-main.c (mi_cmd_var_create): Use paddr() to format address
1420 on trace output.
1421
14221999-09-21 Fernando Nasser <fnasser@totem.to.cygnus.com>
1423
1424 * mi-main.c (mi_cmd_var_create): Test for varobjdebug before
1425 printing trace and send it to gdb_stdlog.
1426
1427Mon Sep 20 13:41:04 1999 Andrew Cagney <cagney@b1.cygnus.com>
1428
1429 * Makefile.in (mi-out.o): Add dependency list.
1430 * mi-out.c: Include "mi-out.h".
1431
14321999-09-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1433
1434 * mi-main.c (_initialize_mi_main): Events on stadin are now
1435 handled by stdin_event_handler.
1436
14371999-09-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
1438
1439 * mi-cmds.c (mi_cmds): Add var-* commands.
1440
14411999-09-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
1442
1443 * mi-main.c (mi_cmd_var_create, mi_cmd_var_delete,
1444 mi_cmd_var_set_format, mi_cmd_var_show_format,
1445 mi_cmd_var_info_num_children, mi_cmd_var_list_children,
1446 mi_cmd_var_info_type, mi_cmd_var_info_expression,
1447 mi_cmd_var_show_attributes, mi_cmd_var_evaluate_expression,
1448 mi_cmd_var_assign, mi_cmd_var_update, varobj_update_one,
1449 which_var, next_arg): New functions. Implement the -var-*
1450 commands.
1451 * mi-cmds.h: Add prototypes for the above.
1452
14531999-09-14 Fernando Nasser <fnasser@totem.to.cygnus.com>
1454
1455 * mi-cmds.c (mi_cmds): Add detach command.
1456
14571999-09-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
1458
1459 * mi-cmds.c (lookup_table): Fix typo.
1460
14611999-09-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
1462
1463 * mi-cmds.c (mi_cmds): Fix typo and missing command.
1464
14651999-09-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
1466
1467 * mi-main.c: Properly align function prototypes.
1468 (mi_cmd_target_select): Proper check for NULL value.
1469
14701999-09-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
1471
1472 * mi-main.c (mi_execute_async_cli_command): Fix for native targets
1473 that do not have async yet.
1474
14751999-09-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1476
1477 * mi-main.c (mi_cmd_disassemble): Remove unused var.
1478 (gdb_do_disassemble): Ditto.
1479
14801999-08-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1481
1482 * mi-main.c: Replace all the occurrences of 'asynch' in variable
1483 or function names with 'async' to make it consistent with the rest
1484 of gdb.
1485
1486Mon Aug 30 18:16:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
1487
1488 * mi-main.c: #include <ctype.h> for isspace().
1489
14901999-08-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1491
1492 * mi-main.c (gdb_do_disassemble): This function returns void, not
1493 int.
1494
14951999-08-26 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1496
1497 * mi-main.c (mi_cmd_disassemble): Don't use atoi() on the high
1498 address string, just treat it same as address low.
1499 (gdb_do_disassemble): Parse high_address string before seeing if
1500 it is zero.
1501
15021999-08-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1503
1504 * mi-main.c (mi_cmd_disassemble): New function to produce
1505 disassembly output for mi.
1506 (gdb_dis_asm_read_memory): New function. Read the disassembly from
1507 the executable file, instead of target memory.
1508 (compare_lines): New function. Compare order of disassembly lines.
1509 (gdb_do_disassemble): New function. Do the real job of getting the
1510 assembly code out.
1511
1512 * mi-cmds.c (mi_cmds): Do data-disassemble mi command via the
1513 mi_cmd_disassemble function.
1514
1515 * mi-cmds.h: Export new function mi_cmd_disassemble.
1516
1517Wed Aug 25 15:58:31 1999 Andrew Cagney <cagney@b1.cygnus.com>
1518
1519 * mi-main.c (mi_command_loop): Remove references to ui-hooks.
1520
15211999-08-21 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1522
1523 * mi-main.c (mi_execute_asynch_cli_command): Fix the incorrect
1524 usage of strcat(): allocate enough space for the string.
1525
15261999-08-13 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1527
1528 From Christopher Faylor <cgf@cygnus.com>
1529 * mi-main.c (mi_execute_command): Make sure we flush all the
1530 output after each command.
1531
15321999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1533
1534 * mi-main.c (_initialize_mi_main): Remove casting in call to
1535 add_file_handler.
1536
1537Sun Aug 8 17:20:57 1999 Andrew Cagney <cagney@b1.cygnus.com>
1538
1539 * mi-main.c (mi_cmd_target_select, mi_execute_asynch_cli_command):
1540 Replace call to fatal with call to internal_error.
1541
15421999-07-26 Fernando Nasser <fnasser@totem.to.cygnus.com>
1543
1544 * mi-main.c (mi_cmd_execute): Add return code.
1545 (mi_execute_command): Make appropriate changes when calling the
1546 function mentioned above.
1547 (mi_cmd_gdb_exit, mi_cmd_target_select,
1548 mi_cmd_target_select_continuation, mi_execute_command,
1549 mi_exec_asynch_cli_cmd, mi_exec_asynch_cli_cmd_continuation):
1550 Print token, prefix, class and output (if any) in one single group
1551 of statements.
1552 (mi_execute_command, mi_cmd_execute): Fix error prefix.
1553 (mi_cmd_execute): Use exec cleanup for token.
1554 * mi-out.c (mi_out_rewind): New function.
1555 * mi-out.h: Prototype for the above.
1556
15571999-07-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
1558
1559 * mi-main.c (mi_cmd_gdb_exit): Use buffer for exit message.
1560 (mi_cmd_execute): Route error messages to correct file.
1561 (mi_execute_asynch_cli_command): Insert line feed after running
1562 message.
1563
15641999-07-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
1565
1566 * mi-out.h (mi_out_buffered): Add extern declaration.
1567 * mi-out.c (mi_out_buffered): New function. Insert a string at the
1568 current buffer position.
1569 * mi-main.c (mi_cmd_target_select, mi_execute_command,
1570 mi_cmd_execute, mi_execute_asynch_cli_command): Use the above
1571 function instead of printing to raw_stdout.
1572 (mi_cmd_target_select, mi_cmd_target_select_continuation,
1573 mi_execute_command, mi_cmd_execute, mi_execute_cli_command,
1574 mi_exec_asynch_cli_cmd_continuation): Fix handling of token and
1575 prefix.
1576 (mi_execute_cli_command): Remove parameter no longer needed.
1577
15781999-07-15 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1579
1580 * mi-main.c (mi_cmd_target_select_continuation): Print the numeric
1581 token when we are connected.
1582 (mi_execute_command): Don't print the token now, do it later.
1583 (mi_execute_cli_command): Add a new parameter for the numeric
1584 token. Print the token, the prefix and the class after the
1585 command has executed, not before.
1586 (mi_execute_asynch_cli_command): Don't print an extra blank line.
1587
15881999-07-15 Fernando Nasser <fnasser@totem.to.cygnus.com>
1589
1590 * mi-main.c (mi_gdb_exit): Add \n at the end.
1591
15921999-07-15 Fernando Nasser <fnasser@totem.to.cygnus.com>
1593
1594 * mi-main.c (mi_cmd_execute): New function. Dispatch a mi operation.
1595 (mi_execute_command): Use the above.
1596
15971999-07-15 Fernando Nasser <fnasser@totem.to.cygnus.com>
1598
1599 * mi-main.c: Fix identation.
1600
16011999-07-15 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1602
1603 * mi-main.c: Include target.h and inferior.h.
1604 (mi_cmd_target_select): New function to execute the target-select
1605 mi operation.
1606 (mi_cmd_target_select_continuation): New function. Continuation
1607 for the target-select operation.
1608 (mi_execute_command): In case of an MI command which requires
1609 asynchronous execution, do not try to display the result now. If
1610 the execution has to look synchronous don't display the "(gdb)"
1611 prompt.
1612 (mi_execute_asynch_cli_command): Invoke real asynchronous
1613 commands, set up exec_cleanups, and continuations.
1614 (mi_exec_asynch_cli_cmd_continuation): New function. Continuation
1615 for all the MI execution commands except 'target-select'.
1616 (mi_execute_command): Handle null commands by exiting gdb, instead
1617 of core dumping.
1618
1619 * mi-cmds.c (mi_cmds): Hook up -target-select operation to new mi
1620 function.
1621
1622 * mi-cmds.h (mi_cmd_target_select): Add extern declaration.
1623
1624Thu Jul 15 10:31:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
1625
1626 * mi-main.c (struct mi_console_file): Add field ``prefix''.
1627 (mi_console_file_new): Add argument prefix. Initialize prefix
1628 field.
1629 (mi_console_file_flush): Use ``prefix'' instead of "~" as the
1630 prefix string.
1631 (mi_command_loop): Update stream output prefixes. gdb_stdout ==
1632 "~", gdb_stderr / gdb_stdlog == "&", gdb_stdtarg == "@".
1633
16341999-07-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
1635
1636 * mi-main.c (ui_out_data): New field first_header. Fix output when
1637 no breakpoints are found.
1638 (mi_table_begin, mi_table_body, mi_table_header): Test for
1639 first_header.
1640 (mi_table_end): Test for supress_field_separator.
1641 (mi_message): Remove messages from MI output.
1642
16431999-06-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
1644
1645 * mi-cmds.c (mi_cmds[]): Delete gdb-cli operation.
1646 * mi-main.c (parse): Remove ifdefs for cli commands parsing.
1647 (mi-execute-command): Ditto.
1648
1649Mon Jun 28 13:06:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
1650
1651 * mi-out.h: New file.
1652 (mi_out_new, mi_out_put): Move mi specific delcarations to here.
1653 * ui-out.h: From here.
1654
1655 * mi-main.c: Include "mi-out.h".
1656
16571999-06-25 Fernando Nasser <fnasser@totem.to.cygnus.com>
1658
1659 * top.c (print_gdb_version): Add the word HEADLESS when output
1660 follows headless format.
1661 (print_command_lines): Fix typo.
1662
16631999-06-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1664
1665 * event-loop.h: Export input_fd.
1666 * mi-main.c (mi_command_loop): Use the event loop if running
1667 asynchronously.
1668 (mi_execute_command_wrapper): New function.
1669 (_initialize_mi-main): Set things up for running asynchronously.
1670
16711999-06-18 Fernando Nasser <fnasser@totem.to.cygnus.com>
1672
1673 * mi-cmds.c (mi_lookup): Deleted.
1674 (lookup_table): New function. Replaces old mi_lookup() for local
1675 use.
1676 (mi_lookup): New function. External interface for command table
1677 searchs.
1678 (build_table): New definition.
1679 (mi_cmds[]): Add several command implementations and the gdb-cli
1680 special operation.
1681 (mi_cmd_execute): Deleted.
1682 * mi-cmds.h: Add type definition for command implementation
1683 function pointers, add declaration for new implementation
1684 functions and a declaration for mi_lookup().
1685 * mi-main.c (mi_execute_asynch_cli_command): New
1686 function. Captures code that was repeated for all asynch
1687 operations.
1688 (mi_cmd_exec_*): Use the above new function.
1689 (mi_gdb_cmd_exit): Fix the output, printing something appropriate.
1690 (mi_cmd_exec_finish): New operation implementation function.
1691 (mi_cmd_exec_return): Ditto.
1692 (parse): Prepare to remove cli commands.
1693 (mi_execute_command): Fix the output and change the way mi-cmds is
1694 used.
1695
16961999-06-18 Fernando Nasser <fnasser@totem.to.cygnus.com>
1697
1698 * mi-out.c (mi_table_begin): Add missing field separator call.
1699
1700Thu Jun 17 21:05:40 1999 Fernando Nasser <fnasser@tofu.to.cygnus.com>
1701
1702 * breakpoint.c (breakpoint_1): Remove space in breakpoint table
1703 id.
1704 (mention): Use ui_out for last new line (forgotten).
1705
17061999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
1707
1708 * mi-main.c (mi_console_file_flush): Prevent prefix printing when
1709 buffer empty; change prefix to '~'.
1710 (mi_cmd_exec_*): Prefix normal output with '^' instead of
1711 ','; remove unwanted new lines before "stopped".
1712
17131999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
1714
1715 * mi-cmds.c (struct mi_cmds): Updated entries for -exec-continue
1716 and exec-next operations.
1717 (mi_cmd_execute): New text for error messages.
1718 * mi-cmds.h: Add declaration for mi_cmd_exec_next and
1719 mi_cmd_exec_continue.
1720 * mi-main.c (mi_cmd_exec_next): New function. Implements exec-next
1721 operation.
1722 (mi_cmd_exec_continue): New function. Implements exec-continue
1723 operation.
1724 (mi_execute_comand): Add missing space to prompt.
1725 (mi_cmd_exec_run): Ditto.
1726 (mi_cmd_exec_step): Ditto.
1727 * mi-out.c (mi_out_new): Add flags argument to ui_out_new call.
1728 (ui_list_end): Reset supress_field_separator flag.
1729
1730Sat Jun 12 11:49:10 1999 Andrew Cagney <cagney@b1.cygnus.com>
1731
1732 * mi-cmds.h. mi-cmds.c (exec step): Command implemented by
1733 mi_cmd_exec_step instead of cli call.
1734 * mi-main.c (mi_cmd_exec_step): New function.
1735
1736 * mi-cmds.h. mi-cmds.c (exec run): Command implemented by
1737 mi_cmd_exec_run instead of cli call.
1738 * mi-main.c (mi_cmd_exec_run): New function.
1739
1740 * mi-cmds.h. mi-cmds.c (gdb exit): Command implemented by
1741 mi_cmd_gdb_exit instead of quit_force.
1742 * mi-main.c (mi_cmd_gdb_exit): New function.
1743
1744Sat Jun 12 11:33:23 1999 Andrew Cagney <cagney@b1.cygnus.com>
1745
1746 * mi-main.c (mi_command_loop): Pass mi_input to
1747 simplified_command_loop.
1748 (mi_input): New function. Calls gdb_readline with no prompt.
1749
1750Sat Jun 12 11:19:02 1999 Andrew Cagney <cagney@b1.cygnus.com>
1751
1752 * mi-main.c (mi_console_file_fputs): Re-implement. Use a buffer
1753 to accumulate output.
1754
1755 * mi-main.c (struct mi_console_file): Add a buffer.
1756 (mi_console_file_new): Create a buffer.
1757 (mi_console_file_flush): New function.
1758
1759Sat Jun 12 10:59:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
1760
1761 * mi-cmds.h (raw_stdout): Declare. Will be moved later.
1762 * mi-cmds.c (mi_cmd_execute): Send error messages to RAW stdout.
1763 (mi_cmds): Sort by class.
1764
1765 * mi-main.c (raw_stdout): Make global.
1766 * mi-main.c: Remove #ifdef UI_OUT. File assumes UI_OUT is
1767 present.
1768 * mi-main.c: Include "gdb_string.h".
1769 (mi_out_put): Delete declaration.
1770
17711999-06-11 Fernando Nasser <fnasser@totem.to.cygnus.com>
1772
1773 * mi-main.c: Add pre-processor test for UI_OUT.
1774 (mi_execute_command): Add pre-processor test for UI_OUT.
1775
1776Fri Jun 11 23:11:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
1777
1778 * mi-main.c (raw_stdout): New variable.
1779 (mi_execute_command): Write mi-out direct to raw_stdout.
1780 (mi_command_loop): Create raw_stdout. Attach gdb_stdout to the
1781 console.
1782 (mi_console_file_fputs, mi_console_file_delete,
1783 mi_console_file_new): New functions.
1784 (struct mi_console_file): Declare.
1785
1786Fri Jun 11 18:34:33 1999 Andrew Cagney <cagney@b1.cygnus.com>
1787
1788 * mi-main.c (mi_execute_command): Call mi_out_put to display the
1789 result.
1790 * mi-out.c (mi_out_put): New function.
1791 * ui-out.h (mi_out_put): Add declare. Will move later.
1792 * Makefile.in (mi-cmds.o, mi-main.o): Add dependency on ui-out.h.
1793
1794 * mi-out.c (mi_field_string, mi_field_fmt, mi_message, mi_flush,
1795 out_field_fmt, list_open, list_close): Replace gdb_stdout with
1796 data->buffer.
1797 (field_separator, list_open, list_close): Add uiout parameter.
1798 (mi_table_begin, mi_table_body, mi_table_end, mi_list_begin,
1799 mi_list_end, mi_field_string, mi_field_fmt, out_field_fmt,
1800 out_field_fmt): Update.
1801
1802 * mi-out.c (mi_out_new): Initialize supress_field_separator.
1803 (supress_field_separator): Move into mi-out local data object.
1804 (mi_table_begin, mi_list_begin, field_separator): Update.
1805
1806Fri Jun 11 16:08:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
1807
1808 * mi-out.c (mi_out_new): New function, replace init_mi_out.
1809 * mi-main.c (mi_command_loop): Call mi_out_new().
1810
1811 * ui-out.h (mi_out_new): Add declaration. Will move later.
1812 (mi_ui_out_impl): Delete.
1813
1814Wed Jun 9 16:42:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
1815
1816 * mi-main.c: Include "ui-hooks.h".
1817 (mi_init_ui, mi_command_loop): New functions.
1818 (_initialize_mi_main): Install ``mi'' as the interpreter when
1819 selected.
1820
1821Mon Jun 7 18:43:43 1999 Andrew Cagney <cagney@b1.cygnus.com>
1822
1823 From Fernando Nasser <fnasser@totem.to.cygnus.com>
1824 * mi-cmds.c (build_table): Clean up error message.
1825 * mi-cmds.c (mi_cmd_execute), mi-main.c (mi_execute_command): Only
1826 print debug information when mi_debug_p.
1827 * mi-cmds.h (mi_debug_p), mi-main.c: Global, control debug messages.
1828
1829Thu Jun 3 00:44:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
1830
1831 From Fernando Nasser <fnasser@totem.to.cygnus.com>:
1832 * mi-cmds.c: Add CLI definitions for "exec-arguments",
1833 "exec-next", "gdb-exit", "break-list", "break-info", "exec-step"
1834 and "stack-list-frames" to mi_cmds.
1835 (struct mi_command): Add ``from_tty'' argument to func.
1836 * mi-cmds.h (quit_force): Declare.
1837
18381999-05-31 Fernando Nasser <fnasser@totem.to.cygnus.com>
1839
1840 * mi-out.c (mi_table_end): Remove unwanted "\n".
1841
1842Thu May 27 14:59:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
1843
1844 * top.c: Include "ui-hooks.h".
1845 (call_interp_loop): Tempoary. Pass mi_execute_command to
1846 simplified_command_loop. Initialize gdb_stdout & gdb_stderr to
1847 stdio gdb_file streams. Force all hooks to null.
1848
1849 * mi-cmds.h, mi-main.c, mi-cmds.c: New files.
1850 * Makefile.in (SFILES): Add mi-main.c, mi-cmds.c
1851 (COMMON_OBS): Add mi-main.o, mi-cmds.o.
1852 (mi_cmds_h): Define.
1853
1854Wed May 26 12:39:49 1999 Andrew Cagney <cagney@b1.cygnus.com>
1855
1856 * top.c (call_interp_loop): Hack. Add extern declaration for
1857 mi_ui_out_impl.
1858
18591999-05-25 Fernando Nasser <fnasser@totem.to.cygnus.com>
1860
1861 * mi-out.c: New table syntax.
1862
1863Mon May 24 16:16:29 1999 Andrew Cagney <cagney@amy.cygnus.com>
1864
1865 mi-out.c (_initialize_mi_out): Add external declaration.
1866
18671999-05-21 Fernando Nasser <fnasser@totem.to.cygnus.com>
1868
1869 * mi-out.c (mi_table_begin): Added missing parameter.
1870
18711999-05-21 Fernando Nasser <fnasser@totem.to.cygnus.com>
1872
1873 * mi-out.c: Changed table markers and added table id.
1874
18751999-05-21 Fernando Nasser <fnasser@totem.to.cygnus.com>
1876
1877 * mi-out.c: New file. Implements low-level ui-out primitives for
1878 CLI-based interaction.
1879
1880\f
1881Local Variables:
1882mode: change-log
1883left-margin: 8
1884fill-column: 74
1885version-control: never
1886End:
This page took 0.31027 seconds and 4 git commands to generate.