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