"README.md" did not exist on "d918a320907f66598b1f7af8a71d6cb9964f0835"
- Oct 14, 2009
-
-
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
-
Oswald Buddenhagen authored
it is currently unused. do not just remove it, as hjk says he wants to revive it.
-
Robert Loehning authored
-
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.
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
hjk authored
-
hjk authored
-
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
-
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
-
- Oct 09, 2009
-
-
con authored
-
Robert Loehning authored
-
con authored
Reviewed-by: dt
-
Roberto Raggi authored
Renamed doockToolBarWidgets
-