Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-07-16 | 2001-07-16 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 1 | -1/+5 | |
* top.c (is_complete_command, init_cmd_lists, init_cli_cmds, execute_user_command, do_setshow_command, get_prompt, init_proc, serial_log_command): Remove extern declarations. Include cli/cli-cmds.h, cli/cli-script.h, cli/cli-setshow.h, serial.h. * gdbcmd.h (execute_user_command): Remove declaration, it's already in cli/cli-script.h. * command.h (do_setshow_command): Remove declaration, it's already in cli/cli-setshow.h. * infrun.c: Include "cli/cli-script.h" for execute_user_command. * Makefile.in (infrun.o): Update dependencies. (top.o): Ditto. * cli/cli-setshow.h: Add comment for do_setshow_command. | |||||
2001-07-16 | * cli/cli-cmds.c (shell_escape) [GLOBAL_CURDIR]: Condition the | Eli Zaretskii | 1 | -6/+1 | |
call to chdir on this symbol rather than on __DJGPP__. (CANT_FORK) [__MSDOS__]: Move from here... * defs.h (CANT_FORK) [__MSDOS__]: ...to here. (GLOBAL_CURDIR) [__MSDOS__]: Define. | |||||
2001-06-17 | 2001-06-17 Fernando Nasser <fnasser@redhat.com> | Fernando Nasser | 1 | -0/+1 | |
From 2001-06-15 Eirik Fuller <eirik@hackrat.com> * cli/cli-script.c (free_command_lines): Reset list pointer. | |||||
2001-06-06 | * source.c (mod_path, openp): Use #ifdef HAVE_DOS_BASED_FILE_SYSTEM | Eli Zaretskii | 1 | -2/+2 | |
instead of #if HAVE_DOS_BASED_FILE_SYSTEM. * completer.c: Ditto. * cli/cli-cmds.c (cd_command): Ditto. | |||||
2001-06-04 | * source.c (mod_path, openp): Use HAVE_DOS_BASED_FILE_SYSTEM | Eli Zaretskii | 1 | -10/+12 | |
instead of system-specific define's like _WIN32 and __MSDOS__. Use IS_DIR_SEPARATOR and IS_ABSOLUTE_PATH instead of SLASH_P and ROOTED_P. (top-level): #include "filenames.h". * solib.c (solib_open): Use IS_DIR_SEPARATOR and IS_ABSOLUTE_PATH instead of SLASH_CHAR, ROOTED_P and SLASH_P. (top-level): #include "filenames.h". * defs.h (SLASH_P, SLASH_CHAR, ROOTED_P): Remove definitions. (SLASH_STRING): Define only for _WIN32. * completer.c: Use HAVE_DOS_BASED_FILE_SYSTEM instead of __MSDOS_. * cli/cli-cmds.c (cd_command): Use IS_DIR_SEPARATOR and IS_ABSOLUTE_PATH instead of SLASH_P and ROOTED_P. Replace system-specific ifdefs with HAVE_DOS_BASED_FILE_SYSTEM. (top-level): #include "filenames.h". | |||||
2001-05-12 | s/ui_out_list/ui_out_tupple/ | Andrew Cagney | 1 | -6/+6 | |
2001-03-28 | * config/pa/xm-hppah.h (malloc): Really delete declaration | Andrew Cagney | 1 | -1/+1 | |
(MALLOC_INCOMPATIBLE): Really delete macro. * cli/cli-cmds.c (apropos_command): Use xcalloc. | |||||
2001-03-19 | Zap __STDC__ references. | Andrew Cagney | 1 | -8/+0 | |
2001-03-13 | 2001-03-13 Fernando Nasser <fnasser@redhat.com> | Fernando Nasser | 1 | -2/+2 | |
From Steven Johnson <sjohnson@neurizon.net> * cli/cli-script.c (define_command): Fix setting of post hooks. | |||||
2001-03-06 | Update/correct copyright notices. | Kevin Buettner | 7 | -7/+9 | |
2001-02-19 | * demangle.c (demangling_style_names): New variable. | Eli Zaretskii | 1 | -4/+6 | |
(_initialize_demangler): Fill demangling_style_names with the names of known demangling styles from libiberty_demanglers[]. Use add_set_enum_cmd instead of add_set_cmd, to get completion on demangling style names. * proc-api.c (_initialize_proc_api): Make `procfs-file' use file-name completion. * remote-rdi.c (_initialize_remote_rdi): Ditto for `rdilogfile'. * solib.c (_initialize_solib): Ditto for `solib-search-path' and `solib-absolute-prefix'. * tracepoint.c (_initialize_tracepoint): Ditto for `save-tracepoints'. * win32-nat.c (_initialize_inftarg): Ditto for `dll-symbols'. * cli/cli-cmds.c (init_cli_cmds): Make `shell' and `make' use file-name completion. * infcmd.c (_initialize_infcmd): Make the following commands use the file-name completer: `tty', `args', `path', `paths', and `run'. | |||||
2001-02-08 | Add __FILE__ and __LINE__ parameter to internal_error() / | Andrew Cagney | 2 | -7/+10 | |
internal_verror(). | |||||
2001-02-02 | * cli/cli-cmds.c (apropos_command): Changed occurance of free() to xfree(). | John R. Moore | 1 | -2/+2 | |
Also changed Copyright to include 2001. | |||||
2001-01-31 | Move putchar_filtered() to utils.c. | Andrew Cagney | 2 | -13/+0 | |
2001-01-31 | * cli/cli-script.c (define_command): Check for a bad hook value in | Andrew Cagney | 1 | -0/+1 | |
switch statement. | |||||
2001-01-19 | Replace STRCMP with strcmp() | Andrew Cagney | 1 | -4/+4 | |
2001-01-04 | * Makefile.in (SUBDIR_CLI_OBS): Add cli/cli-utils.o. | Nicholas Duffek | 2 | -0/+56 | |
(SUBDIR_CLI_SRCS): Add cli/cli-utils.c. (cli_utils_h): New variable. (cli/cli-utils.o): New rule. * cli/cli-utils.c: New file. * cli/cli-utils.h: New file. | |||||
2000-12-15 | Replace free() with xfree(). | Kevin Buettner | 4 | -18/+18 | |
2000-12-06 | 2000-12-06 Fernando Nasser <fnasser@redhat.com> | Fernando Nasser | 1 | -18/+13 | |
* cli/cli-decode.c (add_abbrev_cmd): Reinstate. Add comment saying that is not currently used. | |||||
2000-12-06 | 2000-12-06 Fernando Nasser <fnasser@redhat.com> | Fernando Nasser | 1 | -9/+3 | |
* cli/cli-decode.c (lookup_cmd): Change disabled code into comment. | |||||
2000-12-06 | 2000-12-06 Fernando Nasser <fnasser@redhat.com> | Fernando Nasser | 1 | -137/+0 | |
* cli/cli-decode.c (lookup_cmd): Remove old stale copy of this routine which was not being used for quite some time. | |||||
2000-12-01 | 2000-12-01 Fernando Nasser <fnasser@redhat.com> | Fernando Nasser | 8 | -0/+4634 | |
* cli/cli-decode.c: New file. Handle lists of commands, their decoding and documentation. (add_cmd, deprecate_cmd, add_abbrev_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd, not_just_help_class_command, empty_sfunc, add_set_cmd, add_set_enum_cmd, add_set_auto_boolean_cmd, add_show_from_set, delete_cmd, apropos_cmd, help_cmd, help_list, help_all, print_doc_line, help_cmd_list, find_cmd, lookup_cmd_1, undef_cmd_error, lookup_cmd, deprecated_cmd_warning, lookup_cmd_composition, complete_on_cmdlist, complete_on_enum): Moved here from command.c. (add_info, add_info_alias, add_com, add_com_alias): Moved here from top.c. * cli/cli-decode.h: Definitions/declarations for the above. * cli/cli-cmds.c: New file. GDB CLI commands. (error_no_arg, info_command, show_command, help_command, show_version, quit_command, pwd_command, cd_command, echo_command, shell_escape, make_command, show_user, set_debug, show_debug, init_cmd_lists): Moved here from top.c. (apropos_command): Moved here from command.c. (complete_command, source_command): Moved here (part) from top.c. (is_complete_command): New function. Checks if a command is the "complete" command. (init_cli_cmds): New function. Add commands to the CLI (from code previously in top.c. * cli/cli-cmds.h: Definitions/declarations for the above. * cli/cli-script.c: New file. GDB CLI command scripting. (build_command_line, get_command_line, print_command_lines, print_command_line, execute_user_command, execute_control_command, while_command, if_command, arg_cleanup, setup_user_args, locate_arg, insert_args, realloc_body_list, read_next_line, recurse_read_control_structure, read_command_lines, free_command_lines, do_free_command_lines_cleanup, make_cleanup_free_command_lines, validate_comname, user_defined_command, define_command, document_command, source_cleanup_lines, do_fclose_cleanup, show_user_1): Moved here from top.c. (script_from_file): New function. Implements execution of a script contained in a file (part of code for the source_command() that used to exist in top.c). * cli/cli-script.h: Definitions/declarations for the above. * cli/cli-setshow.c: New file. Handle set and show GDB CLI commands. (parse_auto_binary_operation, parse_binary_operation, do_setshow_command, cmd_show_list): Moved here from command.c. * cli/cli-setshow.h: Definitions/declarations for the above. * top.c: Remove all CLI code, except the command loop. (gdb_init): Call init_cli_cmds(). * command.c: Remove obsolete file. * command.h: Mark as DEPRECATED. * gdbcmd.h: Ditto. * call-cmds.h: Ditto. * Makefile.in (SFILES): Remove command.c. (COMMON_OBS): Remove command.o. (command.o): Remove obsolete target. (cli_decode_h, cli_cmds_h, cli_script_h, cli_setshow_h): New macros. Refer to CLI header files. (cli-decode.o, cli-cmds.o, cli-setshow.o, cli-script.o): New targets. (SUBDIR_CLI_OBS, SUBDIR_CLI_SRCS, SUBDIR_CLI_DEPS, SUBDIR_CLI_INITS, SUBDIR_CLI_LDFLAGS, SUBDIR_CLI_CFLAGS, SUBDIR_CLI_ALL, SUBDIR_CLI_CLEAN, SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): New macros for new cli subdirectory. * configure.in (enable_gdbcli): New option. Include the CLI in the executable (cannot be disabled yet). (CONFIG_OBS, CONFIG_DEPS, CONFIG_SRCS, CONFIG_INITS, ENABLE_CFLAGS, CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Add the corresponding SUBDIR_CLI_* macros if CLI requested. * configure: Regenerate. |