- Sep 10, 2013
-
-
hjk authored
Should be superseded by using a LocalAdapter variant with (remote) DeviceProcess. Change-Id: I9834105ff677bfe5ca527778e9795efc3b677393 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- Sep 02, 2013
-
-
Christian Kandeler authored
A lot of our build system files specify unneeded include paths. These roughly fall into the following categories: a) Paths that are already set in more general files such as qtcreator.pri. b) Paths that serve no purpose at all, possibly left over from earlier versions of the project. c) Paths that act as workarounds for wrong include statements of the form '#include "xyz.h"', where xyz.h is not in the same directory as the including file. This patch removes such path specifications and fixes the offending include statements from case c). Tested on Linux, Windows and OSX with qmake and qbs. Change-Id: I039a8449f8a65df0d616b4c08081145c18ae4b15 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- Aug 30, 2013
-
-
hjk authored
The reasons for the always using this are history. Change-Id: If2b888eeea2af37fe56bdcb934b525e87976acbc Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
hjk authored
Change-Id: I5c76f8af720092d4e47b1a9fa889fb3a7010f21f Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Aug 19, 2013
-
-
Nicolas Arnaud-Cormos authored
Change-Id: I6b0d4956b5dcbd13ee26c72081f77e5d8a4f219b Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Aug 16, 2013
-
-
hjk authored
Even if current GDB git does not compile in that configuration, some people seem to be able to get this up and running, leading to dumper load failures and fallback to the no-more-existing compiled dumpers. Change-Id: I08ba6c43105c28b3406fce36049bfdf633e79e31 Reviewed-by:
Kai Koehne <kai.koehne@digia.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Jun 19, 2013
-
-
Orgad Shaneh authored
Required for gdb 7.6 Change-Id: I5d02a6b712fbd5c3f70ac4c83871b03197f95696 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Jun 07, 2013
-
-
hjk authored
It's covered by tst_dumper nowadays. Change-Id: Id6b91e5a4ad2ac2472d598c4f0ba4c95c334af6d Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- Jun 06, 2013
-
-
hjk authored
Change-Id: I266b1cef33e53250da79fac0473c3d45eb740ddb Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
All supported versions have it in that context. Change-Id: Iafff4760ba521ffc9abc4e05dbbc9263ed6fe21a Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Jun 05, 2013
-
-
Orgad Shaneh authored
They are unneeded, some of them are unmaintained Change-Id: I0ad87e152d8e2328b486b2f904f7cf9613004afe Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Jun 04, 2013
-
-
hjk authored
Trying to avoid that round-trip on versions that are known to not have it puts us on the mercy of detecting the version, which is unreliable by nature, and bad in practice, as proven by the recent MinGW builds. Change-Id: I122eb03fe0ddcb193ed8d45e672564f7113b662f Reviewed-by:
Ray Donnelly <mingw.android@gmail.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Jun 03, 2013
-
-
hjk authored
We need to distiguish between start of GDB itself (a.k.a .gdbinit-style customization) and after the dumper machinery is initialized, which is nowadays often delayed until the first stop hook. Change-Id: I40f1e7225c2043b8bcb7d50eef948bb3c9162bb6 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
It was in exactly the wrong branch. Change-Id: I0679c18dc9c049bb89c2cba47cb0762ad81e3024 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- May 28, 2013
-
-
hjk authored
Change-Id: Ic24e7f26228b4f1bc1e7ab3627e86036396584ed Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Version of gdb < 7.4 means we are on Mac, so we can disable commands that have known results there. Change-Id: I8fc97ed61c47af2c3d9e5cc2bf83e97661204d4f Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
We don't support GDB in the range 7.0...7.3 anymore where the outcome was unsure. Change-Id: I1ce76f5c4b1febe45c4a3b6404208fed7d9c6868 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
See sourceware.org/bugzilla/show_bug.cgi?id=12023. The workaround can cause hickups in the output parser of Mac gdb, as the error message is scattered within regular output without any markup. Change-Id: I835133e390403a0f8f6aa573d6f9c63cf0784187 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- May 26, 2013
-
-
hjk authored
Reduce compatibility issues e.g. on Mac. The previous versions are not working well anyway. Change-Id: If6cc7c1d4a85300d9bf054966216b52b35c0d1f2 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- May 24, 2013
-
-
Kai Koehne authored
This essentially reverts 3aa0e500 , which causes trouble e.g. for network paths and other corner cases. Change-Id: I12ceb5fbc68b7a3fc8010165acc910acd2d95e55 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Orgad Shaneh authored
Mostly internal mimetypes Change-Id: Ia84206f1334c1f83474cbc307e848719bb98adbc Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- May 23, 2013
-
-
hjk authored
Was accidentally disabled in 066efcd6. Change-Id: I64de0609a254aa2914142a4f75105b4140b6ae5b Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- May 15, 2013
-
-
Friedemann Kleint authored
Breakpoints by path are not hit if the path traverses symbolic links. Change-Id: I3ab5d1bead8333986444aec709c940840dfddbb4 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- May 07, 2013
-
-
hjk authored
Saves some line noise on the user side. Change-Id: I9c6d7542195fc7485ac4ee466cd42a28be95b8da Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- May 06, 2013
-
-
hjk authored
Less noise. Change-Id: I8e533c97207ff5b9c79182c4fb99993f1992154f Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Apr 30, 2013
-
-
Kai Koehne authored
Fixes a regression introduced by cb857b47 Task-number: QTCREATORBUG-9226 Change-Id: I619df0eb8b5f016aac54a0260eb941fd91a348aa Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Apr 25, 2013
-
-
Kai Koehne authored
Setting breakpoints by file name and line does not work robustly when using gdb, with neither the full path, nor with just the baseline. Since typically one of the options work, Creator offers a per-breakpoint choice of which approach to use. Traditionally, using the full path broke more often, so the default was "short". Lately (gdb 7.3+) using the full path seems to be more robust, so the default should be changed. Manual overriding to "short" is still possible. Change-Id: I9e857c86a63964bdacf9bebc5444ea752e5974f8 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- Apr 23, 2013
-
-
hjk authored
Change-Id: I5a3565179fdd8627387ba01370e6484d668e2160 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Apr 19, 2013
-
-
hjk authored
Change-Id: Ie79249039643041fd68da6766b0e6f3ca6080b86 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Apr 11, 2013
-
-
hjk authored
The engines know what they want, no need to guess again. Change-Id: Ie21b0e08eff8b81b217a08d4c47c35c35ae831d7 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Apr 10, 2013
-
-
hjk authored
- Split off GDB and LLDB specific parts into separate files, - Trigger loading of dumpers.py and qttypes.py from bridge.py - Read start up script at startup, not as part of dumper loading Change-Id: I7941ee535121fa0f43a466e5bb75a18c9bb19764 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: Ib700afa63739e6d26bdd97225265559d7112eadb Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Apr 08, 2013
-
-
hjk authored
This implements the host side of https://codereview.qt-project.org/#change,50290 Change-Id: I13c7df29534a2a85202c2b295b139896443b0120 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
BogDan Vatra <bogdan@kde.org> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Apr 02, 2013
-
-
hjk authored
Task-number: QTCREATORBUG-8949 Change-Id: If0cf1c1078a72a3e4a3d371d236bacac858b8046 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Mar 26, 2013
-
-
Friedemann Kleint authored
Change-Id: Ieeffe65be2d7c8f07f41f7211853d616a6aceb85 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
- Mar 22, 2013
-
-
Friedemann Kleint authored
Change-Id: Ia50e61a82101b699390b23b4f1ea9509619314bb Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
This enables the use "official gdb"-styly pretty printers from within Creator. In case there are both variants, Creator-style pretty printers are preferred. Change-Id: Iaa178d922dae4eaa1943e9d5b960a666f80fe4db Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
It's getting crowded... Change-Id: I24c1a87b013af485743573df7669739ad93f8a89 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Mar 11, 2013
-
-
Friedemann Kleint authored
Change-Id: I1c78f5f5a7174002cd25bea109d5fe795530cdb5 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Mar 08, 2013
-
-
hjk authored
This is in anticipation of a change of behavior break in the GDB/MI protocol, see http://permalink.gmane.org/gmane.comp.gdb.patches/83936 . Change-Id: I135c0a342da1fed13aaedfd9e27499d5ad892c5a Reviewed-by:
David Schulz <david.schulz@digia.com>
-