diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-10-24 13:10:18 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-10-24 13:10:18 +0000 |
commit | 3731b38ac36756f50937835496c4fa48dc5ef801 (patch) | |
tree | 5c18450effbf2df8f0409907780d16924d755ece /gdb | |
parent | 1a1d84463ecf59050ae1066a62cf9b85e48aaae8 (diff) | |
download | gdb-3731b38ac36756f50937835496c4fa48dc5ef801.zip gdb-3731b38ac36756f50937835496c4fa48dc5ef801.tar.gz gdb-3731b38ac36756f50937835496c4fa48dc5ef801.tar.bz2 |
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.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/infttrace.c | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c4f7536..8e1e510 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. diff --git a/gdb/infttrace.c b/gdb/infttrace.c index 09e78f4..8c33d4f 100644 --- a/gdb/infttrace.c +++ b/gdb/infttrace.c @@ -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. |