[all-commits] [llvm/llvm-project] 0f2be1: Revert "[lldb] Use current execution context in SB...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Tue Feb 2 05:43:26 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0f2be195d5e5fc79d28692266eae226cd42678b0
https://github.com/llvm/llvm-project/commit/0f2be195d5e5fc79d28692266eae226cd42678b0
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2021-02-02 (Tue, 02 Feb 2021)
Changed paths:
M lldb/source/API/SBDebugger.cpp
M lldb/test/API/python_api/debugger/TestDebuggerAPI.py
Log Message:
-----------
Revert "[lldb] Use current execution context in SBDebugger"
This reverts commit 754ab803b8dc659e3645d369d1b5d6d2f97be29e.
As pointed out in https://reviews.llvm.org/D95761, this patch could lead to
having the wrong execution context in some situations (thanks Jim!).
D92164 is addressing the same issue and will replace this patch, so I'll
revert this one.
More information about the All-commits
mailing list