summaryrefslogtreecommitdiff
path: root/gdb/maint.c
Commit message (Collapse)AuthorAgeFilesLines
* Re-implement gdbach_dump() so that it prints out the macro values.Andrew Cagney2000-06-101-0/+20
| | | | | | Add ``maint print arch'' command. Add ``gdbarch_register()'' function that also takes gdbarch_dump_tdep(). Use in mips-tdep.c.
* PARAMS removal.gdb-post-params-removal-2000-05-28Kevin Buettner2000-05-281-11/+11
|
* From Peter Schauer: Add `mt i' alias for `mt info'.Andrew Cagney2000-04-191-0/+1
|
* Fix various GCC warnings.Andrew Cagney2000-03-291-2/+4
|
* Fix maintenance deprecate crash, add testcaseDaniel Berlin2000-03-251-0/+4
|
* Re-re indent. indent|indent|indent stable.Andrew Cagney2000-03-251-1/+1
|
* Re-indent.Andrew Cagney2000-03-251-69/+70
|
* Remove quoted leading space.Andrew Cagney2000-03-251-1/+1
|
* 2000-03-23 Fernando Nasser <fnasser@cygnus.com>Fernando Nasser2000-03-231-0/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | From David Whedon <dwhedon@gordian.com> * top.c (execute_command): Checks all commands beore executing to see if the user needs to be warned that the command is deprecated, warns user if appropriate. (add_info), (add_info_alias), (add_com) , (add_com_alias): Changed return values from void to struct cmd_list_element *. * command.c (lookup_cmd_1): Check aliases before following link in case user needs to be warned about a deprecated alias. (deprecate_cmd): new exported function for command deprecation, sets flags and posibly a replacement string. (deprecated_cmd_warning): New exported funciton to warn user about a deprecated command. (lookup_cmd_composition): New exported function that determines alias, prefix_command, and cmd based on a string. This is useful is we want to full name of a command. * command.h : Added prototypes for deprecate_cmd, deprecated_warn_user and lookup_cmd_composition, added flags to the cmd_list_element structure, changed return values for add_com_* and add_info_* from void to cmd_list_element. * maint.c : (maintenance_deprecate): New function to deprecate a command. This exists only so that the testsuite can deprecate commands at runtime and check the warning behavior. (maintenance_undeprecate) : New function, drops deprecated flags. (maintenance_do_deprecate): Actually does the (un)deprecation. (initialize_maint_cmds): Added the above new deprecate commands.
* import gdb-1999-09-08 snapshotStan Shebs1999-09-091-4/+4
|
* import gdb-1999-08-30 snapshotJason Molenda1999-08-311-4/+0
|
* import gdb-1999-08-16 snapshotJason Molenda1999-08-161-0/+24
|
* import gdb-1999-07-07 post reformatJason Molenda1999-07-071-52/+54
|
* import gdb-1999-05-25 snapshotJason Molenda1999-05-251-0/+2
|
* import gdb-19990422 snapshotStan Shebs1999-04-261-7/+0
|
* Initial revisionStan Shebs1999-04-161-0/+449