Tue, 02 Oct 2018 10:56:33 +0100 API: add `GDBFrame >> hasSymbol` and `GDBFrame >> hasSource`
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 02 Oct 2018 10:56:33 +0100] rev 146
API: add `GDBFrame >> hasSymbol` and `GDBFrame >> hasSource`
Fri, 28 Sep 2018 09:56:36 +0100 Fix `GDBEventSubscription` w.r.t. uninitialized / partially initialized applications
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 28 Sep 2018 09:56:36 +0100] rev 145
Fix `GDBEventSubscription` w.r.t. uninitialized / partially initialized applications If the event observer (receiver of events) is an application (or view), the event is not processed within event dispatche loop but the pused back onot application (or view) sevent queue. However, we must be carefull since application windows may not yet be opened or fully initialized so we have to check for existence of sensor.
Wed, 26 Sep 2018 11:16:56 +0100 Add model for machine registers
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 26 Sep 2018 11:16:56 +0100] rev 144
Add model for machine registers To access machine registers and their values, a new API method `GDBFrame >> registersWithValues` is intruced in this commit.
Wed, 26 Sep 2018 13:25:40 +0100 Fixed synchronization bug in `GDBTransientDataHolder`
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 26 Sep 2018 13:25:40 +0100] rev 143
Fixed synchronization bug in `GDBTransientDataHolder` ...to prevent factory block being run twice if not necessary. After a quick, non-synchronized testc for sequence numbers, we have to test again in synchronized block!
Sat, 22 Sep 2018 00:48:20 +0100 Fix initialization of `GDBArch_x86`
Jan Vrany <jan.vrany@fit.cvut.cz> [Sat, 22 Sep 2018 00:48:20 +0100] rev 142
Fix initialization of `GDBArch_x86` ...to handle case when package `jv:dragonfly/udis86sx` is not available. This used to raise an error which caused VDB startup failure.
Mon, 10 Sep 2018 16:48:13 +0100 Add `GDBVariable >> parent`
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 10 Sep 2018 16:48:13 +0100] rev 141
Add `GDBVariable >> parent`
Sat, 08 Sep 2018 15:42:20 +0100 Make `GDBransientDataHoolder >> value` synchronized
Jan Vrany <jan.vrany@fit.cvut.cz> [Sat, 08 Sep 2018 15:42:20 +0100] rev 140
Make `GDBransientDataHoolder >> value` synchronized ...to prevent races.
Sat, 08 Sep 2018 10:19:57 +0100 Add `READNE.md`
Jan Vrany <jan.vrany@fit.cvut.cz> [Sat, 08 Sep 2018 10:19:57 +0100] rev 139
Add `READNE.md`
Mon, 03 Sep 2018 09:31:14 +0100 Move configuration of GDB executable to settings.
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 03 Sep 2018 09:31:14 +0100] rev 138
Move configuration of GDB executable to settings.
Sat, 01 Sep 2018 22:57:06 +0100 Fixes in `GDBVariable` and `GDBVariableObject` to make them polymprph
Jan Vrany <jan.vrany@fit.cvut.cz> [Sat, 01 Sep 2018 22:57:06 +0100] rev 137
Fixes in `GDBVariable` and `GDBVariableObject` to make them polymprph This is a bad workaround until GDB gets support for creating variable objects out of synthatic frame variables.
(0) -100 -10 +10 +100 tip