- Oct 24, 2013
-
-
Friedemann Kleint authored
They are a hassle for translators and reviewers alike. Change-Id: I363138212b692cf75fe1605df8af3721315d37e1 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Oct 22, 2013
-
-
hjk authored
... and work around the pecularities on the dumper side instead. Change-Id: I0c2703aae13dabc0f3f45efb46bd556c8741a15f Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Friedemann Kleint authored
They are a hassle for translators and reviewers alike. Change-Id: I07c1b61e8b6719e54fdc1f69cf63f573119a6776 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Robert Loehning <robert.loehning@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Oct 14, 2013
-
-
hjk authored
Change-Id: Iee9201daa8d42ee4231895b1c78387acbc7caaac Reviewed-by:
David Schulz <david.schulz@digia.com>
-
hjk authored
The Editor itself is not really used. Task-number: QTCREATORBUG-10358 Change-Id: I94620ed7b3b1d6b02c4eef2a359f991217b0a00b Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Oct 10, 2013
-
-
Nikolai Kosjar authored
Only methods as programming functions are affected. Besides renaming some actions like "Switch Between Function Declaration/Definition" this mostly touches (api) code comments. This is a follow-up patch to commit 872bfb70. Change-Id: Icb65e8d73b59a022f8885b14df497169543a3b92 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Sep 26, 2013
-
-
hjk authored
Change-Id: I56a09dd89d2ac086ee264432510fd39b5efe69c5 Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Sep 20, 2013
-
-
Tim Sander authored
This patch adds the baremetal plugin. The baremetal plugin is for debugging small targets with hardware debugger where the remote linux plugin does not fit. It adds a new kit and device class of type baremetal. The device allows entering custom gdb commands. Currently only qmake builds are possible. To use this with smaller devices without qt a fake-qt installation is needed. CMake and qbs is currently not supported. Change-Id: I86816f897a2e9ed8b95e3184387969cedf8a14d7 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Sep 19, 2013
-
-
hjk authored
Task-number: QTCREATORBUG-10096 Change-Id: Ia9458840247ae1815751e3c58e1f21990af0cc34 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Looks like Ubuntu 13.10 will ship GDB linked to Python 3.3. Change-Id: I748e8461531a3554d27ebfbf7af33385f69586c0 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Sep 10, 2013
-
-
hjk authored
Change-Id: I46e8b4347205791eeb6ebd3ebbde9a993d892e93 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: Idb2197e429df2fb166f042649d3e95e88c28203e Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
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 09, 2013
-
-
Leena Miettinen authored
Remove \brief commands from function descriptions. Use QDoc commands for notes and lists. Write GDB in all caps. Fix punctuation and style and grammar issues. Change-Id: I7f5bf0f53ad643eb4e2981c0d4e39c453dff5558 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@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>
-