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