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