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