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