- Oct 16, 2009
-
-
Roberto Raggi authored
-
hjk authored
-
hjk authored
-
hjk authored
-
Roberto Raggi authored
Share code with ResolveExpression.
-
- Oct 15, 2009
-
-
Daniel Molkentin authored
Also, shortened checks on possible CDB locations. Reviewed-By: Friedemann Kleint
-
Daniel Molkentin authored
Also, remove bogus default defines. Reviewed-By: joerg
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
Daniel Molkentin authored
Reviewed-By: TrustMe
-
Friedemann Kleint authored
As otherwise breaking when attaching to running processes does not work as the startup trap is not received.
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
It was not working for files opened while indexing the project.
-
- Oct 14, 2009
-
-
Aaron McCarthy authored
Creator fails to set up the build environment with MSVC 2008 and Windows Mobile SDK 6. This is caused by two problems: 1. The toolchain was being searched for in C:\Program Files\Microsoft Visual Studio 9.0\VC\VC The correct path is C:\Program Files\Microsoft Visual Studio 9.0\VC 2. Include statements in mkspecs were not being processed. All of the important variables are set in files included from the wincewm60{standard,professional}-msvc2008 mkspecs.
-
Daniel Molkentin authored
-
Friedemann Kleint authored
-
Roberto Raggi authored
-
Kai Koehne authored
Default background of Rectangle is white anyway.
-
Friedemann Kleint authored
... with an event loop with disabled user input to keep the GUI alive.
-
ck authored
-
hjk authored
-
- Oct 13, 2009
-
-
Oswald Buddenhagen authored
specifically, this will skip the initial stop at _start when using the terminal and remote adapters.
-
Oswald Buddenhagen authored
FIXME: if the attached to program has no relation to the currently selected run configuration, the qt version config dialog will pop up rather effectlessly and thus confusingly.
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
after refactoring the trk adapter startup, the split was not necessary any more. in fact, it seemed fairly arbitrary at this point.
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
it is currently unused. do not just remove it, as hjk says he wants to revive it.
-
dt authored
-
Roberto Raggi authored
-
Friedemann Kleint authored
- Turn off initial breakpoint when attaching (terminal) and additionally ignore it before the first startup complete - Refuse to step the artifical thread created when interrupting - If possible, switch to thread 0 when interupting (do not use artificial thread) - Ignore non-fatal exceptions in dumper calls (stray Startup- complete-traps) - Use right thread for dumper call loading - Rename windows exception code enumeration - Turn off modification off watch-data children by setType, show empty lists correctly. - Verbose warnings about inserting invalid watch data.
-
Roberto Raggi authored
-
Thorbjørn Lindeijer authored
Found by Roberto.
-
- Oct 12, 2009
-
-
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.
-