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