[Lldb-commits] [lldb] 135d07f - [lldb][test] Fix Shell/SymbolFile/symbol-binding.test

2021-02-13 Thread Fangrui Song via lldb-commits
Author: Fangrui Song Date: 2021-02-13T11:10:29-08:00 New Revision: 135d07fb0d8f7fed37c4f8cebb42c70cd05bfa84 URL: https://github.com/llvm/llvm-project/commit/135d07fb0d8f7fed37c4f8cebb42c70cd05bfa84 DIFF: https://github.com/llvm/llvm-project/commit/135d07fb0d8f7fed37c4f8cebb42c70cd05bfa84.diff

[Lldb-commits] [PATCH] D96655: [lldb] Call ThreadPlan::DiscardPlan from Thread::DiscardPlan

2021-02-13 Thread Dave Lee via Phabricator via lldb-commits
kastiglione created this revision. kastiglione added a reviewer: jingham. kastiglione requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. Correct `Thread::DiscardPlan` to call `DiscardPlan` instead of `PopPlan`. Repository: rG LLVM Github M

[Lldb-commits] [PATCH] D96656: [lldb] Remove unused bool return type of ThreadPlan::WillStop (NFC)

2021-02-13 Thread Dave Lee via Phabricator via lldb-commits
kastiglione created this revision. kastiglione added a reviewer: jingham. kastiglione requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. The calls to `ThreadPlan::WillStop` do not use the return value. This changes `WillStop` to a `void` retu