OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [gdb/] [mi/] [ChangeLog-mi] - Blame information for rev 1774

Go to most recent revision | Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.