This is the complete list of members for BaseInteractiveDebugger, including all inherited members.
BaseInteractiveDebugger() | BaseInteractiveDebugger | protected |
breakForError(const char *message) | BaseInteractiveDebugger | protected |
breaks_ | BaseInteractiveDebugger | protected |
changeFrame(unsigned int number)=0 | BaseInteractiveDebugger | pure virtual |
checkBreak(bool entering) | BaseInteractiveDebugger | protected |
commands_ | BaseInteractiveDebugger | protected |
currentFrameLocation(std::string &file, unsigned int &line, unsigned int &column) const =0 | BaseInteractiveDebugger | pure virtual |
disableBreakPoint(unsigned int number) | BaseInteractiveDebugger | |
enableBreakPoint(unsigned int number) | BaseInteractiveDebugger | |
findCommand(std::string &command) const | BaseInteractiveDebugger | protected |
getStackSize() const =0 | BaseInteractiveDebugger | pure virtual |
interrupted() | BaseInteractiveDebugger | protected |
listBreakPoints() const | BaseInteractiveDebugger | |
next_ | BaseInteractiveDebugger | protected |
outputCurrentFrame(unsigned int context=0) const =0 | BaseInteractiveDebugger | pure virtual |
outputCurrentFrameQueryPlan() const =0 | BaseInteractiveDebugger | pure virtual |
outputLocation(const XMLCh *file, unsigned int line, unsigned int column, unsigned int context=0) | BaseInteractiveDebugger | static |
outputLocationFromString(const XMLCh *query, unsigned int line, unsigned int column, unsigned int context=0) | BaseInteractiveDebugger | static |
prevcmd_ | BaseInteractiveDebugger | protected |
queryCurrentFrame(const char *queryString) const =0 | BaseInteractiveDebugger | pure virtual |
queryStarted() const | BaseInteractiveDebugger | inline |
queryStarted_ | BaseInteractiveDebugger | protected |
readCommand() | BaseInteractiveDebugger | protected |
regexFind(const char *regex, const std::string &str, int groupNo=1) | BaseInteractiveDebugger | static |
run()=0 | BaseInteractiveDebugger | pure virtual |
setBreakPoint(const std::string &file, unsigned int line, unsigned int column, bool temporary) | BaseInteractiveDebugger | |
setDoFocusOptimizationsn(bool opt)=0 | BaseInteractiveDebugger | pure virtual |
setDoLazyEvaluation(bool lazy)=0 | BaseInteractiveDebugger | pure virtual |
setDoProjection(bool opt)=0 | BaseInteractiveDebugger | pure virtual |
setNext() | BaseInteractiveDebugger | |
setStep() | BaseInteractiveDebugger | |
stackTrace() const =0 | BaseInteractiveDebugger | pure virtual |
step_ | BaseInteractiveDebugger | protected |
~BaseInteractiveDebugger() | BaseInteractiveDebugger | virtual |