Author: David Spickett
Date: 2026-09-09T10:58:25+01:00
New Revision: 468a7300de067ec0581f51cbfb56421f4b13eaf0

URL: 
https://github.com/llvm/llvm-project/commit/468a7300de067ec0581f51cbfb56421f4b13eaf0
DIFF: 
https://github.com/llvm/llvm-project/commit/468a7300de067ec0581f51cbfb56421f4b13eaf0.diff

LOG: [lldb][lldb-server] Log possible breakpoint PC in hex (#222285)

Added: 
    

Modified: 
    lldb/source/Host/common/NativeProcessProtocol.cpp

Removed: 
    


################################################################################
diff  --git a/lldb/source/Host/common/NativeProcessProtocol.cpp 
b/lldb/source/Host/common/NativeProcessProtocol.cpp
index 7194dab19d012..a29972e1b67e0 100644
--- a/lldb/source/Host/common/NativeProcessProtocol.cpp
+++ b/lldb/source/Host/common/NativeProcessProtocol.cpp
@@ -619,7 +619,7 @@ void NativeProcessProtocol::FixupBreakpointPCAsNeeded(
     // We didn't find one at a software probe location.  Nothing to do.
     LLDB_LOG(log,
              "pid {0} no lldb software breakpoint found at current pc with "
-             "adjustment: {1}",
+             "adjustment: {1:x}",
              GetID(), breakpoint_addr);
     return;
   }


        
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to