Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
3bf07894
Commit
3bf07894
authored
Jul 13, 2010
by
Robert Loehning
Committed by
hjk
Jul 14, 2010
Browse files
Compile fixes.
parent
887e21da
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/cdb/cdbengine.cpp
View file @
3bf07894
...
...
@@ -225,13 +225,6 @@ CdbEngine::~CdbEngine()
delete
m_d
;
}
void
CdbEngine
::
setState
(
DebuggerState
state
,
const
char
*
func
,
int
line
)
{
if
(
debugCDB
)
qDebug
()
<<
"setState("
<<
state
<<
") at "
<<
func
<<
':'
<<
line
;
DebuggerEngine
::
setState
(
state
);
}
void
CdbEngine
::
shutdownInferior
()
{
notifyInferiorShutdownOk
();
...
...
src/plugins/debugger/cdb/cdbengine.h
View file @
3bf07894
...
...
@@ -109,7 +109,6 @@ private slots:
private:
void
startupChecks
();
void
setState
(
DebuggerState
state
,
const
char
*
func
,
int
line
);
inline
bool
startAttachDebugger
(
qint64
pid
,
DebuggerStartMode
sm
,
QString
*
errorMessage
);
void
processTerminated
(
unsigned
long
exitCode
);
void
evaluateWatcher
(
WatchData
*
wd
);
...
...
src/plugins/debugger/gdb/gdbengine.h
View file @
3bf07894
...
...
@@ -110,7 +110,6 @@ private: ////////// General Interface //////////
virtual
void
runEngine
();
virtual
unsigned
debuggerCapabilities
()
const
;
virtual
void
quitDebugger
();
virtual
void
detachDebugger
();
virtual
void
shutdownEngine
();
virtual
void
shutdownInferior
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment