Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DValueObject.h290 bool NeedsUpdating(bool accept_invalid_exe_ctx) { in NeedsUpdating() argument
291 SyncWithProcessState(accept_invalid_exe_ctx); in NeedsUpdating()
296 const bool accept_invalid_exe_ctx = false; in IsValid() local
299 else if (SyncWithProcessState(accept_invalid_exe_ctx)) { in IsValid()
316 bool SyncWithProcessState(bool accept_invalid_exe_ctx);
696 const bool accept_invalid_exe_ctx = in NeedsUpdating() local
698 return m_update_point.NeedsUpdating(accept_invalid_exe_ctx); in NeedsUpdating()
/openbsd/src/gnu/llvm/lldb/source/Core/
DValueObject.cpp2868 bool accept_invalid_exe_ctx) { in SyncWithProcessState() argument
2911 if (!accept_invalid_exe_ctx) { in SyncWithProcessState()