Lines Matching refs:CliContext

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