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
Tobias Hunger
qt-creator
Commits
3201d4ad
Commit
3201d4ad
authored
Jul 14, 2010
by
Friedemann Kleint
Committed by
hjk
Jul 14, 2010
Browse files
Rename breakpoint.cpp/h from CDB to avoid linker conflicts.
parent
87fc54fa
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/cdb/cdb.pri
View file @
3201d4ad
...
@@ -49,7 +49,7 @@ HEADERS += \
...
@@ -49,7 +49,7 @@ HEADERS += \
$$PWD/debugeventcallbackbase.h \
$$PWD/debugeventcallbackbase.h \
$$PWD/symbolgroupcontext.h \
$$PWD/symbolgroupcontext.h \
$$PWD/stacktracecontext.h \
$$PWD/stacktracecontext.h \
$$PWD/breakpoint.h
$$PWD/
core
breakpoint.h
HEADERS += \
HEADERS += \
$$PWD/cdbengine.h \
$$PWD/cdbengine.h \
...
@@ -74,7 +74,7 @@ SOURCES += \
...
@@ -74,7 +74,7 @@ SOURCES += \
# $$PWD/debugeventcallbackbase.cpp \
# $$PWD/debugeventcallbackbase.cpp \
# $$PWD/symbolgroupcontext.cpp \
# $$PWD/symbolgroupcontext.cpp \
# $$PWD/stacktracecontext.cpp \
# $$PWD/stacktracecontext.cpp \
# $$PWD/breakpoint.cpp
# $$PWD/
core
breakpoint.cpp
SOURCES += \
SOURCES += \
# $$PWD/cdbengine.cpp \
# $$PWD/cdbengine.cpp \
...
...
src/plugins/debugger/cdb/cdbbreakpoint.h
View file @
3201d4ad
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
#define CDBBREAKPOINTS_H
#define CDBBREAKPOINTS_H
#include "cdbcom.h"
#include "cdbcom.h"
#include "breakpoint.h"
#include "
core
breakpoint.h"
#include "breakhandler.h"
#include "breakhandler.h"
#include <QtCore/QString>
#include <QtCore/QString>
...
...
src/plugins/debugger/cdb/breakpoint.cpp
→
src/plugins/debugger/cdb/
core
breakpoint.cpp
View file @
3201d4ad
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
**
**
**************************************************************************/
**************************************************************************/
#include "breakpoint.h"
#include "
core
breakpoint.h"
#include "coreengine.h"
#include "coreengine.h"
#include <utils/qtcassert.h>
#include <utils/qtcassert.h>
...
...
src/plugins/debugger/cdb/breakpoint.h
→
src/plugins/debugger/cdb/
core
breakpoint.h
View file @
3201d4ad
...
@@ -47,7 +47,8 @@ namespace CdbCore {
...
@@ -47,7 +47,8 @@ namespace CdbCore {
* When/How many times it triggers can be influenced by
* When/How many times it triggers can be influenced by
* condition/ignorecount and 'oneshot'-flag. */
* condition/ignorecount and 'oneshot'-flag. */
// FIXME: Merge with/derive from Debugger::Internal::Breakpoint
// Note: File is named corebreakpoint.h/cpp to avoid conflicts with
// ../breakpoint.h/cpp.
struct
BreakPoint
struct
BreakPoint
{
{
...
...
src/plugins/debugger/cdb/stacktracecontext.cpp
View file @
3201d4ad
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
#include "stacktracecontext.h"
#include "stacktracecontext.h"
#include "symbolgroupcontext.h"
#include "symbolgroupcontext.h"
#include "breakpoint.h"
#include "
core
breakpoint.h"
#include "coreengine.h"
#include "coreengine.h"
#include <QtCore/QDir>
#include <QtCore/QDir>
...
...
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