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
F
flatpak-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
Marco Bubke
flatpak-qt-creator
Commits
034cff46
Commit
034cff46
authored
Jul 27, 2016
by
Oswald Buddenhagen
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/4.0' into 4.1
Change-Id: I71d3064a5f65ec658a7ecf248bdce0a3aeea89f4
parents
b4bb1e97
7f07ec41
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
share/qtcreator/debugger/gdbbridge.py
share/qtcreator/debugger/gdbbridge.py
+5
-5
tests/manual/proparser/main.cpp
tests/manual/proparser/main.cpp
+2
-0
No files found.
share/qtcreator/debugger/gdbbridge.py
View file @
034cff46
...
...
@@ -256,11 +256,6 @@ class Dumper(DumperBase):
self
.
qtNamespaceToReport
=
None
self
.
interpreterBreakpointResolvers
=
[]
# The guess does not need to be updated during a fetchVariables()
# as the result is fixed during that time (ignoring "active"
# dumpers causing loading of shared objects etc).
self
.
currentQtNamespaceGuess
=
None
def
prepare
(
self
,
args
):
self
.
output
=
[]
self
.
currentIName
=
""
...
...
@@ -294,6 +289,11 @@ class Dumper(DumperBase):
#warn("EXPANDED INAMES: %s" % self.expandedINames)
#warn("WATCHERS: %s" % self.watchers)
# The guess does not need to be updated during a fetchVariables()
# as the result is fixed during that time (ignoring "active"
# dumpers causing loading of shared objects etc).
self
.
currentQtNamespaceGuess
=
None
def
listOfLocals
(
self
):
frame
=
gdb
.
selected_frame
()
...
...
tests/manual/proparser/main.cpp
View file @
034cff46
...
...
@@ -189,6 +189,8 @@ int main(int argc, char **argv)
qCritical
(
"usage: testreader [-v] [-d [-d]] [-c] <filenme> [<out_pwd>] [<variable assignments>]"
);
return
3
;
}
option
.
commitCommandLineArguments
(
state
);
option
.
useEnvironment
();
if
(
out_pwd
.
isEmpty
())
out_pwd
=
in_pwd
;
option
.
setDirectories
(
in_pwd
,
out_pwd
);
...
...
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