[commit] Add ``this_cache'' to heuristic descriptor methods

Andrew Cagney cagney@gnu.org
Fri Sep 3 23:49:00 GMT 2004


This:

-    proc_desc = heuristic_proc_desc (start_addr, pc, next_frame);
+#ifdef NOT_YET
+    proc_desc = heuristic_proc_desc (start_addr, pc, next_frame, 
this_cache);
+#else
+    proc_desc = heuristic_proc_desc (start_addr, pc, next_frame, NULL);
+#endif

is where things are going -> get the heuristic_proc_desc method to fill 
in the descriptor directly.

committed,
Andrew
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diffs
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20040903/0b6051bb/attachment.ksh>


More information about the Gdb-patches mailing list