jasonmolenda wrote:

> This seems safe to me, and it can't hurt to take care of this corner case 
> here regardless of what the higher levels of lldb does.

This all falls under `Thread::CalculateStopInfo()` - 
`ThreadGDBRemote::CalculateStopInfo` is calling into ProcessGDBRemote where we 
do this.  The base class method is pure virtual, so I'm not sure there's a 
higher level place where this logic could be situated.  I updated the PR with a 
comment on `Thread::CalculateStopInfo()` specifically detailing this issue, so 
people writing new subclasses can (hopefully) be aware of it.

https://github.com/llvm/llvm-project/pull/82709
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to