]> git.lizzy.rs Git - rust.git/blobdiff - src/etc/lldb_batchmode.py
Merge branch 'master' of github.com:TheSamsa/rust
[rust.git] / src / etc / lldb_batchmode.py
index 537b419b3279f5096f6473b2b0f30a907994e3d5..7c2e91474c1f1710e5f85c62d09c47ea957e19ba 100644 (file)
@@ -45,7 +45,10 @@ def normalize_whitespace(s):
 
 def breakpoint_callback(frame, bp_loc, dict):
     """This callback is registered with every breakpoint and makes sure that the
-    frame containing the breakpoint location is selected"""
+    frame containing the breakpoint location is selected """
+
+    # HACK(eddyb) print a newline to avoid continuing an unfinished line.
+    print("")
     print("Hit breakpoint " + str(bp_loc))
 
     # Select the frame and the thread containing it