- 13 Oct, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
Found by Roberto.
-
- 12 Oct, 2009 25 commits
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
gdb can be started before the debugee, so do it. that's more in line with the other adapters.
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
hjk authored
-
con authored
-
hjk authored
-
Daniel Molkentin authored
Reviewed-By: con
-
Daniel Molkentin authored
Reviewed-By: TrustMe
-
con authored
Reviewed-by: dt
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
each command can have only one of two legitimate responses: "error" or - depending on the command, and thus declared via a flag - "done" or "running". this is way nicer than sprinkling the code with else-ifs (where elses are sufficient) and asserts all over the place - and silently failing in release builds.
-
Oswald Buddenhagen authored
-
hjk authored
For the case that gdb can give all the interesting data in one go.
-
hjk authored
more verbose than base64 but also less work on the dumper side
-
Roberto Raggi authored
-
dt authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Rohan McGovern authored
These .pri files which add to INCLUDEPATH and have FORMS should also add to DEPENDPATH. Adding to INCLUDEPATH does not add to DEPENDPATH by default with qmake. That means qmake may not find headers in those paths and won't consider them dependencies when compiling the source files which include them. This doesn't matter when all the headers in the new INCLUDEPATH are always present, but when some of them are generated (e.g. from FORMS), the dependencies are important and omitting them means a race condition in parallel builds. Fixes errors of the form: ..\..\shared\help\topicchooser.h(33) : fatal error C1083: Cannot open include file: 'ui_topicchooser.h': No such file or directory (cherry picked from commit 9a7e0294)
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- 09 Oct, 2009 14 commits
-
-
con authored
-
con authored
-
Robert Loehning authored
-
con authored
Reviewed-by: dt
-
Daniel Molkentin authored
-
Roberto Raggi authored
Renamed doockToolBarWidgets
-
Friedemann Kleint authored
Add utility to figure out DLL/Product versions.
-
Oswald Buddenhagen authored
this drastically improves the usefulness of the debugger output window by making internal and external messages appear in sync.
-
Robert Loehning authored
Reviewed-by: Daniel Molkentin
-
Daniel Molkentin authored
Reviewed-By: con
-
Daniel Molkentin authored
Also, remove COM port selection on windows. It is taken from the run configuration in case of Windows anyway. Reviewed-By: Friedemann Kleint
-
Robert Loehning authored
-
con authored
-
Robert Loehning authored
-