- 29 Oct, 2009 5 commits
-
-
Oswald Buddenhagen authored
technically, it would be cleaner to handle that in the adapters, but it is a lot of duplicated code without any gain.
-
Oswald Buddenhagen authored
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.
-
Oswald Buddenhagen authored
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.
-
Oswald Buddenhagen authored
there seems to be no reason for delaying the display because of -break-list
-
Oswald Buddenhagen authored
-
- 28 Oct, 2009 4 commits
- 27 Oct, 2009 7 commits
-
-
Oswald Buddenhagen authored
doesn't seem to serve any purpose at this time.
-
Oswald Buddenhagen authored
and the latter is auto-tiggered by pretty much any breakpoint event. this will kinda ensure that the markers are up-to date.
-
Oswald Buddenhagen authored
those pesky nested event loops ... i pondered various other scenarios (in particular, the adapter or gdb crashing while the nested loop is running), but did not discover serious side effects of it, so i'm not trying to handle it specially.
-
Oswald Buddenhagen authored
-
hjk authored
-
hjk authored
-
Friedemann Kleint authored
Handle QVariantList within dumpers, as gdb does not resolve typedefs. Disconnect the gdb process on exit, one more round of event loop when quitting.
-
- 26 Oct, 2009 3 commits
-
-
Oswald Buddenhagen authored
this isn't bullet-proof - integrated error messages are already translated. but at least we know *where* the message comes from. also, saves the translators from some pretty useless work.
-
Oswald Buddenhagen authored
-
Friedemann Kleint authored
- Remove old rfcomm process handler from TrkGdbAdapter, use Bluetooth starter instead - Synchronous connection, remove waitForTrkConnect() - Move gdb start into Trk version answer, pass on settings id hint - Prevent exit crash triggered by signal gdbProcessFinished() - Set DebuggerNotReady correctly on AdapterStartFailed when no gdb is started yet
-
- 23 Oct, 2009 12 commits
-
-
Oswald Buddenhagen authored
specifically, we need it iff the user gets to see the stopped inferior
-
Oswald Buddenhagen authored
seems to have been an artifact from an early version. it was unreachable (gdb going wild notwithstanding), and would do Strange Stuff (TM) if it ever were reached.
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
first, try harder to have an up-to-date sources list. then, use the mapping whenever applicable and available.
-
Oswald Buddenhagen authored
when queuing up commands, don't interrupt if we are already waiting for interruption. that will be the case when other commands area already queued.
-
Oswald Buddenhagen authored
if there are already commands queued for running after temporary break, then *all* commands must queued up or their order will change.
-
Oswald Buddenhagen authored
*in theory*, there is no way we could at any point know more than gdb knows and tells us about full path names. let's see what practice shows for the gdbs we support ...
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
and fix typo in debug message :)=
-
hjk authored
-
- 22 Oct, 2009 7 commits
-
-
Oswald Buddenhagen authored
this is an epic fail for older gdbs which don't report library events, but at least we tried.
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
in theory, we should support fsf gdb on apple now. this also cleans and documents some execution paths.
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
- 21 Oct, 2009 2 commits
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-