[lldb-dev] [Bug 36209] New: Regression: JITed Code Debugging Broken on LLDB 6.0 Release Branch
https://bugs.llvm.org/show_bug.cgi?id=36209 Bug ID: 36209 Summary: Regression: JITed Code Debugging Broken on LLDB 6.0 Release Branch Product: lldb Version: 6.0 Hardware: PC OS: All Status: NEW
[lldb-dev] Testcase startup boiler-plate...
I've seen a couple new testcases coming past that copy the standard: exe = self.getBuildArtifact("a.out") self.target = self.dbg.CreateTarget(exe) self.assertTrue(self.target, VALID_TARGET) main_bp = self.target.BreakpointCreateByName("main") self.assertTr