OSDN Git Service

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