summaryrefslogtreecommitdiff
path: root/gdb/mi
Commit message (Collapse)AuthorAgeFilesLines
* Rename mi/ChangeLog-mi -> mi/ChangeLogAndrew Cagney2000-05-1616-61/+0
|
* Make free_current_contents more robust. Use in MI.Andrew Cagney2000-05-162-9/+6
|
* Cleanup cleanups - delete use of make_cleanup_func as cast.Andrew Cagney2000-05-153-6/+10
|
* Typo correction, again from Brian Youmans.Eli Zaretskii2000-05-071-5/+4
|
* * gdbmi.texinfo: Lots of typos and grammar fixes from BrianEli Zaretskii2000-05-072-32/+39
| | | | Youmans <3diff@flib.gnu.ai.mit.edu>.
* Add section discussing future changes to output syntax.Andrew Cagney2000-04-262-10/+36
|
* * Makefile.in (GDBMI_DIR): New variable.Eli Zaretskii2000-04-232-1283/+2647
| | | | | | | | | | | | | | | | | | | (SET_TEXINPUTS): Add $(GDBMI_DIR). (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo. (gdbmi.texinfo): New target, for texi2roff. (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo. (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}". * gdb.texinfo (Top): Add GDB/MI to the main menu and @include gdbmi.texinfo. (Mode Options): Add xref to GDB/MI docs and remove a FIXME comment. * gdbmi.texinfo: Lots of changes, to include this document as part of the GDB manual. * TODO, NEWS: Update due to inclusion of gdbmi.texinfo in the GDB manual.
* remove typoAndrew Cagney2000-03-141-2/+0
|
* 2000-03-13 James Ingham <jingham@leda.cygnus.com>Jim Ingham2000-03-132-16/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for a variable object that tries to evaluate itself in the currently selected frame, rather than in a fixed frame. * wrapper.c,h (gdb_parse_exp_1): Added a wrapper for gdb_parse_exp_1. * varobj.h: Added USE_CURRENT_FRAME to varobj_type & changed def'n of varobj_create. * varobj.c (varobj_list): Return type indicates whether the variable's type has changed (for current frame variables). (varobj_update): Handle the case where the variable's type has changed. (delete_variable_1): Allow for deletion of variables that have not been installed yet. (new_root_variable): Initialize use_selected_frame variable. (value_of_root): This is where most of the work to handle "current frame" variables was added. Most of the complexity involves handling the case where the type of the variable has changed. (varobj_create): Add a "type" argument, to tell if the variable is one of these "current frame" variables. Also protect call to parse_exp_1 from long jumping. * mi-var-block.exp: The error report from varobj_create changed since I am now trapping parse_exp_1 errors. Change the tests to match the new error message. * mi-var-child.exp: Ditto. * mi-var-cmd.exp: Ditto. * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all the library directories. * gdbtk-varobj.c (variable_create): Pass the correct "how_specified" flag to the varobj_create routine.
* 2000-03-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2000-03-064-1/+91
| | | | | | | | | | * mi-cmds.h: Export mi_cmd_data_write_register_values. * mi-cmds.c (mi_cmds): Implement data-write-register-values with mi_cmd_data_write_register_values. * mi-main.c (mi_cmd_data_write_register_values): New function. Write a value into a register.
* 2000-03-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2000-03-062-59/+70
| | | | * gdbmi.texinfo: Update data-disassemble documentation.
* 2000-03-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2000-03-012-4/+8
| | | | | | * mi-cmd-disas.c (mi_cmd_disassemble): Use ui_out_field_core_addr() instead of print_address_numeric(), to maintain consistency throughout MI.
* Fix copyright - Cygnus is a Red Hat company.Andrew Cagney2000-02-2316-15/+22
|
* Re-sync with ../include/dis-asm.h - LEN param changed to unsigned int.Andrew Cagney2000-02-232-2/+8
|
* Add mi/ and testsuite/gdb.mi/ subdirectories.Andrew Cagney2000-02-2317-0/+8274
Add --enable-gdbmi option to configury. Add mi rules to Makefile.in Add mi conditional output to event-top.c infrun.c main.c top.c. Add -i=mi option.