https://llvm.org/bugs/show_bug.cgi?id=28455
Bug ID: 28455
Summary: Thread state not in sync with process state
Product: lldb
Version: 3.8
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
Created attachment 16710
--> https://llvm.org/bugs/attachment.cgi?id=16710&action=edit
repro code snippet
When the process state is SBProcess::eStateStopped, both SBThread::IsSuspended
and SBThread::IsStopped return false [ thread.m_state is eStateUnloading and
thread.m_resume_state is eStateRunning ]
Is this the intended behavior ?
I used the attached code to reproduce the problem.
The debuggee can be a C/C++ "hello world" app.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev