aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectThread.cpp
diff options
context:
space:
mode:
authorJoseph Huber <huberjn@outlook.com>2024-05-16 14:58:46 -0500
committerGitHub <noreply@github.com>2024-05-16 14:58:46 -0500
commitf42f57b52dd279e6ae19270d063aeb8d59e3f11c (patch)
treed10e9ca5ff493687b36e55462470fbb4b21ef664 /lldb/source/Commands/CommandObjectThread.cpp
parent9144553207052a868efc5a8ce61a0afbb0eaf236 (diff)
downloadllvm-f42f57b52dd279e6ae19270d063aeb8d59e3f11c.zip
llvm-f42f57b52dd279e6ae19270d063aeb8d59e3f11c.tar.gz
llvm-f42f57b52dd279e6ae19270d063aeb8d59e3f11c.tar.bz2
[Libomptarget] Rework Record & Replay to be a plugin member (#88928) (#89097)
Summary: Previously, the R&R support was global state initialized by a global constructor. This is bad because it prevents us from adequately constraining the lifetime of the library. Additionally, we want to minimize the amount of global state floating around. This patch moves the R&R support into a plugin member like everything else. This means there will be multiple copies of the R&R implementation floating around, but this was already the case given the fact that we currently handle everything with dynamic libraries.
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions