Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3812,9 +3812,9 @@ struct CxxThreadLocalTaskFinder : CachingTaskFinder {
std::optional<lldb::addr_t> m_tls_file_addr;
};

// (anonymous namespace)::ActiveTask::Value in the Swift concurrency runtime.
// The exported current-task thread-local in the Swift concurrency runtime.
static constexpr llvm::StringLiteral g_cxx_thread_local_task_symbol =
"_ZN12_GLOBAL__N_110ActiveTask5ValueE";
"_swift_concurrency_currentTask";

CxxThreadLocalTaskFinder::CxxThreadLocalTaskFinder(ModuleSP concurrency_module)
: m_concurrency_module(std::move(concurrency_module)) {
Expand Down