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: [email protected]
Reporter: [email protected]
CC: [email protected]
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.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev