* defs.h (print_address_symbolic, build_address_symbolic): Update
[deliverable/binutils-gdb.git] / gdb / breakpoint.c
index 6875e8e59be150aae3d33541505d0dc36fce1f83..f041e647c0d199f4e3218ca67580f907e4460aba 100644 (file)
@@ -3982,7 +3982,8 @@ static void print_breakpoint_location (struct breakpoint *b,
     }
   else if (loc)
     {
-      print_address_symbolic (loc->address, stb->stream, demangle, "");
+      print_address_symbolic (loc->gdbarch, loc->address, stb->stream,
+                             demangle, "");
       ui_out_field_stream (uiout, "at", stb);
     }
   else
This page took 0.027507 seconds and 4 git commands to generate.