Lines Matching refs:CliContext
25 static CliContext* sCurrentContext;
31 struct CliContext::Event : DoublyLinkedListLinkImpl<CliContext::Event> {
89 CliContext::CliContext() in CliContext() function in CliContext
115 CliContext::~CliContext() in ~CliContext()
126 CliContext::Init(::Team* team, UserInterfaceListener* listener) in Init()
173 CliContext::Cleanup() in Cleanup()
212 CliContext::Terminating() in Terminating()
226 CliContext::CurrentThreadID() const in CurrentThreadID()
234 CliContext::SetCurrentThread(::Thread* thread) in SetCurrentThread()
266 CliContext::PrintCurrentThread() in PrintCurrentThread()
280 CliContext::SetCurrentStackFrameIndex(int32 index) in SetCurrentStackFrameIndex()
298 CliContext::EvaluateExpression(const char* expression, in EvaluateExpression()
335 CliContext::GetMemoryBlock(target_addr_t address, TeamMemoryBlock*& block) in GetMemoryBlock()
351 CliContext::PromptUser(const char* prompt) in PromptUser()
365 CliContext::AddLineToInputHistory(const char* line) in AddLineToInputHistory()
373 CliContext::QuitSession(bool killTeam) in QuitSession()
385 CliContext::WaitForThreadOrUser() in WaitForThreadOrUser()
400 CliContext::WaitForEvent(uint32 event) { in WaitForEvent()
407 CliContext::MessageReceived(BMessage* message) in MessageReceived()
506 CliContext::ThreadAdded(const Team::ThreadEvent& threadEvent) in ThreadAdded()
516 CliContext::ThreadRemoved(const Team::ThreadEvent& threadEvent) in ThreadRemoved()
526 CliContext::ThreadStateChanged(const Team::ThreadEvent& threadEvent) in ThreadStateChanged()
536 CliContext::ThreadStackTraceChanged(const Team::ThreadEvent& threadEvent) in ThreadStackTraceChanged()
549 CliContext::ExpressionEvaluated(ExpressionInfo* info, status_t result, in ExpressionEvaluated()
565 CliContext::DebugReportChanged(const Team::DebugReportEvent& event) in DebugReportChanged()
578 CliContext::CoreFileChanged(const Team::CoreFileChangedEvent& event) in CoreFileChanged()
586 CliContext::MemoryBlockRetrieved(TeamMemoryBlock* block) in MemoryBlockRetrieved()
598 CliContext::ValueNodeChanged(ValueNodeChild* nodeChild, ValueNode* oldNode, in ValueNodeChanged()
607 CliContext::ValueNodeChildrenCreated(ValueNode* node) in ValueNodeChildrenCreated()
615 CliContext::ValueNodeChildrenDeleted(ValueNode* node) in ValueNodeChildrenDeleted()
623 CliContext::ValueNodeValueChanged(ValueNode* oldNode) in ValueNodeValueChanged()
631 CliContext::_GetPrompt(EditLine* editLine) in _GetPrompt()
638 CliContext::_WaitForEvent(uint32 event) { in _WaitForEvent()