kastiglione updated this revision to Diff 345642.
kastiglione added a comment.
use "accepted" as the verb
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102544/new/
https://reviews.llvm.org/D102544
Files:
lldb/source/Core/CoreProperties.td
Inde
jingham created this revision.
jingham added reviewers: clayborg, JDevlieghere.
jingham requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
The new timeout handling missed one case where we need to reset the computed
timeout: when a packet int
jingham updated this revision to Diff 345654.
jingham added a comment.
It's less error-prone if we just reset the timeout to the default when we wake
up from ReadPacket. This isn't an expensive operation...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm