jingham added a comment.

m_last_natural_stop_id is the stop ID for the last time we stopped when the 
user was just running the process (run, continue, next, etc...)

m_last_user_expression_resume is the resume ID for the last user expression 
resume.

The stops and resumes always occur in pairs in lldb at present.  That won't be 
true when we get to no-stop debugging, but we'll have to adjust a bunch of 
things when we get to handling that...

Anyway, so if m_last_user_expression_resume >= m_last_natural_stop_id you are 
running some kind of expression.


https://reviews.llvm.org/D50912



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to