Home
last modified time | relevance | path

Searched defs:accept_invalid_exe_ctx (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DValueObject.h290 bool NeedsUpdating(bool accept_invalid_exe_ctx) { in NeedsUpdating()
296 const bool accept_invalid_exe_ctx = false; in IsValid() local
696 const bool accept_invalid_exe_ctx = in NeedsUpdating() local
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObject.cpp2868 bool accept_invalid_exe_ctx) { in SyncWithProcessState()