Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
qt-creator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tobias Hunger
qt-creator
Commits
c7a48c67
Commit
c7a48c67
authored
Aug 28, 2009
by
hjk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debugger: revert accidentally commited changes in the dumpers
parent
7cd8ba8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
share/qtcreator/gdbmacros/gdbmacros.cpp
share/qtcreator/gdbmacros/gdbmacros.cpp
+1
-5
No files found.
share/qtcreator/gdbmacros/gdbmacros.cpp
View file @
c7a48c67
...
...
@@ -872,7 +872,7 @@ void QDumper::putHash(const char *name, QChar value)
endHash
();
}
#define DUMPUNKNOWN_MESSAGE "<not in scope
*
>"
#define DUMPUNKNOWN_MESSAGE "<not in scope>"
static
void
qDumpUnknown
(
QDumper
&
d
,
const
char
*
why
=
0
)
{
//d.putItem("iname", d.iname);
...
...
@@ -1311,7 +1311,6 @@ static void qDumpQFileInfo(QDumper &d)
if
(
d
.
dumpChildren
)
{
d
.
beginChildren
();
d
.
putHash
(
"absolutePath"
,
info
.
absolutePath
());
#if 0
d
.
putHash
(
"absoluteFilePath"
,
info
.
absoluteFilePath
());
d
.
putHash
(
"canonicalPath"
,
info
.
canonicalPath
());
d
.
putHash
(
"canonicalFilePath"
,
info
.
canonicalFilePath
());
...
...
@@ -1327,7 +1326,6 @@ static void qDumpQFileInfo(QDumper &d)
d
.
putHash
(
"group"
,
info
.
group
());
d
.
putHash
(
"owner"
,
info
.
owner
());
d
.
putHash
(
"path"
,
info
.
path
());
#endif
d
.
putHash
(
"groupid"
,
(
long
)
info
.
groupId
());
d
.
putHash
(
"ownerid"
,
(
long
)
info
.
ownerId
());
...
...
@@ -1355,7 +1353,6 @@ static void qDumpQFileInfo(QDumper &d)
d
.
endHash
();
//QDir absoluteDir () const
//QDir dir () const
#if 0
d
.
putHash
(
"caching"
,
info
.
caching
());
d
.
putHash
(
"exists"
,
info
.
exists
());
d
.
putHash
(
"isAbsolute"
,
info
.
isAbsolute
());
...
...
@@ -1401,7 +1398,6 @@ static void qDumpQFileInfo(QDumper &d)
d
.
putItem
(
"type"
,
NS
"QDateTime"
);
d
.
putItem
(
"numchild"
,
"1"
);
d
.
endHash
();
#endif
d
.
endChildren
();
}
...
...
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