JAVADebugger::DbgController Class Reference
#include <dbgcontroller.h>
Inheritance diagram for JAVADebugger::DbgController:

Public Slots | |
virtual void | slotStart (const QString &application, const QString &args, const QString &sDbgShell=QString())=0 |
virtual void | slotCoreFile (const QString &coreFile)=0 |
virtual void | slotAttachTo (int pid)=0 |
virtual void | slotRun ()=0 |
virtual void | slotRunUntil (const QString &fileName, int lineNum)=0 |
virtual void | slotStepInto ()=0 |
virtual void | slotStepOver ()=0 |
virtual void | slotStepIntoIns ()=0 |
virtual void | slotStepOverIns ()=0 |
virtual void | slotStepOutOff ()=0 |
virtual void | slotBreakInto ()=0 |
virtual void | slotBPState (Breakpoint *BP)=0 |
virtual void | slotDisassemble (const QString &start, const QString &end)=0 |
virtual void | slotMemoryDump (const QString &start, const QString &amount)=0 |
virtual void | slotRegisters ()=0 |
virtual void | slotLibraries ()=0 |
virtual void | slotExpandItem (VarItem *parent)=0 |
virtual void | slotExpandUserItem (VarItem *parent, const QCString &userRequest)=0 |
virtual void | slotSelectFrame (int frame)=0 |
virtual void | slotSetLocalViewState (bool onOff)=0 |
Signals | |
void | rawData (const QString &rawData) |
void | gotoSourcePosition (const QString &fileName, int lineNum) |
void | rawJDBBreakpointList (char *buf) |
void | rawJDBBreakpointSet (char *buf, int key) |
void | rawJDBDisassemble (char *buf) |
void | rawJDBMemoryDump (char *buf) |
void | rawJDBRegisters (char *buf) |
void | rawJDBLibraries (char *buf) |
void | ttyStdout (const char *output) |
void | ttyStderr (const char *output) |
Public Member Functions | |
DbgController () | |
virtual | ~DbgController () |
virtual void | reConfig ()=0 |
Protected Slots | |
virtual void | slotDbgStdout (KProcess *proc, char *buf, int buflen)=0 |
virtual void | slotDbgStderr (KProcess *, char *, int) |
virtual void | slotDbgWroteStdin (KProcess *proc)=0 |
virtual void | slotDbgProcessExited (KProcess *proc)=0 |
Protected Member Functions | |
virtual void | queueCmd (DbgCommand *cmd, bool executeNext)=0 |
virtual char * | parse (char *str)=0 |
Protected Attributes | |
KProcess * | dbgProcess_ |
Constructor & Destructor Documentation
|
Definition at line 26 of file dbgcontroller.cpp. |
|
Definition at line 33 of file dbgcontroller.cpp. References dbgProcess_. |
Member Function Documentation
|
|
|
Implemented in JAVADebugger::JDBController. |
|
Implemented in JAVADebugger::JDBController. |
|
Reimplemented in JAVADebugger::JDBController. |
|
Reimplemented in JAVADebugger::JDBController. |
|
Reimplemented in JAVADebugger::JDBController. |
|
Reimplemented in JAVADebugger::JDBController. |
|
Reimplemented in JAVADebugger::JDBController. |
|
Reimplemented in JAVADebugger::JDBController. |
|
Reimplemented in JAVADebugger::JDBController. |
|
Implemented in JAVADebugger::JDBController. |
|
Implemented in JAVADebugger::JDBController. |
|
Implemented in JAVADebugger::JDBController. |
|
Implemented in JAVADebugger::JDBController. Referenced by JAVADebugger::JavaDebuggerPart::slotPause(). |
|
Implemented in JAVADebugger::JDBController. |
|
Implemented in JAVADebugger::JDBController. |
|
Reimplemented in JAVADebugger::JDBController. Definition at line 115 of file dbgcontroller.h. References slotDbgStderr(). Referenced by slotDbgStderr(). |
|
Implemented in JAVADebugger::JDBController. |
|
Implemented in JAVADebugger::JDBController. |
|
Implemented in JAVADebugger::JDBController. |
|
Implemented in JAVADebugger::JDBController. |
|
Implemented in JAVADebugger::JDBController. |
|
Implemented in JAVADebugger::JDBController. |
|
Implemented in JAVADebugger::JDBController. |
|
Implemented in JAVADebugger::JDBController. |
|
Implemented in JAVADebugger::JDBController. Referenced by JAVADebugger::JavaDebuggerPart::slotContinue(), and JAVADebugger::JavaDebuggerPart::slotRun(). |
|
Implemented in JAVADebugger::JDBController. |
|
Implemented in JAVADebugger::JDBController. |
|
Implemented in JAVADebugger::JDBController. |
|
Implemented in JAVADebugger::JDBController. Referenced by JAVADebugger::JavaDebuggerPart::startDebugger(). |
|
Implemented in JAVADebugger::JDBController. Referenced by JAVADebugger::JavaDebuggerPart::slotStepInto(). |
|
Implemented in JAVADebugger::JDBController. Referenced by JAVADebugger::JavaDebuggerPart::slotStepIntoInstruction(). |
|
Implemented in JAVADebugger::JDBController. Referenced by JAVADebugger::JavaDebuggerPart::slotStepOut(). |
|
Implemented in JAVADebugger::JDBController. Referenced by JAVADebugger::JavaDebuggerPart::slotStepOver(). |
|
Implemented in JAVADebugger::JDBController. |
|
Reimplemented in JAVADebugger::JDBController. |
|
Reimplemented in JAVADebugger::JDBController. |
Member Data Documentation
|
Definition at line 132 of file dbgcontroller.h. Referenced by ~DbgController(). |
The documentation for this class was generated from the following files:
- languages/java/debugger/dbgcontroller.h
- languages/java/debugger/dbgcontroller.cpp