]> Git Repo - binutils.git/blobdiff - gdb/ChangeLog
2001-07-17 Elena Zannoni <[email protected]>
[binutils.git] / gdb / ChangeLog
index f26dc3faf1440af84bdc13ae3a1257382a5f2cde..be41aa89f4982567c59d37b54437ffcb2f545eba 100644 (file)
@@ -1,3 +1,73 @@
+2001-07-17  Elena Zannoni  <[email protected]>
+
+       * top.c (catch_errors): Convert PTR to void * in parameters list.
+       (quit_cover): Ditto.
+
+2001-07-17  Stephane Carrez  <[email protected]>
+
+       * source.c (find_source_lines): Remove tui test, must be replaced
+       by appropriate warning hook.
+       (print_source_lines): Remove tui hacks, must be replaced by cli.
+       (forward_search_command): Remove tui hacks, can be replaced by
+       appropriate calls to identify_source_line when tui scrolls.
+       (reverse_search_command): Likewise.
+
+2001-07-16  Nick Duffek  <[email protected]>
+
+       * remote.c (init_remote_ops, init_remote_cisco_ops,
+       init_remote_async_ops): Set to_pid_to_str and
+       to_extra_thread_info correctly and in the same order as declared
+       in target.h.
+
+2001-07-16  Andrew Cagney  <[email protected]>
+
+       * remote.c: Revert below.  Included more than intended.
+
+2001-07-16  Nick Duffek  <[email protected]>
+
+       * remote.c (init_remote_ops, init_remote_cisco_ops,
+       init_remote_async_ops): Set to_pid_to_str and
+       to_extra_thread_info correctly and in the same order as declared
+       in target.h.
+
+2001-07-16  Nick Duffek  <[email protected]>
+
+       * findvar.c (read_var_value): Apply value_as_pointer() to
+       addresses retrieved from the target for LOC_BASEREG and
+       LOC_BASEREG_ARG variables.
+
+2001-07-16  Orjan Friberg  <[email protected]>
+
+       * NEWS: New target CRIS.
+
+2001-07-16  Elena Zannoni  <[email protected]>
+
+        * top.c (show_commands): Remove extern decl of history_get, it's
+       already in readline/history.h.
+       
+2001-07-16  Elena Zannoni  <[email protected]>
+
+        * 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  Eli Zaretskii  <[email protected]>
+
+       * cli/cli-cmds.c (shell_escape) [GLOBAL_CURDIR]: Condition the
+       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-07-16  Orjan Friberg  <[email protected]>
 
        * configure.tgt: Recognise the CRIS architecture.
This page took 0.025747 seconds and 4 git commands to generate.