https://llvm.org/bugs/show_bug.cgi?id=24528
Bug ID: 24528 Summary: TestBreakpointCommand.py fails on Windows Product: lldb Version: unspecified Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority: P Component: All Bugs Assignee: lldb-dev@lists.llvm.org Reporter: ztur...@google.com CC: llvm-b...@lists.llvm.org Blocks: 21766 Classification: Unclassified >From the log it looks like something having to do with pending breakpoint resolution is not working correctly, so maybe the problem is in DynamicLoaderWindows somewhere. runCmd: breakpoint list -f output: Current breakpoints: 1: file = 'D:\src\llvm\tools\lldb\test\functionalities\breakpoint\breakpoint_command\main.c', line = 12, exact_match = 0, locations = 0 (pending) 3: file = 'main.c', line = 12, exact_match = 0, locations = 0 (pending) Breakpoint commands: return bktptcmd.function(frame, bp_loc, internal_dict) 5: regex = '._MyFunction', locations = 0 (pending) 6: regex = '._MyFunction', locations = 0 (pending) 7: regex = '._MyFunction', locations = 0 (pending) 8: source regex = "is about to return [12]0", exact_match = 0, locations = 0 (pending) 9: source regex = "is about to return [12]0", exact_match = 0, locations = 0 (pending) Expecting pattern: 1: file = '.*main.c', line = 12, exact_match = 0, locations = 1, resolved = 1 Not matched FAIL <bound method SBProcess.Kill of <lldb.SBProcess; proxy of <Swig Object of type 'lldb::SBProcess *' at 0x032DD6B8> >>: success Executing tearDown hook: self.addTearDownHook(lambda: self.runCmd("settings clear auto-confirm")) -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev