This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

thinko in gdb/infttrace.c



This causes a build failure on HP/UX 11.x.  This only affects HP/UX 11.x.

2000-09-06  Angela Marie Thomas <angela@cygnus.com>

	* infttrace.c (get_dictionary_entry_of_page):
	require_memory_page_dictionary() takes no args.

Index: gdb/infttrace.c
===================================================================
RCS file: /cvs/src/src/gdb/infttrace.c,v
retrieving revision 1.3
diff -p -u -r1.3 infttrace.c
--- gdb/infttrace.c	2000/07/30 01:48:25	1.3
+++ gdb/infttrace.c	2000/09/06 09:48:32
@@ -5282,7 +5282,7 @@ get_dictionary_entry_of_page (int pid, C
   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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]