From 2000-09-06 Angela Marie Thomas <angela@cygnus.com>:
authorAndrew Cagney <cagney@redhat.com>
Tue, 24 Oct 2000 13:10:18 +0000 (13:10 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 24 Oct 2000 13:10:18 +0000 (13:10 +0000)
* infttrace.c (get_dictionary_entry_of_page): Function
require_memory_page_dictionary takes no args.

gdb/ChangeLog
gdb/infttrace.c

index c4f7536d8d6fcae0be31aa7e2eaeb673caeaf4c9..8e1e510abf63b1af8ea4294e0e85c8921426fe3d 100644 (file)
@@ -1,3 +1,9 @@
+Wed Oct 25 00:08:01 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       From 2000-09-06 Angela Marie Thomas <angela@cygnus.com>:
+       * infttrace.c (get_dictionary_entry_of_page): Function
+       require_memory_page_dictionary takes no args.
+
 Tue Oct 24 16:12:00 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * gdba.el: Delete file.
index 09e78f4cc69098ad5b77bb464aa9bd620b1aa69c..8c33d4f957c54042071770d9b5d66c407cdebc8b 100644 (file)
@@ -5278,7 +5278,7 @@ get_dictionary_entry_of_page (int pid, CORE_ADDR page_start)
   memory_page_t *previous_page = NULL;
 
   /* We're going to be using the dictionary now, than-kew. */
-  require_memory_page_dictionary (pid);
+  require_memory_page_dictionary ();
 
   /* Try to find an existing dictionary entry for this page.  Hash
      on the page's starting address.