[lldb-dev] [Bug 21722] New: Process Plugins do not get shutdown cleanly from the test runner

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Dec 2 23:19:46 PST 2014


http://llvm.org/bugs/show_bug.cgi?id=21722

            Bug ID: 21722
           Summary: Process Plugins do not get shutdown cleanly from the
                    test runner
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: zturner at google.com
          Reporter: zturner at google.com
                CC: lldb-dev at cs.uiuc.edu
    Classification: Unclassified

When a test is run that debugs a target through the process plugin mechanism,
after the test is completed, none of the proper shutdown methods in the process
plugin are called.  For example, if a breakpoint had been created and enabled,
it is not disabled and removed upon exit.  It seems the test suite just hard
exits, and since this is using lldb as an extension module, it's as if lldb
itself did an exit(1), not giving the process plugin a chance to cleanup
gracefully.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20141203/d2e5dec7/attachment.html>


More information about the lldb-dev mailing list