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