[Lldb-commits] [PATCH] D11396: [lldb-mi] Fix breakpoints on functions when C++ namespaces are used.

Ilia K ki.stfu at gmail.com
Sun Jul 26 23:38:29 PDT 2015


ki.stfu accepted this revision.
ki.stfu added a comment.
This revision is now accepted and ready to land.

Add a link to the bug please and go ahead.


================
Comment at: test/tools/lldb-mi/breakpoint/TestMiBreak.py:79
@@ +78,3 @@
+        # Test that we can set a BP using the global namespace token
+        #FIXME: this test is disabled due to a bug in lldb.
+        #self.runCmd("-break-insert ::main")
----------------
Add a link to the bug please: "llvm.org/pr24271"


Repository:
  rL LLVM

http://reviews.llvm.org/D11396







More information about the lldb-commits mailing list