- 09 Sep, 2009 5 commits
-
-
hjk authored
That's the first step to make the gdb/trk Adapter work with the otherwise unmodified gdb engine. GdbProcessBase is inherited by GdbProcess and the gdb/trk Adapter. In the GdbProcess case it's just a wrapper around a QProcess running gdb, in the Adapter case it's the interface to the gdb process in the whole rfomm/gdb/gdbserver combo.
-
hjk authored
-
Oswald Buddenhagen authored
evaluating a file (which might not exist) is a bit different than just merging a (possibly empty) map ...
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
- 08 Sep, 2009 12 commits
-
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
gdb as it starts asking questions afterwards.
-
hjk authored
-
dt authored
Fixes a bug where the cmake plugin wasn't finding make, if the make commands directory was added to path in the build environment.
-
Thorbjørn Lindeijer authored
For implementing mouse navigation in the QML editor.
-
Erik Verbruggen authored
-
hjk authored
-
- 07 Sep, 2009 1 commit
-
-
mae authored
void main() { { } int i; }
-
- 04 Sep, 2009 8 commits
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
- 03 Sep, 2009 14 commits
-
-
dt authored
-
Daniel Molkentin authored
Rationale: The concept of a "Qt Dir" is dead ever since Qt can be installed. Specifying the qmake location otoh makes it possible to unambigously detect all parts of a Qt installation.
-
dt authored
Reviewed-By: hjk
-
dt authored
-
dt authored
-
hjk authored
-
dt authored
Also makes the code a lot smaller.
-
Alessandro Portale authored
-
dt authored
-
dt authored
If there are multiple files with the same name, then we try harder to find the correct one. That is for jom and nmake we have a relative path so we try to find a file which matches the relative path completly. Instead of just comparing the last part.
-
hjk authored
-
hjk authored
-
hjk authored
Basic TRK/adapter communication now works using "rfcomm listen /dev/rfcomm0 1 && ./adapter -f -v /dev/rfcomm0 127.0.0.1:3222 && ./cs-gdb" This is wrapped up in a "runner" binary
-
hjk authored
-