GDBVariableObject.st
Tue, 26 Feb 2019 09:27:50 +0000 Jan Vrany Clean up `GDBVariable(Object) >> #value` and `#valueString`
Thu, 01 Nov 2018 13:36:58 +0000 Jan Vrany Fix `GDBVariableObject >> updateChanged` to be an noop when thread is running
Fri, 26 Oct 2018 09:59:52 +0100 Jan Vrany Partability: use ANSI `#signal:` to raise an exception
Sat, 01 Sep 2018 22:57:06 +0100 Jan Vrany Fixes in `GDBVariable` and `GDBVariableObject` to make them polymprph
Mon, 04 Jun 2018 15:12:54 +0100 Jan Vrany Fixed `GDBVariableObject >> #duplicate` for children od dynamic varobjs
Mon, 04 Jun 2018 14:34:44 +0100 Jan Vrany Added support for dynamic varobjs
Fri, 09 Feb 2018 10:16:01 +0000 Jan Vrany Fixed `GDBVariableObject >> valueFormatted:` to work even if python pretty printing is enable
Wed, 07 Feb 2018 12:07:19 +0000 Jan Vrany API: added methods for querying debugger and target features
Tue, 13 Feb 2018 23:54:02 +0000 Jan Vrany Variable objecys: added `GDBVariableObject >> #visualizer` and `#visualizer:`
Tue, 13 Feb 2018 22:35:15 +0000 Jan Vrany Variable objects: added `GDBVariableObject >> #duplicate`
Tue, 13 Feb 2018 22:13:28 +0000 Jan Vrany Variable objects: keep track of frame in which variable object has been created
Mon, 05 Feb 2018 21:45:22 +0000 Jan Vrany Variable objects: added `#path` returning an absolute expression to access the value in source langiage
Sun, 04 Feb 2018 23:37:35 +0000 Jan Vrany Variable objects: invalidate variable object when thread on inferior terminates
Sat, 03 Feb 2018 22:37:17 +0000 Jan Vrany Variable objects: automagically update values whenever changed.
Thu, 15 Feb 2018 08:46:03 +0000 Jan Vrany Variable objects: preserve the identity of `GDBFrame` and `GDBVariable` objects
Mon, 29 Jan 2018 10:21:03 +0000 Jan Vrany Variable objects: delete var. objects that are no longer needed
Sun, 28 Jan 2018 22:19:27 +0000 Jan Vrany Variable objects: added support for composite types
Sat, 03 Feb 2018 21:32:37 +0000 Jan Vrany Fixed SubscriptionCollection >> value:
Thu, 23 Nov 2017 22:51:20 +0000 Jan Vrany License this package under 'GNU Lesser General Public License'
Tue, 13 Jun 2017 17:06:02 +0100 Jan Vrany Improved some #printOn: and #inspectorExtraAttributes to ease debugging
Thu, 19 Mar 2015 08:43:28 +0000 Jan Vrany Initial work on varobjs. Tests locks up an image, should be polished and folded.
less more (0) tip