Searched refs:CliContext (Results 1 - 25 of 31) sorted by relevance

12

/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliContinueCommand.h16 CliContext& context);
H A DCliDebugReportCommand.h16 CliContext& context);
H A DCliQuitCommand.h16 CliContext& context);
H A DCliStackFrameCommand.h16 CliContext& context);
H A DCliStackTraceCommand.h16 CliContext& context);
H A DCliStopCommand.h16 CliContext& context);
H A DCliThreadCommand.h16 CliContext& context);
H A DCliThreadsCommand.h16 CliContext& context);
H A DCliVariablesCommand.h16 CliContext& context);
H A DCliWriteCoreFileCommand.h16 CliContext& context);
H A DCliPrintVariableCommand.h22 CliContext& context);
26 CliContext& context, int32 maxDepth);
H A DCliCommand.h12 class CliContext;
27 CliContext& context) = 0;
H A DCliQuitCommand.cpp11 #include "CliContext.h"
24 CliQuitCommand::Execute(int argc, const char* const* argv, CliContext& context)
H A DCliDumpMemoryCommand.h25 CliContext& context);
H A DCliDumpStringCommand.h21 CliContext& context);
H A DCliContinueCommand.cpp13 #include "CliContext.h"
29 CliContext& context)
H A DCliDebugReportCommand.cpp14 #include "CliContext.h"
29 CliDebugReportCommand::Execute(int argc, const char* const* argv, CliContext& context)
H A DCliThreadCommand.cpp13 #include "CliContext.h"
30 CliContext& context)
H A DCliVariablesCommand.cpp13 #include "CliContext.h"
32 CliContext& context)
H A DCliWriteCoreFileCommand.cpp14 #include "CliContext.h"
29 CliWriteCoreFileCommand::Execute(int argc, const char* const* argv, CliContext& context)
H A DCliStackTraceCommand.cpp13 #include "CliContext.h"
30 CliContext& context)
49 context.WaitForEvent(CliContext::MSG_THREAD_STACK_TRACE_CHANGED);
H A DCliPrintVariableCommand.cpp13 #include "CliContext.h"
37 CliContext& context)
103 CliContext& context, int32 maxDepth)
122 context.WaitForEvent(CliContext::MSG_VALUE_NODE_CHANGED);
H A DCliStackFrameCommand.cpp13 #include "CliContext.h"
32 CliContext& context)
H A DCliThreadsCommand.cpp13 #include "CliContext.h"
29 CliContext& context)
/haiku/src/apps/debugger/user_interface/cli/
H A DCliContext.cpp8 #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() function in class:CliContext
91 BLooper("CliContext"),
92 fLock("CliContext"),
[all...]

Completed in 159 milliseconds

12