Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
a05e5da6
Commit
a05e5da6
authored
May 09, 2011
by
Friedemann Kleint
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compiler warnings.
parent
d097037d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/plugins/debugger/cdb/cdbengine.cpp
src/plugins/debugger/cdb/cdbengine.cpp
+1
-1
src/plugins/debugger/cdb/cdbparsehelpers.cpp
src/plugins/debugger/cdb/cdbparsehelpers.cpp
+2
-2
No files found.
src/plugins/debugger/cdb/cdbengine.cpp
View file @
a05e5da6
...
...
@@ -2347,7 +2347,7 @@ bool CdbEngine::acceptsBreakpoint(BreakpointId id) const
switch
(
data
.
type
)
{
case
UnknownType
:
case
BreakpointAtFork
:
//
case
Break
pointAt
VFork
:
case
Watch
pointAt
Expression
:
case
BreakpointAtSysCall
:
return
false
;
case
WatchpointAtAddress
:
...
...
src/plugins/debugger/cdb/cdbparsehelpers.cpp
View file @
a05e5da6
...
...
@@ -104,7 +104,7 @@ static BreakpointParameters fixWinMSVCBreakpoint(const BreakpointParameters &p)
case
BreakpointByFunction
:
case
BreakpointByAddress
:
case
BreakpointAtFork
:
//
case
Break
pointAt
VFork
:
case
Watch
pointAt
Expression
:
case
BreakpointAtSysCall
:
case
WatchpointAtAddress
:
break
;
...
...
@@ -157,7 +157,7 @@ QByteArray cdbAddBreakpointCommand(const BreakpointParameters &bpIn,
switch
(
bp
.
type
)
{
case
BreakpointAtFork
:
case
BreakpointAtExec
:
//
case
Break
pointAt
VFork
:
case
Watch
pointAt
Expression
:
case
BreakpointAtSysCall
:
case
UnknownType
:
case
BreakpointAtCatch
:
...
...
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