Commit Graph

5705 Commits

Author SHA1 Message Date
Oswald Buddenhagen 9d20a2abb4 make attaching adapters more robust
to make the behavior consistent across gdb versions, ignore the initial
*stopped which gdb7 delivers while attaching.

Reviewed-By: hjk
2009-10-30 17:47:51 +01:00
Oswald Buddenhagen 36a4fddaf0 less confusing: use the data type which was meant 2009-10-30 17:47:51 +01:00
Oswald Buddenhagen 2eade14143 remove superfluous casts 2009-10-30 17:47:51 +01:00
Oswald Buddenhagen ff72733ccd fix assertions relating to stack frames without a fullname
d'oh, of course, such frames *do* exist.

Reviewed-By: hjk
2009-10-30 17:47:51 +01:00
Oswald Buddenhagen e6be1526f1 make fullname parsing on windows less optimistic
seems like gdb 6.8 isn't any better than 6.4 wrt file name
normalization.

Reviewed-By: hjk
2009-10-30 17:47:51 +01:00
Friedemann Kleint c17dff4268 Debugger: Make Message prompt a gui-app.
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2009-10-30 17:44:51 +01:00
Friedemann Kleint ecf48086de Checkout wizard: Hangs on Windows when VCS binary is missing.
due to StartFailed being emitted from start(). Set state correctly,
improve error reporting.
Reviewed-by: con <qtc-commiter@nokia.com>
2009-10-30 17:40:33 +01:00
hjk 50961cb98d debugger: list registers only after we have a known target 2009-10-30 16:46:33 +01:00
Robert Loehning aa36a5b5fd Typo fixes in German translation.
Reviewed-by: Friedemann Kleint
2009-10-30 15:43:13 +01:00
Friedemann Kleint 4036d2e213 Documentation: Metnion proper Qt version to build.
Reviewed-by: kh
2009-10-30 14:01:45 +01:00
Friedemann Kleint 3a64a10357 S60: Increase timeout for TRK prompt.
Reviewed-by: Robert Loehning <robert.loehning@nokia.com>
2009-10-30 14:00:51 +01:00
Jarek Kobus 80a6ccc8a8 Update Polish translation 2009-10-30 14:00:35 +01:00
Friedemann Kleint 525b26d0cf CVS: Enable click on revision in filelog
Match regular expression depending on mode. Improve common VCS settings
layout.
Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
2009-10-30 13:57:36 +01:00
Friedemann Kleint 5f60b055c0 Debugger: Show slashes correctly in Stack frame tooltip. 2009-10-30 10:48:51 +01:00
Friedemann Kleint 0b37be6e22 Debugger: Completely replace C99 uintptr_t type by quintptr. 2009-10-30 09:16:27 +01:00
Robert Loehning cc94b9c638 Trk: Added i18n in Session::deviceDescription()
Reviewed-by: Oswald Buddenhagen
2009-10-29 20:49:40 +01:00
dt 4798ec5529 On qt version change updat qmakestep config widget
That is the effective qmake command and summary label.
2009-10-29 19:42:56 +01:00
hjk 074b719b79 debugger: add autotest for synchroneous dumpers
QVariant, QPoint[F], QSize[F], QRect[F]
2009-10-29 18:34:31 +01:00
hjk d0587eaf01 debugger: workaround for contradictory gdb messages 2009-10-29 18:34:31 +01:00
Friedemann Kleint c671251ac4 Final polishing of German translation. 2009-10-29 17:19:54 +01:00
con 162b0dae81 Version bump. 2009-10-29 17:17:49 +01:00
con 008168838f Version bump. 2009-10-29 17:15:55 +01:00
con 2be0845c74 Find filter actions must use filter id as id, not filter name. 2009-10-29 17:12:57 +01:00
Jarek Kobus e05980de26 Update Polish translation, fix shortcut in the "tip of the day".
RevBy: Daniel Molkentin <daniel.molkentin@nokia.com>
2009-10-29 16:45:57 +01:00
con f0f213263e Pre-fill build configuration name when adding one. 2009-10-29 16:02:23 +01:00
con 6039c31133 Show a dialog in case of mismatching build/run configurations. 2009-10-29 16:02:22 +01:00
con 4fc6a17d94 Add setting for GCCE tool chain path. 2009-10-29 16:02:20 +01:00
Friedemann Kleint 7b117ba975 Update German translation for Release candidate. 2009-10-29 15:57:57 +01:00
dt 3ff202f016 Add a make active label on the project pane for both edit debug 2009-10-29 15:57:34 +01:00
dt 171899d719 Add a Make this Buildconfiguration active label 2009-10-29 15:57:34 +01:00
Oswald Buddenhagen e903c4d9cd reset program location when we detect "spontaneous running"
i.e., don't allow user to confuse himself :)
2009-10-29 15:34:01 +01:00
Oswald Buddenhagen 1e96c67915 fix substituent in error message 2009-10-29 15:34:01 +01:00
Oswald Buddenhagen a3b52c5e03 gdb doesn't care for termination. just kill it. 2009-10-29 15:34:01 +01:00
Oswald Buddenhagen 3edcafedcd less inefficient 2009-10-29 15:34:01 +01:00
Oswald Buddenhagen 5e29374f87 ignore inferiorStartFailed after adapterCrashed
technically, it would be cleaner to handle that in the adapters,
but it is a lot of duplicated code without any gain.
2009-10-29 15:34:01 +01:00
Oswald Buddenhagen 7713fc514b do not post source & module list query commands too early
if the respective view is enabled, the manager will request the
initial update in some unholy state, probably AdapterStarting -
when gdb isn't up yet.
2009-10-29 15:34:01 +01:00
Oswald Buddenhagen 658f439398 missed some functions while marking iface impls with virtual 2009-10-29 15:34:00 +01:00
Oswald Buddenhagen 56053abbe8 in fact, older gdbs don't send *stopped after attaching 2009-10-29 15:34:00 +01:00
Oswald Buddenhagen ad3d1c5887 assert pid presence 2009-10-29 15:34:00 +01:00
Oswald Buddenhagen 954b2b1786 less noise 2009-10-29 15:34:00 +01:00
Oswald Buddenhagen 0c0925b69c couple breakpoint listing with source listing
the assumption is that pending breakpoints will only be resolved when
the source list changes. consequently it is pointless to update just
one of them.
2009-10-29 15:34:00 +01:00
Oswald Buddenhagen eee5e4b18b integrate handleStop2 into handleStop1
there seems to be no reason for delaying the display because
of -break-list
2009-10-29 15:34:00 +01:00
Oswald Buddenhagen 76b2f9f28e make sure that symgdb 6.4 "fullnames" are fully normalized 2009-10-29 15:34:00 +01:00
Friedemann Kleint 09f77930bc Debugger: Do not use C99 types for pointers in sprintf() formats.
Pointer fit into long or long long (Win64).
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2009-10-29 15:13:49 +01:00
Jonathan Courtois 224bae155b Update french translation
Merge-request: 1954
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2009-10-29 14:37:47 +01:00
Oswald Buddenhagen 6e6d6f784b work on french translation
this is a squashed result of some major merging messups. original authors are:

Alp Mestan <alpmestan@gmail.com>
Benjamin Poulain <benjamin.poulain@nokia.com>
Pierre Rossi <pierre.rossi@nokia.com>
2009-10-29 14:37:47 +01:00
Jonathan Courtois 7daa00636e don't use backticks as quotes in strings
Merge-request: 1954
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2009-10-29 14:37:47 +01:00
Robert Loehning 64e2519915 TRK: Changed strings.
Using "TRK" when referring to the protocol, "App TRK" when referring to the program on the device.

Reviewed-by: Oswald Buddenhagen
2009-10-29 14:18:49 +01:00
dt 6e154b3055 Don't crash if the restored default version index is out of range 2009-10-29 14:09:24 +01:00
Daniel Molkentin 6c66e771ac welcome mode: toNativeSeparators() for project tooltips 2009-10-29 13:37:41 +01:00