#include <InteractiveDebugger.hpp>
List of all members.
Additional Inherited Members |
virtual | ~BaseInteractiveDebugger () |
unsigned int | setBreakPoint (const std::string &file, unsigned int line, unsigned int column, bool temporary) |
bool | disableBreakPoint (unsigned int number) |
bool | enableBreakPoint (unsigned int number) |
void | listBreakPoints () const |
void | setStep () |
void | setNext () |
bool | queryStarted () const |
| BaseInteractiveDebugger () |
DebugCommand * | findCommand (std::string &command) const |
void | checkBreak (bool entering) |
void | breakForError (const char *message) |
void | interrupted () |
void | readCommand () |
virtual | ~DebugListener () |
virtual void | start (const StackFrame *stack, const DynamicContext *context) |
virtual void | end (const StackFrame *stack, const DynamicContext *context) |
static void | outputLocation (const XMLCh *file, unsigned int line, unsigned int column, unsigned int context=0) |
static void | outputLocationFromString (const XMLCh *query, unsigned int line, unsigned int column, unsigned int context=0) |
static std::string | regexFind (const char *regex, const std::string &str, int groupNo=1) |
Member Function Documentation
static void InteractiveDebugger::outputLocation |
( |
const LocationInfo * |
info, |
|
|
unsigned int |
context = 0 |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: