https://bugs.llvm.org/show_bug.cgi?id=31972

            Bug ID: 31972
           Summary: TestStepOverBreakpoint does not work on windows
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev@lists.llvm.org
          Reporter: lab...@google.com
                CC: llvm-b...@lists.llvm.org

Build Command:
make clean OS="Android" PIE="1"

Build Command Output:
rm: cannot remove `a.out': Permission denied
make: *** [clean] Error 1


Preliminary analysis suggests something is creating a reference loop which
prevents us from closing the file after the debug session is over.

This manifests on windows because of filesystem semantics, but I believe the
root cause is platform-independent.

-- 
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

Reply via email to