Home
last modified time | relevance | path

Searched refs:reg_context_data (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ !
H A DOperatingSystemPython.cpp319 std::optional<std::string> reg_context_data = in CreateRegisterContextForThread() local
322 if (reg_context_data) { in CreateRegisterContextForThread()
323 std::string value = *reg_context_data; in CreateRegisterContextForThread()