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