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