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