[Lldb-commits] [PATCH] D102562: Fix to the interrupt timeout handling: reset the timeout on re-entry

2021-05-15 Thread Jim Ingham via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D102562: Fix to the interrupt timeout handling: reset the timeout on re-entry

2021-05-15 Thread Jim Ingham via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D102544: [lldb] Document ctrl-f for completing show-autosuggestion

2021-05-15 Thread Dave Lee via Phabricator via lldb-commits
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