kdevplatform/debugger
KDevelop::IDebugSession Member List
This is the complete list of members for KDevelop::IDebugSession, including all inherited members.
ActiveState enum value | KDevelop::IDebugSession | |
blockSignals(bool block) | QObject | |
breakpointController() const =0 | KDevelop::IDebugSession | pure virtual |
checkConnectArgs(const char *signal, const QObject *object, const char *method) | QObject | protected |
child(const char *objName, const char *inheritsClass, bool recursiveSearch) const | QObject | |
childEvent(QChildEvent *event) | QObject | protectedvirtual |
children() const | QObject | |
className() const | QObject | |
clearCurrentPosition() | KDevelop::IDebugSession | protected |
clearExecutionPoint() | KDevelop::IDebugSession | signal |
connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const | QObject | |
connected_to_program enum value | KDevelop::IDebugSession | |
connectNotify(const char *signal) | QObject | protectedvirtual |
convertToLocalUrl(const QPair< QUrl, int > &remoteUrl) const | KDevelop::IDebugSession | virtual |
convertToRemoteUrl(const QPair< QUrl, int > &localUrl) const | KDevelop::IDebugSession | virtual |
currentAddr() const | KDevelop::IDebugSession | |
currentLine() const | KDevelop::IDebugSession | |
currentUrl() const | KDevelop::IDebugSession | |
customEvent(QEvent *event) | QObject | protectedvirtual |
debugger_busy enum value | KDevelop::IDebugSession | |
debugger_exited enum value | KDevelop::IDebugSession | |
debugger_ready enum value | KDevelop::IDebugSession | |
DebuggerState enum name | KDevelop::IDebugSession | |
deleteLater() | QObject | |
destroyed(QObject *obj) | QObject | |
disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method) | QObject | static |
disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) | QObject | static |
disconnect(const char *signal, const QObject *receiver, const char *method) | QObject | |
disconnect(const QObject *receiver, const char *method) | QObject | |
disconnectNotify(const char *signal) | QObject | protectedvirtual |
dumpObjectInfo() | QObject | |
dumpObjectTree() | QObject | |
dynamicPropertyNames() const | QObject | |
EndedState enum value | KDevelop::IDebugSession | |
event(IDebugSession::event_t e) | KDevelop::IDebugSession | signal |
event(QEvent *e) | KDevelop::IDebugSession | |
QObject::event(QEvent *e) | QObject | virtual |
event_t enum name | KDevelop::IDebugSession | |
eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
findChild(const QString &name) const | QObject | |
findChildren(const QString &name) const | QObject | |
findChildren(const QRegExp ®Exp) const | QObject | |
finished() | KDevelop::IDebugSession | signal |
frameStackModel() const =0 | KDevelop::IDebugSession | pure virtual |
IDebugSession() | KDevelop::IDebugSession | |
inherits(const char *className) const | QObject | |
insertChild(QObject *object) | QObject | |
installEventFilter(QObject *filterObj) | QObject | |
interruptDebugger()=0 | KDevelop::IDebugSession | pure virtualslot |
isA(const char *className) const | QObject | |
isRunning() const | KDevelop::IDebugSession | |
isWidgetType() const | QObject | |
jumpToCursor()=0 | KDevelop::IDebugSession | pure virtualslot |
killDebuggerNow()=0 | KDevelop::IDebugSession | pure virtualslot |
killTimer(int id) | QObject | |
metaObject() const | QObject | virtual |
moveToThread(QThread *targetThread) | QObject | |
name() const | QObject | |
name(const char *defaultName) const | QObject | |
normalizeSignalSlot(const char *signalSlot) | QObject | protectedstatic |
NotStartedState enum value | KDevelop::IDebugSession | |
objectName | QObject | |
objectName() const | QObject | |
parent() const | QObject | |
PausedState enum value | KDevelop::IDebugSession | |
program_exited enum value | KDevelop::IDebugSession | |
program_running enum value | KDevelop::IDebugSession | |
program_state_changed enum value | KDevelop::IDebugSession | |
property(const char *name) const | QObject | |
QObject(QObject *parent) | QObject | |
QObject(QObject *parent, const char *name) | QObject | |
raiseEvent(event_t e) | KDevelop::IDebugSession | protectedvirtual |
raiseFramestackViews() | KDevelop::IDebugSession | signal |
receivers(const char *signal) const | QObject | protected |
removeChild(QObject *object) | QObject | |
removeEventFilter(QObject *obj) | QObject | |
restartAvaliable() const =0 | KDevelop::IDebugSession | pure virtual |
restartDebugger()=0 | KDevelop::IDebugSession | pure virtualslot |
run()=0 | KDevelop::IDebugSession | pure virtualslot |
runToCursor()=0 | KDevelop::IDebugSession | pure virtualslot |
sender() const | QObject | protected |
senderSignalIndex() const | QObject | protected |
setCurrentPosition(const QUrl &url, int line, const QString &addr) | KDevelop::IDebugSession | protected |
setName(const char *name) | QObject | |
setObjectName(const QString &name) | QObject | |
setParent(QObject *parent) | QObject | |
setProperty(const char *name, const QVariant &value) | QObject | |
showStepInDisassemble(const QString &addr) | KDevelop::IDebugSession | signal |
showStepInSource(const QUrl &file, int line, const QString &addr) | KDevelop::IDebugSession | signal |
signalsBlocked() const | QObject | |
StartingState enum value | KDevelop::IDebugSession | |
startTimer(int interval) | QObject | |
state() const =0 | KDevelop::IDebugSession | pure virtual |
stateChanged(KDevelop::IDebugSession::DebuggerState state) | KDevelop::IDebugSession | signal |
stepInto()=0 | KDevelop::IDebugSession | pure virtualslot |
stepIntoInstruction()=0 | KDevelop::IDebugSession | pure virtualslot |
stepOut()=0 | KDevelop::IDebugSession | pure virtualslot |
stepOver()=0 | KDevelop::IDebugSession | pure virtualslot |
stepOverInstruction()=0 | KDevelop::IDebugSession | pure virtualslot |
stopDebugger()=0 | KDevelop::IDebugSession | pure virtualslot |
StoppedState enum value | KDevelop::IDebugSession | |
StoppingState enum value | KDevelop::IDebugSession | |
thread() const | QObject | |
thread_or_frame_changed enum value | KDevelop::IDebugSession | |
timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
tr(const char *sourceText, const char *disambiguation, int n) | QObject | static |
trUtf8(const char *sourceText, const char *disambiguation, int n) | QObject | static |
variableController() const =0 | KDevelop::IDebugSession | pure virtual |
~IDebugSession() override | KDevelop::IDebugSession | |
~QObject() | QObject | virtual |
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Sun Apr 18 2021 23:30:06 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Sun Apr 18 2021 23:30:06 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.