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