gdb: Look for compilation directory relative to directory search path
[deliverable/binutils-gdb.git] / gdb / dcache.c
index 82cb34b08ad67f56062fbb6f23deffea3381085b..1716def4c4a08188ecfce039658aa52af385e1e3 100644 (file)
@@ -24,6 +24,7 @@
 #include "target-dcache.h"
 #include "inferior.h"
 #include "splay-tree.h"
+#include "gdbarch.h"
 
 /* Commands with a prefix of `{set,show} dcache'.  */
 static struct cmd_list_element *dcache_set_list = NULL;
@@ -615,7 +616,7 @@ dcache_info_1 (DCACHE *dcache, const char *exp)
     }
 
   printf_filtered (_("Contains data for %s\n"),
-                  target_pid_to_str (dcache->ptid));
+                  target_pid_to_str (dcache->ptid).c_str ());
 
   refcount = 0;
 
This page took 0.027025 seconds and 4 git commands to generate.