Skip to content
GitLab
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
fae36d9f
Commit
fae36d9f
authored
May 07, 2009
by
hjk
Browse files
debugger: code cosmetics
parent
cb33a440
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/cdb/cdbsymbolgroupcontext.cpp
View file @
fae36d9f
...
...
@@ -97,7 +97,7 @@ static inline QString getSymbolString(IDebugSymbolGroup2 *sg,
}
namespace
Debugger
{
namespace
Internal
{
namespace
Internal
{
static
inline
CdbSymbolGroupContext
::
SymbolState
getSymbolState
(
const
DEBUG_SYMBOL_PARAMETERS
&
p
)
{
...
...
@@ -125,7 +125,7 @@ CdbSymbolGroupContext *CdbSymbolGroupContext::create(const QString &prefix,
CIDebugSymbolGroup
*
symbolGroup
,
QString
*
errorMessage
)
{
CdbSymbolGroupContext
*
rc
=
new
CdbSymbolGroupContext
(
prefix
,
symbolGroup
);
CdbSymbolGroupContext
*
rc
=
new
CdbSymbolGroupContext
(
prefix
,
symbolGroup
);
if
(
!
rc
->
init
(
errorMessage
))
{
delete
rc
;
return
0
;
...
...
@@ -401,7 +401,7 @@ static QString formatArrayHelper(const Integer *array, int size, int base = 10)
{
QString
rc
;
const
QString
hexPrefix
=
QLatin1String
(
"0x"
);
const
QString
separator
=
QLatin1String
(
", "
);
const
QString
separator
=
QLatin1String
(
", "
);
const
bool
hex
=
base
==
16
;
for
(
int
i
=
0
;
i
<
size
;
i
++
)
{
if
(
i
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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