]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/mi/ChangeLog
Remove else clause to #if UI_OUT.
[thirdparty/binutils-gdb.git] / gdb / mi / ChangeLog
CommitLineData
8926118c
AC
12002-01-13 Andrew Cagney <ac131313@redhat.com>
2
3 * mi-cmd-stack.c:
4
5 * mi-cmd-break.c:
6
7 * mi-main.c:
8
2a6585f0
EZ
92001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
10
11 * gdbmi.texinfo: Fix the application of GFDL in the Copyright notice.
12
e88c90f2
DJ
132001-10-12 Daniel Jacobowitz <drow@mvista.com>
14
15 * mi-cmd-stack.c (list_args_or_locals): Use ALL_BLOCK_SYMBOLS.
16
2b65245e
AC
172001-09-18 Andrew Cagney <ac131313@redhat.com>
18
19 * mi-main.c (mi_cmd_thread_select): Pass uiout to
20 gdb_thread_select.
21 (mi_cmd_thread_list_ids): Pass uiout to gdb_list_thread_ids.
22
23 * mi-cmd-break.c (breakpoint_notify): Pass uiout to
24 gdb_breakpoint_query.
25
4309c8f2
KS
262001-08-17 Keith Seitz <keiths@redhat.com>
27
28 * mi-cmd-var.c (varobj_update_one): Update call to
29 varobj_update to reflect recent api change.
30
5b7f31a4
AC
312001-07-26 Andrew Cagney <ac131313@redhat.com>
32
33 * mi-main.c: Include "gdb.h".
34 * mi-cmd-break.c: Include "gdb.h".
35
a433f9e4
AC
362001-07-12 Andrew Cagney <ac131313@redhat.com>
37
38 * mi-main.c (mi_execute_command): Flush output after ``(gdb)''
39 prompt. Bug reported by David Whedon.
40 (mi_execute_async_cli_command): Ditto.
41 (mi_exec_async_cli_cmd_continuation): Ditto.
42 (mi_command_loop): Ditto.
43
bf702e7e
MK
442001-07-10 Mark Kettenis <kettenis@gnu.org>
45
46 * mi-out.c (mi_out_new): Initialize suppress_ouput field of newly
47 created `struct ui_out_data'.
48
d8bf3afa
KB
492001-07-09 Kevin Buettner <kevinb@redhat.com>
50
51 * mi-main.c (register_changed_p, get_register): Use alloca()
52 to allocate space previously allocated via gcc's
53 variable-length array extension.
54 (mi_cmd_data_write_register_values, mi_cmd_data_write_memory):
55 Change type of ``buffer'' to ``void *''. Don't cast return value
56 from xmalloc(). Add a cleanup to free the xmalloc'd buffer.
57
96052a95
AC
582001-07-07 Andrew Cagney <ac131313@redhat.com>
59
60 * mi-main.c (mi_cmd_data_evaluate_expression): Replace value_ptr
61 with `struct value *'.
62
46712191
KB
632001-07-08 Kevin Buettner <kevinb@redhat.com>
64
65 * mi-out.c (mi_table_header, mi_field_int, mi_field_skip)
66 (mi_field_string) Make function declarators match earlier
67 declarations.
68
9dc5e2a9
AC
692001-07-04 Andrew Cagney <ac131313@redhat.com>
70
71 * mi-out.c (mi_ui_out_impl): Initialize is_mi_like_p to one.
72
cff22675
AC
732001-06-27 Andrew Cagney <ac131313@redhat.com>
74
75 * mi-out.c (mi_table_begin): Include nr_cols and nr_rows in mi1
76 table output.
77 * mi-out.c (mi_table_begin): Only suppress output when mi0. Change
78 the header to a list.
79 (mi_table_body): For mi1, close the header list and open a table
80 body list.
81 (mi_table_end): For mi1, close the body list.
82 (mi_table_header): For mi1, output a tuple containing all the
83 header information.
84 (mi_open, mi_close): Reverse logic of mi_version test.
85 * gdbmi.texinfo (GDB/MI Breakpoint Table Commands): Update.
86
8eb69147
AC
872001-06-26 Andrew Cagney <ac131313@redhat.com>
88
89 * gdbmi.texinfo (GDB/MI Output Syntax): Delete reference to query
90 packet.
91
dc61bc6d
AC
922001-06-26 Andrew Cagney <ac131313@redhat.com>
93
94 * mi-cmd-stack.c (list_args_or_locals): Output a list of "args" or
95 "locals" entries.
96 * gdbmi.texinfo (stack-list-locals, stack-list-arguments)
97 (exec-interrupt, target-select, thread-select): Update
98 documentation.
99
d5e5643b
AC
1002001-06-26 Andrew Cagney <ac131313@redhat.com>
101
102 * mi-cmd-stack.c (mi_cmd_stack_list_frames): Output a list of
103 "stack" entries.
104 (mi_cmd_stack_list_args): Ditto for "stack-args".
105 * gdbmi.texinfo (stack-list-frames, stack-list-arguments): Update
106 documentation.
107 (GDB/MI Stack Manipulation Commands): Fix section title. Was
108 Stack Manipulation Commands in GDB/MI.
109
68c81b54
AC
1102001-06-25 Andrew Cagney <ac131313@redhat.com>
111
112 * gdbmi.texinfo: Update output examples that contain stop reason
113 output, change the args=.... to a list.
114 (exec-return): Ditto.
115
45399be4
AC
1162001-06-25 Andrew Cagney <ac131313@redhat.com>
117
118 * mi-main.c (mi_cmd_data_read_memory): Output the memory contents
119 - memory and data - as a list.
120 * gdbmi.texinfo (data-read-memory): Update documentation.
121
80f43b40
AC
1222001-06-25 Andrew Cagney <ac131313@redhat.com>
123
124 * mi-main.c (mi_cmd_data_list_register_values): Output a list of
125 register values.
126 * gdbmi.texinfo (data-list-register-values): Update documentation.
127
173d6894
AC
1282001-06-25 Andrew Cagney <ac131313@redhat.com>
129
130 * mi-main.c (mi_cmd_data_list_register_names): Output a list of
131 register names.
132 (mi_cmd_data_list_register_names): Include the pseudo registers.
133 (mi_cmd_data_list_register_names): Don't leave holes in the list,
134 output "" for NULL registers.
135 * gdbmi.texinfo (data-list-register-names): Update documentation.
136
40d5d7e9
AC
1372001-06-23 Andrew Cagney <ac131313@redhat.com>
138
139 * mi-main.c (mi_cmd_data_list_changed_registers): Output a list of
140 register numbers.
141 * gdbmi.texinfo (data-list-changed-registers): Update
142 documentation.
143
70242e8d
AC
1442001-06-23 Andrew Cagney <ac131313@redhat.com>
145
146 * gdbmi.texinfo (data-disassemble): Update documentation of
147 output. Produces a list of instructions and a list of source
148 lines.
149
1502001-06-22 Andrew Cagney <ac131313@redhat.com>
151
152 * mi-cmd-disas.c (mi_cmd_disassemble): For "-data-disassemble",
153 output a list instead of a tupple.
154
76fe6b98
AC
1552001-06-21 Andrew Cagney <ac131313@redhat.com>
156
157 * mi-out.c (struct ui_out_data): Replace field first_header with
158 suppress_output.
159 (mi_begin, mi_end): Check suppress_header.
160 (mi_field_int, mi_field_skip): Ditto.
161 (mi_field_string, mi_field_fmt): Ditto.
162 (mi_table_begin): When nr_rows is zero, set suppress_header else,
163 output the start of the header.
164 (mi_table_body): Clear suppress header.
165
a7c14aa5
AC
1662001-06-21 Andrew Cagney <ac131313@redhat.com>
167
168 * mi-out.c (mi_open): For lists, when mi_version > 0, use ``[''.
169 (mi_close): Ditto for ``]''.
170
b25959ec
AC
1712001-06-20 Andrew Cagney <ac131313@redhat.com>
172
173 * mi-out.c (mi_table_header): Add parameter ``col_name''.
174
d63f1d40
AC
1752001-06-18 Andrew Cagney <ac131313@redhat.com>
176
177 * mi-out.c: Include "gdb_assert.h".
178 (mi_table_begin): Add parameter ``nr_rows''.
179
b30bf9ee
AC
1802001-06-18 Andrew Cagney <ac131313@redhat.com>
181
182 * mi-main.c: Use strncmp as the "mi" test. Allow "mi", "mi0" and
183 "mi1".
184 (mi_command_loop): Add parameter mi_version, pass to mi_out_new.
185 (mi1_command_loop, mi0_command_loop): New functions.
186 (_initialize_mi_main): Recognize "mi", "mi0" and "mi1".
187 * mi-out.c (mi_out_new): Add parameter mi_version.
188 (struct ui_out_data): Add field mi_version.
189 * mi-out.h (mi_out_new): Update.
190
163e6d2d
AC
1912001-06-07 Andrew Cagney <ac131313@redhat.com>
192
193 * gdbmi.texinfo (GDB/MI Output Syntax): Add tuples and lists to
194 syntax.
195 (GDB/MI Draft Changes to Output Syntax): Delete section.
196
59807497
AC
197Mon Jun 11 17:22:25 2001 Andrew Cagney <cagney@b1.cygnus.com>
198
199 * mi-out.c: Fix typo. s/supress/suppress/.
200
d5e8ba62
AC
2012001-06-09 Andrew Cagney <ac131313@redhat.com>
202
203 * mi-out.c (mi_table_end, mi_table_begin, mi_begin, mi_end): Move
204 supress_field_separator updates from here.
205 (mi_open, mi_close): To here.
206 (mi_open): Add parameter name. Output a field_separator.
207 (mi_table_begin): Update.
c4264430 208 (mi_table_header): Update.
d5e8ba62
AC
209 (mi_begin): Update.
210
e2e11a41
AC
2112001-06-09 Andrew Cagney <ac131313@redhat.com>
212
5e173cfd
AC
213 * mi-out.c (mi_table_begin): Make char* parameters constant.
214 (mi_table_header): Ditto.
215 (mi_field_int): Ditto.
216 (mi_field_skip): Ditto.
217 (mi_field_string): Ditto.
218 (mi_field_fmt): Ditto.
219 (mi_text): Ditto.
220 (mi_message): Ditto.
e2e11a41 221
5a9aa5dc
AC
2222001-05-12 Andrew Cagney <ac131313@redhat.com>
223
224 * mi-out.c (mi_close, mi_open): Output ``[]'' when a list.
225
666547aa
AC
226Fri May 11 13:55:07 2001 Andrew Cagney <cagney@b1.cygnus.com>
227
228 * mi-cmd-var.c: Replace ui_out_list_begin, ui_out_list_end and
229 make_cleanup_ui_out_list_end with ui_out_tupple_begin,
230 ui_out_tupple_end and make_cleanup_ui_out_tupple_begin_end.
231 * mi-cmd-stack.c: Ditto.
232 * mi-cmd-disas.c: Ditto.
233 * mi-main.c: Ditto.
234
9a0f0643
AC
2352001-05-10 Andrew Cagney <ac131313@redhat.com>
236
237 * mi-out.c (mi_open, mi_close): Replace list_open and list_close.
238 (mi_table_begin): Update.
239 (mi_table_header): Update.
240 (mi_begin): Update.
241 (mi_table_body): Update.
242 (mi_table_end): Update.
243 (mi_end): Update.
244
6311b07d
AC
245Thu May 10 16:28:13 2001 Andrew Cagney <cagney@b1.cygnus.com>
246
247 * mi-main.c (mi_execute_async_cli_command): Always initialize
248 old_cleanups.
249
631ec795
AC
2502001-05-08 Andrew Cagney <ac131313@redhat.com>
251
252 * mi-out.c (mi_begin, mi_end): Replace mi_list_begin and
253 mi_list_end.
254 (mi_ui_out_impl): Update.
255
2e94c453
AC
2562001-03-28 Andrew Cagney <ac131313@redhat.com>
257
258 * mi-main.c (mi_cmd_data_read_memory): Use xcalloc.
259
e9c75b65
EZ
2602001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
261
262 * gdbmi.texinfo: Update copyright. Change Permissions to GFDL.
263
8e2eec62
AC
2642001-03-20 Andrew Cagney <ac131313@redhat.com>
265
266 * mi-cmd-disas.c (mi_cmd_disassemble): Initialize ``file_string''
267 and ``line_num''. Consolidate declaration of argument variables.
268
cf4eee44
AC
2692001-03-19 Andrew Cagney <ac131313@redhat.com>
270
271 * mi-out.h: Remove #ifdef __STDC__.
272
a728f042
AC
2732001-03-08 Andrew Cagney <ac131313@redhat.com>
274
275 * mi-main.c (mi_cmd_data_list_register_names): Use NUM_REGS, not
276 ARCH_NUM_REGS.
277 (mi_cmd_data_list_changed_registers): Ditto.
278 (mi_cmd_data_list_register_values): Ditto.
279 (mi_cmd_data_write_register_values): Ditto.
280
b6ba6518
KB
2812001-03-06 Kevin Buettner <kevinb@redhat.com>
282
283 * gdbmi.texinfo, mi-cmd-disas.c, mi-cmd-stack.c, mi-cmd-var.c,
284 mi-cmds.c, mi-cmds.h, mi-console.c, mi-console.h, mi-getopt.c,
285 mi-getopt.h, mi-out.c, mi-out.h, mi-parse.c, mi-parse.h:
286 Update/correct copyright notices.
287
8e65ff28
AC
288Wed Feb 7 19:50:37 2001 Andrew Cagney <cagney@redhat.com>
289
290 * mi-getopt.c: Add __FILE__ and __LINE__ parameter to calls to
291 internal_error.
292 * mi-console.c: Ditto.
293 * mi-cmds.c: Ditto.
294 * mi-cmd-break.c: Ditto.
295
80ee4fd5
FN
2962001-01-27 Fernando Nasser <fnasser@redhat.com>
297
298 From Momchil Velikov <velco@fadata.bg>
299 * mi-cmd-disas.c (gdb_dis_asm_read_memory): Add missing memory
300 attributes argument in the call to `xfer_memory'.
301
46c6187f
KB
3022000-12-14 Kevin Buettner <kevinb@redhat.com>
303
e7b044d6
KB
304 * mi-cmd-disas.c, mi-cmd-var.c, mi-console.c, mi-main.c,
305 mi-parse.c: Replace occurrences of free() with xfree().
46c6187f 306
76995688
AC
307Fri Nov 17 16:07:23 2000 Andrew Cagney <cagney@b1.cygnus.com>
308
309 * mi-main.c: Replace asprintf with xasprintf.
310 * mi-cmd-var.c (mi_cmd_var_create): Ditto.
311
96c405b3
EZ
3122000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
313
314 * gdbmi.texinfo (GDB/MI Variable Objects): Dimensions of
315 multitable changed to "@columnfractions .4 .6". Suggested by
316 Dmitry Sivachenko <dima@Chg.RU>.
317
1c85fbd9
EZ
3182000-08-23 Eli Zaretskii <eliz@is.elta.co.il>
319
320 * gdbmi.texinfo: Change flathead -> @sc{gdb/mi}.
321 Fix typos and markup mistakes (from Dmitry S.
322 Sivachenko <dima@Chg.RU>).
323
e7997b74
EZ
3242000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
325
326 * gdbmi.texinfo: Change GDB -> @value{GDBN}, and
327 (gdb) -> (@value{GDBP}). Fix a few typos and some markup. From
328 Dmitry S. Sivachenko <dima@Chg.RU>.
329
e2f9c474
AC
330Tue May 16 14:13:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
331
332 * mi-main.c (mi_cmd_execute): Use free_current_contents.
333 (free_and_reset): Delete.
334
47cf603e
AC
335Mon May 15 16:17:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
336
337 * mi-main.c (mi_cmd_data_assign, mi_cmd_data_evaluate_expression),
338 mi-cmd-var.c (mi_cmd_var_create, mi_cmd_var_delete): Delete
339 make_cleanup_func casts. Not needed.
340
d68fc559
EZ
3412000-05-07 Eli Zaretskii <eliz@is.elta.co.il>
342
343 * gdbmi.texinfo: Lots of typos and grammar fixes from Brian
344 Youmans <3diff@flib.gnu.ai.mit.edu>.
345
8b0ceefc
AC
346Wed Apr 26 18:35:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
347
348 * gdbmi.texinfo (GDB/MI Output Syntax v2.0): Convert Draft 2.0
349 Output Syntax into a new section. Cross reference.
350 (menu): Fix tipo. GDB/MI Compatibility with CLI.
351
7162c0ca
EZ
3522000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
353
354 * gdbmi.texinfo: Lots of changes, to include this document as part
355 of the GDB manual.
356
73a93a32
JI
3572000-03-13 James Ingham <jingham@leda.cygnus.com>
358
359 * mi-cmd-var.c (mi_cmd_var_create): Add special frame cookie "@"
360 to indicate an "USE_CURRENT_FRAME" variable.
361 (varobj_update_one): Add "in_scope" and "type_changed" to the
362 result.
363
cdffbaa2
EZ
3642000-03-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
365
24e8cecf
EZ
366 * mi-cmds.h: Export mi_cmd_data_write_register_values.
367
368 * mi-cmds.c (mi_cmds): Implement data-write-register-values with
369 mi_cmd_data_write_register_values.
370
371 * mi-main.c (mi_cmd_data_write_register_values): New
372 function. Write a value into a register.
373
3742000-03-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
375
cdffbaa2
EZ
376 * gdbmi.texinfo: Update data-disassemble documentation.
377
30e28a0e
EZ
3782000-03-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
379
380 * mi-cmd-disas.c (mi_cmd_disassemble): Use
381 ui_out_field_core_addr() instead of print_address_numeric(), to
382 maintain consistency throughout MI.
383
ab91fdd5
AC
384Wed Feb 23 17:09:39 2000 Andrew Cagney <cagney@b1.cygnus.com>
385
386 * mi-cmd-break.c, mi-cmd-disas.c, mi-cmd-stack.c, mi-cmd-var.c,
387 mi-cmds.c, mi-cmds.h, mi-console.c, mi-console.h, mi-getopt.c,
388 mi-getopt.h, mi-main.c, mi-out.c, mi-out.h, mi-parse.c,
389 mi-parse.h: Update copyright information.
390
ff844c8d
AC
391Wed Feb 23 13:31:16 2000 Andrew Cagney <cagney@b1.cygnus.com>
392
393 * mi-cmd-disas.c (gdb_dis_asm_read_memory): Change LEN to unsigned
394 long. Match ../include/dis-asm.h change.
395
fb40c209
AC
396Wed Feb 23 10:30:55 2000 Andrew Cagney <cagney@b1.cygnus.com>
397
398 * gdbmi.texinfo: Update copyright - FSF. Update version
399 information.
400
401 mi-cmd-break.c, mi-cmd-disas.c, mi-cmd-stack.c, mi-cmd-var.c,
402 mi-cmds.h, mi-main.c, mi-parse.c, mi-parse.h: Re-format using GNU
403 indent.
404
4052000-02-21 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
406
407 * mi-main.c: Add include of gdbcore.h for write_memory()
408 prototype.
409
4102000-02-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
411
412 * mi-cmd-disas.c (mi_cmd_disassemble): Change syntax of
413 command. Now use options.
414 Instead of printing the symbolic address of instructions via
415 print_address_symbolic(), use build_address_symbolic() and format
416 properly for output.
417 (gdb_do_disassmble): Delete.
418
4192000-02-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
420
421 * mi-cmd-disas.c (mi_cmd_disassemble):
422
4232000-02-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
424
425 * mi-main.c (mi_cmd_data_write_memory): New function. Write a
426 value into target memory.
427
428 * mi-cmds.h (mi_cmd_data_write_memory): Export.
429
430 * mi-cmds.c (mi_cmds): Hook up data-write-memory to
431 mi_cmd_data_write_memory().
432
4332000-02-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
434
435 * mi-main.c (mi_cmd_target_download): Correct error message to
436 report right function name.
437 (mi_cmd_target_select): Add doing exec cleanups at end.
438 (mi_cmd_data_read_memory): Correct typo.
439 (mi_cmd_execute): Do not simply free last_async_command, but reset
440 it to NULL as well.
441 (free_and_reset): New function, free the argument and set it to
442 NULL.
443 (mi_cmd_target_select_continuation): Delete prototype.
444
445Tue Feb 1 00:17:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
446
447 * mi-cmd-disas.c, mi-cmds.h, mi-console.c, mi-console.h,
448 mi-main.c, mi-out.c, mi-out.h: Update to reflect rename of
449 gdb-file / GDB_FILE to ui-file / ``struct ui_file''.
450
451Mon Jan 31 18:33:28 2000 Andrew Cagney <cagney@b1.cygnus.com>
452
453 * mi-main.c (mi_command_loop): Delete reference to
454 fputs_unfiltered_hook.
455
4562000-01-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
457
458 * mi-cmds.c (mi_cmds): Update entries for
459 mi_cmd_data_list_register_names,
460 mi_cmd_data_list_changed_registers,
461 mi_cmd_data_list_register_values.
462
463 * mi-cmds.h (mi_cmd_data_list_register_names,
464 mi_cmd_data_list_changed_registers,
465 mi_cmd_data_list_register_values): Update to mi_cmd_argv_ftype.
466
467 * mi-main.c (mi_cmd_data_list_register_names,
468 mi_cmd_data_list_changed_registers,
469 mi_cmd_data_list_register_values): Update to use argc, argv
470 parameters.
471
4722000-01-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
473
474 * mi-main.c (mi_cmd_data_read_memory): Correct the computation of
475 next-row.
476
4772000-01-27 Fernando Nasser <fnasser@totem.to.cygnus.com>
478
479 * mi-cmd-var.c (mi_cmd_var_create): Test for NULL type.
480 (mi_cmd_var_set_format, mi_cmd_var_show_format,
481 mi_cmd_var_info_num_children, mi_cmd_var_list_children,
482 mi_cmd_var_info_type, mi_cmd_var_info_expression,
483 mi_cmd_var_show_attributes, mi_cmd_var_evaluate_expression,
484 mi_cmd_var_assign, mi_cmd_var_update): Prevent possibility of memory
485 leak on error.
486
4872000-01-27 Fernando Nasser <fnasser@totem.to.cygnus.com>
488
489 * mi-out.c (mi_field_string): Test for NULL string pointer.
490
4912000-01-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
492
493 * mi-cmd-stack.c (mi_cmd_stack_list_frames): Call
494 print_frmae_info() with the correct arguments.
495
496 * mi-main.c (mi_cmd_exec_return): Call
497 show_and_print_stack_frame() with LOC_AND_ADDRESS, so it does the
498 right thing. Update Copyright.
499
5002000-01-13 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
501
502 * mi-main.c: Move disassemble commands from here.
503
504 * mi-cmd-disas.c: To here. New file.
505
5062000-01-13 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
507
508 * mi-cmd-stack.c: Remove include of mi-out.h.
509
510 * mi-main.c (mi_cmd_disassemble): Update function to use argc/argv
511 interface.
512
513 * mi-cmds.h: Ditto.
514
515 * mi-cmds.c: Ditto.
516
5172000-01-12 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
518
519 * gdbmi.texinfo: Update stack commands descriptions.
520 Add thread commands descriptions and examples.
521
522 * mi-main.c (mi_cmd_thread_list_ids): Fix typo.
523
5242000-01-12 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
525
526 * mi-main.c (mi_cmd_thread_list_ids): New function, print a list
527 of currently known threads ids, and the total number of threads.
528 (mi_cmd_thread_select): New function. Switch current thread.
529
530 * mi-cmds.c (mi_cmds): Implement thread-list-ids by
531 mi_cmd_thread_list_ids, and thread-select by mi_cmd_thread_select.
532
533 * mi-cmds.h (mi_cmd_thread_select, mi_cmd_thread_list_ids): Export.
534
5352000-01-11 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
536
537 * mi-main.c: Move stack commands from here.
538
539 * mi-cmd-stack.c: To here. New file.
540
5412000-01-07 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
542
543 * mi-main.c (list_args_or_locals): Add a new paramter, the frame
544 for which to display args or locals. Don't use selected_frame
545 anymore, use the new parameter instead. Return void instead of
546 mi_cmd_result, let callers do so.
547 (mi_cmd_stack_list_args): Change interface. Now accept low and
548 high frame numbers to display args for a range of frames. Without
549 these two, display args for the whole stack.
550 (mi_cmd_stack_list_locals): Adapt to new interface for
551 list_args_or_locals.
552
5532000-01-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
554
555 * mi-main.c (mi_cmd_stack_info_depth, mi_cmd_stack_list_args,
556 mi_cmd_stack_list_frames, mi_cmd_stack_list_locals,
557 mi_cmd_stack_select_frame): Change to use argv type of parameters.
558
559 * mi-cmds.c (mi_cmds): Change stack-info-depth,
560 stack-list-arguments, stack-list-frames, stack-list-locals,
561 stack-select-frame to use argv parameters.
562
563 * mi-cmds.h (mi_cmd_stack_info_depth, mi_cmd_stack_list_args,
564 mi_cmd_stack_list_frames, mi_cmd_stack_list_locals,
565 mi_cmd_stack_select_frame): Update definitions.
566
567Tue Jan 4 12:38:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
568
569 * mi-main.c (mi_command_loop): Force the MI interface to use seven
570 bit strings.
571 * gdbmi.texinfo: Make it clear that a quoted C string is seven
572 bit.
573
574Thu Dec 30 14:15:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
575
576 * mi-getopt.c (mi_getopt): Rewrite. Allow long options.
577 * mi-getopt.h (struct mi_opt): Declare.
578 (mi_getopt): Update.
579
580 * mi-main.c (mi_cmd_data_read_memory), mi-cmd-break.c
581 (mi_cmd_break_insert, mi_cmd_break_watch): Update.
582
583Wed Dec 29 23:38:35 1999 Andrew Cagney <cagney@b1.cygnus.com>
584
585 * mi-cmd-break.c (mi_cmd_break_insert): Add support for -c
586 <condition>, -i <ignore-count> and -p <thread>.
587 (breakpoint_notify): New function.
588 (mi_cmd_break_insert): Wrap GDB call with callback hooks so that
589 MI is notified when ever a breakpoint is created.
590
591 * gdbmi.texinfo: Update.
592
593Fri Dec 24 11:23:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
594
595 * mi-main.c (gdb_do_disassemble): Strip out more useless #ifdef
596 UI_OUTs.
597
5981999-12-23 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
599
600 * mi-main.c (gdb_do_disassemble): Fix output. Lines that have no
601 assembly instructions must still be outputted, to keep the source
602 line numbering correct.
603 Remove #ifdef UI_OUT's, they are useless.
604
6051999-12-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
606
607 * mi-main.c (gdb_do_disassemble): Don't print a new list in mixed
608 mode, every time. Just do it when we actually encounter a new
609 source line.
610
6111999-12-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
612
613 * mi-cmd-var.c (mi_cmd_var_list_children): Add test for C++ pseudo
614 variable objects (private, public, protected) as these do not have
615 a type and the -var-list-children operation was dumping core.
616
617Fri Dec 17 20:23:33 1999 Andrew Cagney <cagney@b1.cygnus.com>
618
619 * gdbmi.texinfo: Document recommended syntax for options.
620
621 * mi-main.c (mi_cmd_data_read_memory): Add support for ``-o
622 <offset>''.
623 * gdbmi.texinfo: Document.
624
625Wed Dec 15 17:43:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
626
627 * mi-getopt.h (mi_getopt): Change optarg to a char pointer. Check
628 optind.
629 * mi-cmd-break.c (mi_cmd_break_insert): Update.
630
631 * mi-main.c (mi_cmd_data_read_memory): Add fields "next-row-addr",
632 "prev-row-addr", "next-page-addr", "prev-page-addr" and a per row
633 "addr".
634 * gdbmi.texinfo: Update.
635
636Wed Dec 15 01:05:40 1999 Andrew Cagney <cagney@b1.cygnus.com>
637
638 * mi-cmds.h (mi_cmd_result): Add MI_CMD_CAUGHT_ERROR for when the
639 error is caught.
640
641 * mi-main.c (captured_mi_execute_command): When
642 MI_CMD_CAUGHT_ERROR return 0 rethrowing the eror.
643
6441999-12-13 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
645
646 * mi-cmd-break.c (mi_cmd_break_insert): Remove unused var.
647
648 * mi-cmd-var.c (mi_cmd_var_update): Remove unused variables.
649
650Mon Dec 13 18:43:36 1999 Andrew Cagney <cagney@b1.cygnus.com>
651
652 * mi-parse.c (mi_parse): Quote the command when printing it.
653 (mi_parse_argv): Fix handling of quoted strings. Was not
654 de-quoting them.
655 (mi_parse_argv): Make static.
656
657Mon Dec 13 18:30:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
658
659 * mi-cmds.h (mi_cmd_break_insert, mi_cmd_break_watch): Change type
660 to mi_cmd_argv_ftype.
661 * mi-cmds.c (mi_cmds): Update.
662 * mi-cmd-break.c (mi_cmd_break_insert, mi_cmd_break_watch): Change
663 to new style of arguments with argc and argv. Parse arguments
664 using mi_getopt.
665
666 * mi-cmd-break.c (mi_cmd_break_insert): Wrap body in #ifdef UI_OUT
667 to avoid non-ui compile problems.
668
669Mon Dec 13 15:08:36 1999 Andrew Cagney <cagney@b1.cygnus.com>
670
671 * mi-getopt.h, mi-getopt.c: New files. Similar to getopt but with
672 well defined semantics.
673
674Mon Dec 13 14:22:21 1999 Andrew Cagney <cagney@b1.cygnus.com>
675
676 * mi-main.c (mi_cmd_break_insert, mi_cmd_break_watch, enum
677 wp_type, enum bp_type): Move from here.
678 * mi-cmd-break.c: To here. New file.
679 (mi_cmd_break_insert, mi_cmd_break_insert, mi_cmd_break_watch):
680 Use error to report problems.
681
6821999-12-09 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
683
684 * gdbmi.texinfo: Update description of exec-interrupt.
685
686 * mi-main.c (mi_cmd_exec_interrupt): If the program is not
687 executing, don't try to interrupt it, but error out instead. Make
688 sure previous_async_command is not null before duplicating it into
689 last_async_command.
690
691 * gdbmi.texinfo: Add examples for data-evaluate-expression.
692
6931999-12-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
694
695 * mi-cmd-var.c (mi_cmd_var_assign, mi_cmd_var_create,
696 mi_cmd_var_delete, mi_cmd_var_evaluate_expression,
697 mi_cmd_var_info_expression, mi_cmd_var_info_num_children,
698 mi_cmd_var_info_type, mi_cmd_var_list_children,
699 mi_cmd_var_set_format, mi_cmd_var_show_attributes,
700 mi_cmd_var_show_format, mi_cmd_var_update): Change to use new
701 style of arguments with argc and argv.
702 (next_arg): Delete.
703 (which_var): Delete.
704
705 * mi-cmds.c (mi_cmds): Update entries for mi_cmd_var_assign,
706 mi_cmd_var_create, mi_cmd_var_delete,
707 mi_cmd_var_evaluate_expression, mi_cmd_var_info_expression,
708 mi_cmd_var_info_num_children, mi_cmd_var_info_type,
709 mi_cmd_var_list_children, mi_cmd_var_set_format,
710 mi_cmd_var_show_attributes, mi_cmd_var_show_format,
711 mi_cmd_var_update.
712
713 * mi-cmds.h (mi_cmd_var_assign, mi_cmd_var_create,
714 mi_cmd_var_delete, mi_cmd_var_evaluate_expression,
715 mi_cmd_var_info_expression, mi_cmd_var_info_num_children,
716 mi_cmd_var_info_type, mi_cmd_var_list_children,
717 mi_cmd_var_set_format, mi_cmd_var_show_attributes,
718 mi_cmd_var_show_format, mi_cmd_var_update): Update declarations.
719
7201999-12-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
721
722 * gdbmi.texinfo: Comment out -data-assign command. * mi-main.c
723 (mi_cmd_data_assign): Do not use, comment out. * mi-cmds.h
724 (mi_cmd_data_assign): Remove. * mi-cmds.c: Remove -data-assign
725 command from MI interface.
726
7271999-12-07 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
728
729 * mi-parse.c (mi_parse): Add '\n' at end of error messages, so
730 that prompt comes out on new line.
731
732 * gdbmi.texinfo: Update disassembly command output.
733
7341999-12-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
735
736 * mi-main.c (gdb_do_disassemble): Update output for UI_OUT case.
737
7381999-12-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
739
740 * gdbmi.texinfo: Update exec-until output, including the reason
741 for stopping.
742
743Thu Dec 2 17:17:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
744
745 * mi-cmds.c: Include <string.h> for memset.
746
7471999-12-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
748
749 * mi-main.c (mi_cmd_exec_return): ifdef the references to
750 return_command_wrapper().
751
7521999-12-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
753
754 * mi-main.c (mi_cmd_gdb_exit, mi_cmd_exec_interrupt,
755 mi_cmd_target_select, mi_execute_async_cli_command,
756 mi_exec_async_cli_cmd_continuation, mi_load_progress): Don't print
757 last_async_command if it is NULL.
758 (mi_cmd_exec_return):
759
7601999-12-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
761
762 * mi-main.c (mi_cmd_exec_return): Reimplement using
763 return_command() instead of mi_execute_async_cli_command().
764
7651999-12-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
766
767 * mi-cmds.h: Export mi_cmd_data_assign and
768 mi_cmd_data_evaluate_expression.
769
770 * mi-cmds.c (mi_cmds): Hook data-assign to mi_cmd_data_assign and
771 data-evaluate-expression to mi_cmd_data_evaluate_expression.
772
773 * mi-main.c (mi_cmd_data_assign): New function. Implement
774 data-assign command.
775 (mi_cmd_data_evaluate_expression): New function. Implement
776 data-evaluate-expression command.
777
7781999-12-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
779
780 * gdbmi.texinfo: Fix some texinfo formatting errors.
781
7821999-12-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
783
784 * gdbmi.texinfo: Update data-list-register-values description.
785
786 * mi-cmds.h: Export mi_cmd_data_list_register_values.
787
788 * mi-cmds.c (mi_cmds): Hook data-list-register-values to
789 mi_cmd_data_list_register_values.
790
791 * mi-main.c (mi_cmd_data_list_register_values): New
792 function. Implements the -data-list-register-values command.
793 (get_register): New function. Output the contents of a given
794 register.
795
796Wed Dec 1 20:27:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
797
798 * mi-main.c (mi_execute_async_cli_command): Append missing "\n"
799 for synchronous stopped message.
800
8011999-11-30 James Ingham <jingham@leda.cygnus.com>
802
803 * gdbmi.texinfo: Fix obvious typo in @end statement.
804
805Wed Dec 1 12:36:27 1999 Andrew Cagney <cagney@b1.cygnus.com>
806
807 * mi-cmd-var.c: Include "value.h".
808 * mi-console.c: Include <string.h>.
809
810Wed Dec 1 00:21:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
811
812 * mi-main.c (captured_mi_execute_command): For a CLI command, pass
813 "%s" to mi_execute_cli_command to stop core dumps.
814 (captured_mi_execute_command): Echo CLI commands on gdb_stdlog.
815
816Wed Dec 1 00:10:07 1999 Andrew Cagney <cagney@b1.cygnus.com>
817
818 * gdbmi.texinfo: Explain NR-BYTES and ADDR.
819
820Tue Nov 30 23:31:57 1999 Andrew Cagney <cagney@b1.cygnus.com>
821
822 * mi-cmd-var.c (mi_cmd_var_create, mi_cmd_var_delete,
823 mi_cmd_var_set_format, mi_cmd_var_show_format,
824 mi_cmd_var_info_num_children, mi_cmd_var_list_children,
825 mi_cmd_var_info_type, mi_cmd_var_info_expression,
826 mi_cmd_var_show_attributes, mi_cmd_var_evaluate_expression,
827 mi_cmd_var_assign, mi_cmd_var_update, varobj_update_one, next_arg,
828 which_var): New file. Move varobj commands to here from
829 mi-main.c.
830
831 * mi-console.h, mi-console.c (mi_console_file_new,
832 mi_console_file_delete, mi_console_file_fputs,
833 mi_console_raw_packet, mi_console_file_flush): New files. Move
834 mi_console_file to here from mi-main.c.
835
836Tue Nov 30 19:37:25 1999 Andrew Cagney <cagney@b1.cygnus.com>
837
838 * mi-main.c (captured_mi_execute_command): Use fputstr_unfiltered
839 when printing error messages.
840 (mi_cmd_execute): Ditto.
841
8421999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
843
844 * gdbmi.texinfo: Describe -data-list-changed-registers,
845 -data-list-register-names. Add examples for
846 -exec-next-instruction, exec-step-instruction, -exec-run,
847 -exec-until. Format examples for -data-read-memory.
848 update example for -target-download.
849
8501999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
851
852 * gdbmi.texinfo: Remove mentioning of inaccurate watchpoint hit
853 count.
854
855Mon Nov 29 19:28:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
856
857 * mi-main.c (mi_execute_async_cli_command): Return ``enum
858 mi_cmd_cmd_result''. mi_cmd_exec_run, mi_cmd_exec_next,
859 mi_cmd_exec_step, mi_cmd_exec_step_instruction,
860 mi_cmd_exec_finish, mi_cmd_exec_until, mi_cmd_exec_return,
861 mi_cmd_exec_continue): Update call.
862 (mi_execute_async_cli_command): When target is synchronous, fake
863 asynchronous behavour (ulgh). Allows tests to be run on built-in
864 simulator and native targets.
865
866Mon Nov 29 15:15:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
867
868 * mi-cmds.h (mi_cmd_gdb_exit), mi-cmds.c (mi_cmds), mi-main.c
869 (mi_cmd_gdb_exit): Change function signature to mi_cmd_argv_ftype.
870
8711999-11-28 Andew Cagney <cagney@rat-in-a-hat.cygnus.com>
872
873 * mi-parse.c: Include <ctype.h> and <string.h>
874
8751999-11-26 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
876
877 * gdbmi.texinfo: Added watchpoint command descriptions and
878 examples.
879
880 * mi-main.c (mi_load_progress): Add parameter for total sent so far.
881 Print it as well.
882
883Fri Nov 26 10:17:49 1999 Andrew Cagney <cagney@b1.cygnus.com>
884
885 * gdbmi.texinfo (section Output Syntax): For lists, the <string>
886 part of a <result> is optional. Clarify syntax.
887 (appendix Proposed v2.0 Output Syntax): New section. Provide
888 record of discussion of possible changes to syntax.
889
890Wed Nov 24 19:41:35 1999 Andrew Cagney <cagney@b1.cygnus.com>
891
892 * mi-main.c (mi_cmd_data_read_memory): Simplify. Fix coredump
893 when arguments were bad.
894 (mi_cmd_execute): Change parameter to ``struct mi_parse''. Handle
895 case of argv_func as well as args_func.
896 (captured_mi_execute_command): Update.
897
898 * mi-cmds.c (struct mi_cmd): Add field for mi_cmd_argv_ftype.
899 (mi_cmds): Update mi_cmd_data_read_memory.
900 (mi_lookup): Return
901
902 * mi-cmds.h (mi_cmd_args_ftype): Rename mi_cmd_ftype. Make all
903 functions of type this type.
904 (mi_cmd_argv_ftype): Declare.
905 (mi_cmd_data_read_memory): Change type to mi_cmd_argv_fytpe.
906 (struct mi_cmd): Move declaration to here from mi-cmds.c.
907 (mi_lookup): Return a pointer to ``struct mi_cmd''.
908
909Wed Nov 24 15:03:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
910
911 * mi-parse.c (mi_parse): Initialize TOKEN when a CLI command.
912
913 * gdbmi.texinfo: Allow a <token> before a CLI command.
914
915 * mi-parse.h (struct mi_parse): Declare.
916 (mi_parse): Change to return a ``struct mi_parse''.
917 (enum mi_command_type): Delete PARSE_ERROR.
918
919 * mi-main.c (struct mi_execute_command_context): Delete.
920 (captured_mi_execute_command): Update
921 (mi_execute_command): Update. Check for mi_parse returning NULL.
922
923Wed Nov 24 12:57:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
924
925 * mi-parse.h: Remove const, from cmd parameter. Causes cascading
926 warnings.
927
928Wed Nov 24 15:03:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
929
930 * mi-parse.c (mi_parse): New function. Move parse code to here.
931 * mi-main.c (parse): From here. Delete.
932
933Wed Nov 24 12:57:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
934
935 * mi-parse.c, mi-parse.h: New files. Implement mi_parse_env.
936
937Wed Nov 24 11:24:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
938
939 * mi-out.c (mi_field_string): Make string parameter constant.
940
9411999-11-23 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
942
943 * mi-cmds.h (mi_cmd_target_download): Export.
944
945 * mi-cmds.c (mi_cmds): Add mi_cmd_target_download.
946
947 * mi-main.c: Include <sys/time.h>.
948 (mi_cmd_target_download): New function, implement the
949 target-download command.
950 (mi_load_progress): New function. Called via the
951 show_load_progress hook. Prints updates every 0.5 secs.
952 (mi_command_loop): Initialize the show_load_progress hook.
953
9541999-11-22 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
955
956 * mi-main.c (mi_cmd_exec_until): New function. Implement until
957 command.
958 (mi_cmd_exec_step_instruction): New function. Implement stepi
959 command.
960 (mi_cmd_exec_next_instruction): New function. Implement nexti
961 command.
962
963 * mi-cmds.c (mi_cmds): Add mi_cmd_exec_step_instruction,
964 mi_cmd_exec_next_instruction, mi_cmd_exec_until.
965
966 * mi-cmds.h (mi_cmd_exec_step_instruction,
967 mi_cmd_exec_next_instruction, mi_cmd_exec_until): Export.
968
969Tue Nov 23 00:30:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
970
971 * mi/gdbmi.texinfo: Document -data-read-memory.
972
973 * mi-main.c (mi_cmd_data_read_memory): Fix off-by-one check of
974 argc.
975 (mi_cmd_data_read_memory): Label the output table with "memory".
976
977Thu Nov 18 18:15:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
978
979 * mi-main.c (mi_cmd_exec_interrupt, mi_cmd_break_insert,
980 mi_cmd_break_watch, mi_cmd_disassemble, mi_cmd_execute): Replace
981 strdup with xstrdup.
982
983Thu Nov 18 20:50:09 1999 Andrew Cagney <cagney@b1.cygnus.com>
984
985 * mi-main.c (mi_cmd_data_read_memory): New function. Implement
986 data-read-memory.
987
988 * mi-cmds.h, mi-cmds.c: Add mi_cmd_data_read_memory.
989 * mi-cmds.c (mi_cmds): Ditto.
990
9911999-11-11 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
992
993 * mi-cmds.h (mi_cmd_break_watch): Export.
994
995 * mi-cmds.c (mi_cmds): Hook up break-watch to function
996 mi_cmd_break_watch.
997
998 * mi-main.c (wp_type): New enumeration for the possible types of
999 watchpoints.
1000 (mi_cmd_break_watch): New function, implements the break-watch
1001 command.
1002
10031999-11-11 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1004
1005 * mi-main.c (mi_cmd_break_insert): Handle case in which the command is
1006 just a -break-insert w/o args.
1007
1008Fri Nov 12 00:01:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
1009
1010 * mi-out.c (mi_field_string): Always quote the string.
1011
10121999-11-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1013
1014 * mi-cmds.h(mi_cmd_data_list_changed_registers,
1015 mi_cmd_data_list_register_names): Export.
1016
1017 * mi-cmds.c (mi_cmds): Hook up data-list-changed-registers to
1018 mi_cmd_data_list_changed_registers and data-list-register-names to
1019 mi_cmd_data_list_register_names.
1020
1021 * mi-main.c (mi_cmd_data_list_changed_registers): New function,
1022 implements the data-list-changed-registers command.
1023 (mi_cmd_data_list_register_names): New function, implements the
1024 data-list-register-names command.
1025 (register_changed_p): New function. Decide whether the register
1026 contents have changed.
1027 (setup_architecture_data): New function. Initialize registers
1028 memory.
1029 (_initialize_mi_main): Call setup_architecture_data(), and
1030 register_gdbarch_swap().
1031
1032Wed Nov 10 18:35:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
1033
1034 * mi-main.c (mi_execute_command): Correctly quote error messages.
1035
1036Wed Nov 10 11:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
1037
1038 * mi/gdbmi.texinfo: Delete <stream-output>. Replaced by
1039 <c-string>.
1040
1041 * mi-main.c (mi_console_raw_packet): Always quote console output.
1042
1043Tue Nov 9 17:53:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
1044
1045 * mi-main.c (mi_console_file_new), mi-out.c (mi_out_new): Replace
1046 the tui_file with a mem_file. Ya!
1047
1048 * mi-out.c (do_write): New function, wrapper to gdb_file_write.
1049 (mi_out_put): Pass do_write to gdb_file_put.
1050
1051 * mi-main.c (mi_console_file_flush): Rewrite. Use
1052 mi_console_raw_packet to send data to the console.
1053 (mi_console_raw_packet): New function. Correctly
1054 create quoted C string packets.
1055
10561999-11-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1057
1058 * mi-cmds.c (mi_cmds): Break-insert is now implemented by
1059 mi_cmd_break_insert.
1060 * mi-cmds.h (mi_cmd_break_insert): Export.
1061 * mi-main.c (bp_type): New enumeration.
1062 (mi_cmd_break_insert): New function. Implements all flavors of
1063 breakpoint insertion.
1064
1065Mon Nov 8 17:49:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
1066
1067 * mi-main.c (mi_console_file_flush): Replace gdb_file_get_strbuf
1068 with tui_file_get_strbuf.
1069
1070Fri Nov 5 17:06:07 1999 Andrew Cagney <cagney@b1.cygnus.com>
1071
1072 * mi-main.c (mi_console_file_delete, mi_console_file_fputs,
1073 mi_console_file_flush): Call internal_error instead of error.
1074
1075Thu Nov 4 19:53:32 1999 Andrew Cagney <cagney@b1.cygnus.com>
1076
1077 * mi-main.c (captured_mi_execute_command): New function.
1078 (mi_execute_command): Rewrite. Replace SET_TOP_LEVEL() with call
1079 to captured_mi_execute_command via catch_errors.
1080
1081Thu Nov 4 20:33:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
1082
1083 * mi-main.c (clean): Delete.
1084 (mi_command_loop): Delete extern declaration of
1085 mi_execute_command.
1086
10871999-10-28 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1088
1089 * mi-main.c (mi_cmd_stack_select_frame): Conditionalize the body
1090 on UI_OUT, because select_frame_command_wrapper is only defined if
1091 UI_OUT is.
1092 (mi_cmd_exec_interrupt): Conditionalize the body on UI_OUT,
1093 because interrupt_target_command_wrapper is only defined if UI_OUT is.
1094
1095 * mi-cmds.c (mi_cmds): Implement command exec-interrupt by
1096 mi_cmd_exec_interrupt.
1097
1098 * mi-main.c (mi_cmd_exec_interrupt): New function. Implements
1099 exec-interrupt command.
1100 (mi_cmd_execute): If the target is running save execution command
1101 token in previous_async_command. If the command is not 'interrupt'
1102 and the target is running, reject it.
1103 (clean): New function. Free the arg and reset it to NULL.
1104
1105 * mi-cmds.h (mi_cmd_exec_interrupt):Export.
1106
11071999-10-28 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1108
1109 * mi-cmds.c (mi_cmds): Implement command stack-select-frame by
1110 mi_cmd_stack_select_frame.
1111
1112 * mi-main.c (mi_cmd_stack_select_frame): New function. Implements
1113 stack-select-frame command.
1114
1115 * mi-cmds.h (mi_cmd_select_frame):Export.
1116
11171999-10-26 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1118
1119 * mi-cmds.c (mi_cmds): Implement commands stack-list-locals and
1120 stack-list-arguments by mi_cmd_stack_list_locals and
1121 mi_cmd_stack_list_args.
1122
1123 * mi-main.c (mi_cmd_stack_list_locals): New function. Implements
1124 stack-list-locals command.
1125 (mi_cmd_stack_list_args): New function. Implements
1126 stack-list-arguments command.
1127 (list_args_or_locals): New function. Do all the work for the
1128 listing of locals or arguments.
1129
1130 * mi-cmds.h (mi_cmd_stack_list_args,mi_cmd_stack_list_locals) :
1131 Export.
1132
11331999-10-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1134
1135 * mi-cmds.c (mi_cmds): Add new command stack-info-depth.
1136
1137 * mi-main.c (mi_cmd_stack_info_depth): New function. Implements
1138 the stack-info-depth command.
1139 * mi-cmds.h (mi_cmd_stack_info_depth): Export.
1140
1141
11421999-10-22 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1143
1144 * mi-main.c (mi_execute_command): Handle MI_CMD_ERROR case
1145 properly, for command that return error code and don't set
1146 mi_error_message.
1147
1148 * mi-cmds.c (mi_cmds): Hook stack-list-frames command to
1149 mi_cmd_stack_list_frames function.
1150 * mi-cmds.h (mi_cmd_stack_list_frames): Export.
1151
1152 * mi-main.c (mi_execute_command): Deal with a return code of
1153 MI_CMD_ERROR from the execution of mi commands.
1154 (mi_error_message): Static string variable, to contain the error
1155 message from mi commands.
1156 (mi_cmd_stack_list_frames): New function. Prints a backtrace.
1157
11581999-10-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1159
1160 * mi-main.c (mi_cmd_disassemble): Handle the new command line
1161 parameter that specifies the number of disassembly lines to be
1162 displayed.
1163 (gdb_do_disassemble): Add new parameter. Count the number of lines
1164 that have been displayed, and stop when limit is reached.
1165
1166Wed Oct 13 18:04:13 1999 Andrew Cagney <cagney@b1.cygnus.com>
1167
1168 * mi-main.c (mi_command_loop): Don't initialize ``flush_hook''.
1169
11701999-10-13 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1171
1172 * mi/gdbmi.texinfo: More reformatting of the grammars.
1173
11741999-10-12 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1175
1176 * mi/gdbmi.texinfo: More TeX formatting.
1177
11781999-10-11 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1179
1180 * mi/gdbmi.texinfo: First pass completed. All commands should have
1181 some comments/info.
1182 Escape '@' output special char.
1183 Reformat for TeX.
1184
11851999-10-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1186
1187 * mi/gdbmi.texinfo: Filled in part of file command section, and
1188 stack section.
1189
11901999-10-07 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1191
1192 * mi/gdbmi.texinfo: Filled in some sections about execution
1193 commands.
1194
1195Tue Oct 5 15:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
1196
1197 * mi-cmds.h: Sort table
1198 * mi-cmds.c: Ditto.
1199 (MI_TABLE_SIZE): Increase to 251.
1200
12011999-10-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
1202
1203 * mi-main.c (mi_cmd_var_create, mi_cmd_var_delete): Add missing
1204 cleanups.
1205
12061999-10-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
1207
1208 * mi-main.c (next_arg): Returns lenght as well.
1209 (which_var, mi_cmd_var_create, mi_cmd_var_delete,
1210 mi_cmd_var_set_format, mi_cmd_var_update): Do not modify the input
1211 string, use allocated storage instead.
1212 (mi_cmd_var_assign): Adjust call to next_arg() to include new
1213 argument.
1214
12151999-10-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
1216
1217 * mi-main.c (mi_execute_command): Fix handling of errors.
1218
12191999-10-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
1220
1221 * mi-out.c (mi_out_new): Call tui_sfileopen() instead of
1222 deprecated gdb_file_init_astream().
1223 * mi-main.c (mi_console_file_new): Ditto.
1224
1225Mon Oct 4 15:17:29 1999 Andrew Cagney <cagney@b1.cygnus.com>
1226
1227 * mi-cmds.h: Sort function declarations.
1228 (mi_lookup): Add extern.
1229
1230 * mi-cmds.c (mi_lookup): Delete dead code.
1231 (build_table): Call internal_error instead of error.
1232 (build_table): Send trace output to gdb_stdlog.
1233
12341999-10-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1235
1236 * mi-main.c (mi_execute_async_cli_command): Don't do the cleanups
1237 if target_executing is null.
1238
12391999-09-28 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1240
1241 * mi-main.c (async_p): Change var name to event_loop_p.
1242
1243Mon Sep 27 15:11:00 1999 Andrew Cagney <cagney@b1.cygnus.com>
1244
1245 * mi-main.c (mi_execute_async_cli_command, mi_execute_command):
1246 Replace target_has_async with function target_can_async_p.
1247
1248Sun Sep 26 00:12:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
1249
1250 * mi-main.c (mi_cmd_target_select_continuation): Delete function.
1251 (mi_cmd_target_select): Simplify. target-connect is guarenteed to
1252 be synchronous.
1253
1254Sun Sep 26 00:12:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
1255
1256 * mi-cmds.h (mi_cmd_ftype): Replace mi_impl_ftype.
1257 (enum mi_cmd_result): Define.
1258 * mi-cmds.c (struct mi_cmd): Update.
1259 (mi_lookup): Update.
1260 * mi-main.c (mi_cmd_execute): Update.
1261
1262 * mi-main.c (mi_cmd_gdb_exit, mi_cmd_exec_run, mi_cmd_exec_next,
1263 mi_cmd_exec_step, mi_cmd_target_select, mi_cmd_exec_continue,
1264 mi_cmd_exec_return, mi_cmd_exec_finish, mi_cmd_disassemble,
1265 mi_cmd_var_create, mi_cmd_var_delete, mi_cmd_var_set_format,
1266 mi_cmd_var_show_format, mi_cmd_var_info_num_children,
1267 mi_cmd_var_list_children, mi_cmd_var_info_type,
1268 mi_cmd_var_info_expression, mi_cmd_var_show_attributes,
1269 mi_cmd_var_evaluate_expression, mi_cmd_var_update): Update.
1270 Return MI_CMD_DONE.
1271
12721999-09-22 Fernando Nasser <fnasser@totem.to.cygnus.com>
1273
1274 * mi-main.c (mi_cmd_var_create): Use paddr() to format address
1275 on trace output.
1276
12771999-09-21 Fernando Nasser <fnasser@totem.to.cygnus.com>
1278
1279 * mi-main.c (mi_cmd_var_create): Test for varobjdebug before
1280 printing trace and send it to gdb_stdlog.
1281
1282Mon Sep 20 13:41:04 1999 Andrew Cagney <cagney@b1.cygnus.com>
1283
1284 * Makefile.in (mi-out.o): Add dependency list.
1285 * mi-out.c: Include "mi-out.h".
1286
12871999-09-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1288
1289 * mi-main.c (_initialize_mi_main): Events on stadin are now
1290 handled by stdin_event_handler.
1291
12921999-09-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
1293
1294 * mi-cmds.c (mi_cmds): Add var-* commands.
1295
12961999-09-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
1297
1298 * mi-main.c (mi_cmd_var_create, mi_cmd_var_delete,
1299 mi_cmd_var_set_format, mi_cmd_var_show_format,
1300 mi_cmd_var_info_num_children, mi_cmd_var_list_children,
1301 mi_cmd_var_info_type, mi_cmd_var_info_expression,
1302 mi_cmd_var_show_attributes, mi_cmd_var_evaluate_expression,
1303 mi_cmd_var_assign, mi_cmd_var_update, varobj_update_one,
1304 which_var, next_arg): New functions. Implement the -var-*
1305 commands.
1306 * mi-cmds.h: Add prototypes for the above.
1307
13081999-09-14 Fernando Nasser <fnasser@totem.to.cygnus.com>
1309
1310 * mi-cmds.c (mi_cmds): Add detach command.
1311
13121999-09-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
1313
1314 * mi-cmds.c (lookup_table): Fix typo.
1315
13161999-09-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
1317
1318 * mi-cmds.c (mi_cmds): Fix typo and missing command.
1319
13201999-09-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
1321
1322 * mi-main.c: Properly align function prototypes.
1323 (mi_cmd_target_select): Proper check for NULL value.
1324
13251999-09-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
1326
1327 * mi-main.c (mi_execute_async_cli_command): Fix for native targets
1328 that do not have async yet.
1329
13301999-09-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1331
1332 * mi-main.c (mi_cmd_disassemble): Remove unused var.
1333 (gdb_do_disassemble): Ditto.
1334
13351999-08-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1336
1337 * mi-main.c: Replace all the occurrences of 'asynch' in variable
1338 or function names with 'async' to make it consistent with the rest
1339 of gdb.
1340
1341Mon Aug 30 18:16:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
1342
1343 * mi-main.c: #include <ctype.h> for isspace().
1344
13451999-08-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1346
1347 * mi-main.c (gdb_do_disassemble): This function returns void, not
1348 int.
1349
13501999-08-26 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1351
1352 * mi-main.c (mi_cmd_disassemble): Don't use atoi() on the high
1353 address string, just treat it same as address low.
1354 (gdb_do_disassemble): Parse high_address string before seeing if
1355 it is zero.
1356
13571999-08-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1358
1359 * mi-main.c (mi_cmd_disassemble): New function to produce
1360 disassembly output for mi.
1361 (gdb_dis_asm_read_memory): New function. Read the disassembly from
1362 the executable file, instead of target memory.
1363 (compare_lines): New function. Compare order of disassembly lines.
1364 (gdb_do_disassemble): New function. Do the real job of getting the
1365 assembly code out.
1366
1367 * mi-cmds.c (mi_cmds): Do data-disassemble mi command via the
1368 mi_cmd_disassemble function.
1369
1370 * mi-cmds.h: Export new function mi_cmd_disassemble.
1371
1372Wed Aug 25 15:58:31 1999 Andrew Cagney <cagney@b1.cygnus.com>
1373
1374 * mi-main.c (mi_command_loop): Remove references to ui-hooks.
1375
13761999-08-21 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1377
1378 * mi-main.c (mi_execute_asynch_cli_command): Fix the incorrect
1379 usage of strcat(): allocate enough space for the string.
1380
13811999-08-13 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1382
1383 From Christopher Faylor <cgf@cygnus.com>
1384 * mi-main.c (mi_execute_command): Make sure we flush all the
1385 output after each command.
1386
13871999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1388
1389 * mi-main.c (_initialize_mi_main): Remove casting in call to
1390 add_file_handler.
1391
1392Sun Aug 8 17:20:57 1999 Andrew Cagney <cagney@b1.cygnus.com>
1393
1394 * mi-main.c (mi_cmd_target_select, mi_execute_asynch_cli_command):
1395 Replace call to fatal with call to internal_error.
1396
13971999-07-26 Fernando Nasser <fnasser@totem.to.cygnus.com>
1398
1399 * mi-main.c (mi_cmd_execute): Add return code.
1400 (mi_execute_command): Make appropriate changes when calling the
1401 function mentioned above.
1402 (mi_cmd_gdb_exit, mi_cmd_target_select,
1403 mi_cmd_target_select_continuation, mi_execute_command,
1404 mi_exec_asynch_cli_cmd, mi_exec_asynch_cli_cmd_continuation):
1405 Print token, prefix, class and output (if any) in one single group
1406 of statements.
1407 (mi_execute_command, mi_cmd_execute): Fix error prefix.
1408 (mi_cmd_execute): Use exec cleanup for token.
1409 * mi-out.c (mi_out_rewind): New function.
1410 * mi-out.h: Prototype for the above.
1411
14121999-07-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
1413
1414 * mi-main.c (mi_cmd_gdb_exit): Use buffer for exit message.
1415 (mi_cmd_execute): Route error messages to correct file.
1416 (mi_execute_asynch_cli_command): Insert line feed after running
1417 message.
1418
14191999-07-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
1420
1421 * mi-out.h (mi_out_buffered): Add extern declaration.
1422 * mi-out.c (mi_out_buffered): New function. Insert a string at the
1423 current buffer position.
1424 * mi-main.c (mi_cmd_target_select, mi_execute_command,
1425 mi_cmd_execute, mi_execute_asynch_cli_command): Use the above
1426 function instead of printing to raw_stdout.
1427 (mi_cmd_target_select, mi_cmd_target_select_continuation,
1428 mi_execute_command, mi_cmd_execute, mi_execute_cli_command,
1429 mi_exec_asynch_cli_cmd_continuation): Fix handling of token and
1430 prefix.
1431 (mi_execute_cli_command): Remove parameter no longer needed.
1432
14331999-07-15 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1434
1435 * mi-main.c (mi_cmd_target_select_continuation): Print the numeric
1436 token when we are connected.
1437 (mi_execute_command): Don't print the token now, do it later.
1438 (mi_execute_cli_command): Add a new parameter for the numeric
1439 token. Print the token, the prefix and the class after the
1440 command has executed, not before.
1441 (mi_execute_asynch_cli_command): Don't print an extra blank line.
1442
14431999-07-15 Fernando Nasser <fnasser@totem.to.cygnus.com>
1444
1445 * mi-main.c (mi_gdb_exit): Add \n at the end.
1446
14471999-07-15 Fernando Nasser <fnasser@totem.to.cygnus.com>
1448
1449 * mi-main.c (mi_cmd_execute): New function. Dispatch a mi operation.
1450 (mi_execute_command): Use the above.
1451
14521999-07-15 Fernando Nasser <fnasser@totem.to.cygnus.com>
1453
1454 * mi-main.c: Fix identation.
1455
14561999-07-15 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1457
1458 * mi-main.c: Include target.h and inferior.h.
1459 (mi_cmd_target_select): New function to execute the target-select
1460 mi operation.
1461 (mi_cmd_target_select_continuation): New function. Continuation
1462 for the target-select operation.
1463 (mi_execute_command): In case of an MI command which requires
1464 asynchronous execution, do not try to display the result now. If
1465 the execution has to look synchronous don't display the "(gdb)"
1466 prompt.
1467 (mi_execute_asynch_cli_command): Invoke real asynchronous
1468 commands, set up exec_cleanups, and continuations.
1469 (mi_exec_asynch_cli_cmd_continuation): New function. Continuation
1470 for all the MI execution commands except 'target-select'.
1471 (mi_execute_command): Handle null commands by exiting gdb, instead
1472 of core dumping.
1473
1474 * mi-cmds.c (mi_cmds): Hook up -target-select operation to new mi
1475 function.
1476
1477 * mi-cmds.h (mi_cmd_target_select): Add extern declaration.
1478
1479Thu Jul 15 10:31:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
1480
1481 * mi-main.c (struct mi_console_file): Add field ``prefix''.
1482 (mi_console_file_new): Add argument prefix. Initialize prefix
1483 field.
1484 (mi_console_file_flush): Use ``prefix'' instead of "~" as the
1485 prefix string.
1486 (mi_command_loop): Update stream output prefixes. gdb_stdout ==
1487 "~", gdb_stderr / gdb_stdlog == "&", gdb_stdtarg == "@".
1488
14891999-07-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
1490
1491 * mi-main.c (ui_out_data): New field first_header. Fix output when
1492 no breakpoints are found.
1493 (mi_table_begin, mi_table_body, mi_table_header): Test for
1494 first_header.
1495 (mi_table_end): Test for supress_field_separator.
1496 (mi_message): Remove messages from MI output.
1497
14981999-06-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
1499
1500 * mi-cmds.c (mi_cmds[]): Delete gdb-cli operation.
1501 * mi-main.c (parse): Remove ifdefs for cli commands parsing.
1502 (mi-execute-command): Ditto.
1503
1504Mon Jun 28 13:06:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
1505
1506 * mi-out.h: New file.
1507 (mi_out_new, mi_out_put): Move mi specific delcarations to here.
1508 * ui-out.h: From here.
1509
1510 * mi-main.c: Include "mi-out.h".
1511
15121999-06-25 Fernando Nasser <fnasser@totem.to.cygnus.com>
1513
1514 * top.c (print_gdb_version): Add the word HEADLESS when output
1515 follows headless format.
1516 (print_command_lines): Fix typo.
1517
15181999-06-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1519
1520 * event-loop.h: Export input_fd.
1521 * mi-main.c (mi_command_loop): Use the event loop if running
1522 asynchronously.
1523 (mi_execute_command_wrapper): New function.
1524 (_initialize_mi-main): Set things up for running asynchronously.
1525
15261999-06-18 Fernando Nasser <fnasser@totem.to.cygnus.com>
1527
1528 * mi-cmds.c (mi_lookup): Deleted.
1529 (lookup_table): New function. Replaces old mi_lookup() for local
1530 use.
1531 (mi_lookup): New function. External interface for command table
1532 searchs.
1533 (build_table): New definition.
1534 (mi_cmds[]): Add several command implementations and the gdb-cli
1535 special operation.
1536 (mi_cmd_execute): Deleted.
1537 * mi-cmds.h: Add type definition for command implementation
1538 function pointers, add declaration for new implementation
1539 functions and a declaration for mi_lookup().
1540 * mi-main.c (mi_execute_asynch_cli_command): New
1541 function. Captures code that was repeated for all asynch
1542 operations.
1543 (mi_cmd_exec_*): Use the above new function.
1544 (mi_gdb_cmd_exit): Fix the output, printing something appropriate.
1545 (mi_cmd_exec_finish): New operation implementation function.
1546 (mi_cmd_exec_return): Ditto.
1547 (parse): Prepare to remove cli commands.
1548 (mi_execute_command): Fix the output and change the way mi-cmds is
1549 used.
1550
15511999-06-18 Fernando Nasser <fnasser@totem.to.cygnus.com>
1552
1553 * mi-out.c (mi_table_begin): Add missing field separator call.
1554
1555Thu Jun 17 21:05:40 1999 Fernando Nasser <fnasser@tofu.to.cygnus.com>
1556
1557 * breakpoint.c (breakpoint_1): Remove space in breakpoint table
1558 id.
1559 (mention): Use ui_out for last new line (forgotten).
1560
15611999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
1562
1563 * mi-main.c (mi_console_file_flush): Prevent prefix printing when
1564 buffer empty; change prefix to '~'.
1565 (mi_cmd_exec_*): Prefix normal output with '^' instead of
1566 ','; remove unwanted new lines before "stopped".
1567
15681999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
1569
1570 * mi-cmds.c (struct mi_cmds): Updated entries for -exec-continue
1571 and exec-next operations.
1572 (mi_cmd_execute): New text for error messages.
1573 * mi-cmds.h: Add declaration for mi_cmd_exec_next and
1574 mi_cmd_exec_continue.
1575 * mi-main.c (mi_cmd_exec_next): New function. Implements exec-next
1576 operation.
1577 (mi_cmd_exec_continue): New function. Implements exec-continue
1578 operation.
1579 (mi_execute_comand): Add missing space to prompt.
1580 (mi_cmd_exec_run): Ditto.
1581 (mi_cmd_exec_step): Ditto.
1582 * mi-out.c (mi_out_new): Add flags argument to ui_out_new call.
1583 (ui_list_end): Reset supress_field_separator flag.
1584
1585Sat Jun 12 11:49:10 1999 Andrew Cagney <cagney@b1.cygnus.com>
1586
1587 * mi-cmds.h. mi-cmds.c (exec step): Command implemented by
1588 mi_cmd_exec_step instead of cli call.
1589 * mi-main.c (mi_cmd_exec_step): New function.
1590
1591 * mi-cmds.h. mi-cmds.c (exec run): Command implemented by
1592 mi_cmd_exec_run instead of cli call.
1593 * mi-main.c (mi_cmd_exec_run): New function.
1594
1595 * mi-cmds.h. mi-cmds.c (gdb exit): Command implemented by
1596 mi_cmd_gdb_exit instead of quit_force.
1597 * mi-main.c (mi_cmd_gdb_exit): New function.
1598
1599Sat Jun 12 11:33:23 1999 Andrew Cagney <cagney@b1.cygnus.com>
1600
1601 * mi-main.c (mi_command_loop): Pass mi_input to
1602 simplified_command_loop.
1603 (mi_input): New function. Calls gdb_readline with no prompt.
1604
1605Sat Jun 12 11:19:02 1999 Andrew Cagney <cagney@b1.cygnus.com>
1606
1607 * mi-main.c (mi_console_file_fputs): Re-implement. Use a buffer
1608 to accumulate output.
1609
1610 * mi-main.c (struct mi_console_file): Add a buffer.
1611 (mi_console_file_new): Create a buffer.
1612 (mi_console_file_flush): New function.
1613
1614Sat Jun 12 10:59:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
1615
1616 * mi-cmds.h (raw_stdout): Declare. Will be moved later.
1617 * mi-cmds.c (mi_cmd_execute): Send error messages to RAW stdout.
1618 (mi_cmds): Sort by class.
1619
1620 * mi-main.c (raw_stdout): Make global.
1621 * mi-main.c: Remove #ifdef UI_OUT. File assumes UI_OUT is
1622 present.
1623 * mi-main.c: Include "gdb_string.h".
1624 (mi_out_put): Delete declaration.
1625
16261999-06-11 Fernando Nasser <fnasser@totem.to.cygnus.com>
1627
1628 * mi-main.c: Add pre-processor test for UI_OUT.
1629 (mi_execute_command): Add pre-processor test for UI_OUT.
1630
1631Fri Jun 11 23:11:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
1632
1633 * mi-main.c (raw_stdout): New variable.
1634 (mi_execute_command): Write mi-out direct to raw_stdout.
1635 (mi_command_loop): Create raw_stdout. Attach gdb_stdout to the
1636 console.
1637 (mi_console_file_fputs, mi_console_file_delete,
1638 mi_console_file_new): New functions.
1639 (struct mi_console_file): Declare.
1640
1641Fri Jun 11 18:34:33 1999 Andrew Cagney <cagney@b1.cygnus.com>
1642
1643 * mi-main.c (mi_execute_command): Call mi_out_put to display the
1644 result.
1645 * mi-out.c (mi_out_put): New function.
1646 * ui-out.h (mi_out_put): Add declare. Will move later.
1647 * Makefile.in (mi-cmds.o, mi-main.o): Add dependency on ui-out.h.
1648
1649 * mi-out.c (mi_field_string, mi_field_fmt, mi_message, mi_flush,
1650 out_field_fmt, list_open, list_close): Replace gdb_stdout with
1651 data->buffer.
1652 (field_separator, list_open, list_close): Add uiout parameter.
1653 (mi_table_begin, mi_table_body, mi_table_end, mi_list_begin,
1654 mi_list_end, mi_field_string, mi_field_fmt, out_field_fmt,
1655 out_field_fmt): Update.
1656
1657 * mi-out.c (mi_out_new): Initialize supress_field_separator.
1658 (supress_field_separator): Move into mi-out local data object.
1659 (mi_table_begin, mi_list_begin, field_separator): Update.
1660
1661Fri Jun 11 16:08:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
1662
1663 * mi-out.c (mi_out_new): New function, replace init_mi_out.
1664 * mi-main.c (mi_command_loop): Call mi_out_new().
1665
1666 * ui-out.h (mi_out_new): Add declaration. Will move later.
1667 (mi_ui_out_impl): Delete.
1668
1669Wed Jun 9 16:42:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
1670
1671 * mi-main.c: Include "ui-hooks.h".
1672 (mi_init_ui, mi_command_loop): New functions.
1673 (_initialize_mi_main): Install ``mi'' as the interpreter when
1674 selected.
1675
1676Mon Jun 7 18:43:43 1999 Andrew Cagney <cagney@b1.cygnus.com>
1677
1678 From Fernando Nasser <fnasser@totem.to.cygnus.com>
1679 * mi-cmds.c (build_table): Clean up error message.
1680 * mi-cmds.c (mi_cmd_execute), mi-main.c (mi_execute_command): Only
1681 print debug information when mi_debug_p.
1682 * mi-cmds.h (mi_debug_p), mi-main.c: Global, control debug messages.
1683
1684Thu Jun 3 00:44:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
1685
1686 From Fernando Nasser <fnasser@totem.to.cygnus.com>:
1687 * mi-cmds.c: Add CLI definitions for "exec-arguments",
1688 "exec-next", "gdb-exit", "break-list", "break-info", "exec-step"
1689 and "stack-list-frames" to mi_cmds.
1690 (struct mi_command): Add ``from_tty'' argument to func.
1691 * mi-cmds.h (quit_force): Declare.
1692
16931999-05-31 Fernando Nasser <fnasser@totem.to.cygnus.com>
1694
1695 * mi-out.c (mi_table_end): Remove unwanted "\n".
1696
1697Thu May 27 14:59:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
1698
1699 * top.c: Include "ui-hooks.h".
1700 (call_interp_loop): Tempoary. Pass mi_execute_command to
1701 simplified_command_loop. Initialize gdb_stdout & gdb_stderr to
1702 stdio gdb_file streams. Force all hooks to null.
1703
1704 * mi-cmds.h, mi-main.c, mi-cmds.c: New files.
1705 * Makefile.in (SFILES): Add mi-main.c, mi-cmds.c
1706 (COMMON_OBS): Add mi-main.o, mi-cmds.o.
1707 (mi_cmds_h): Define.
1708
1709Wed May 26 12:39:49 1999 Andrew Cagney <cagney@b1.cygnus.com>
1710
1711 * top.c (call_interp_loop): Hack. Add extern declaration for
1712 mi_ui_out_impl.
1713
17141999-05-25 Fernando Nasser <fnasser@totem.to.cygnus.com>
1715
1716 * mi-out.c: New table syntax.
1717
1718Mon May 24 16:16:29 1999 Andrew Cagney <cagney@amy.cygnus.com>
1719
1720 mi-out.c (_initialize_mi_out): Add external declaration.
1721
17221999-05-21 Fernando Nasser <fnasser@totem.to.cygnus.com>
1723
1724 * mi-out.c (mi_table_begin): Added missing parameter.
1725
17261999-05-21 Fernando Nasser <fnasser@totem.to.cygnus.com>
1727
1728 * mi-out.c: Changed table markers and added table id.
1729
17301999-05-21 Fernando Nasser <fnasser@totem.to.cygnus.com>
1731
1732 * mi-out.c: New file. Implements low-level ui-out primitives for
1733 CLI-based interaction.
1734
1735\f
1736Local Variables:
1737mode: change-log
1738left-margin: 8
1739fill-column: 74
1740version-control: never
1741End: