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