Tue, 13 Jun 2017 17:06:02 +0100 Improved some #printOn: and #inspectorExtraAttributes to ease debugging
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 13 Jun 2017 17:06:02 +0100] rev 83
Improved some #printOn: and #inspectorExtraAttributes to ease debugging
Mon, 12 Jun 2017 10:00:44 +0100 Added #enablePrettyPrinting and #enableFrameFilters to allow Python scripts to augment presentation
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 12 Jun 2017 10:00:44 +0100] rev 82
Added #enablePrettyPrinting and #enableFrameFilters to allow Python scripts to augment presentation Once enabled, it cannot be turned off - a limitation og GDB itself.
Tue, 06 Jun 2017 09:37:04 +0100 Fixed and improvemets in `GDBThreadGroup` API
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 06 Jun 2017 09:37:04 +0100] rev 81
Fixed and improvemets in `GDBThreadGroup` API * Fixed `#isRunning` (need to keep track of this in an instvar) * Iomproved `#isDead`, added `#isFinished` and `#isTerminated` * Fixed `#executable` to answer path to executable
Mon, 05 Jun 2017 17:56:05 +0100 Added API to attach to a running process.
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 05 Jun 2017 17:56:05 +0100] rev 80
Added API to attach to a running process.
Thu, 01 Jun 2017 12:15:43 +0100 `GDBProcess` refatored to have console interpreter on STDIN/STDOUT
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 01 Jun 2017 12:15:43 +0100] rev 79
`GDBProcess` refatored to have console interpreter on STDIN/STDOUT ...and spawn an extra MI2 interpreter on extra-allocated PTY. This way we'll get command completion, command editing and so on for free. For details, see Pedro Alves's explanation: https://sourceware.org/ml/gdb/2017-01/msg00039.html
Fri, 26 May 2017 08:05:28 +0100 BUpdated build files.
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 26 May 2017 08:05:28 +0100] rev 78
BUpdated build files.
Fri, 26 May 2017 08:03:41 +0100 Removed simulated test - as the interface to GDB changes, recorded sessions are no longer valid.
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 26 May 2017 08:03:41 +0100] rev 77
Removed simulated test - as the interface to GDB changes, recorded sessions are no longer valid.
Wed, 24 May 2017 15:22:08 +0100 Fixed `GDBVariable>>varobj` to actually keep the varobj
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 24 May 2017 15:22:08 +0100] rev 76
Fixed `GDBVariable>>varobj` to actually keep the varobj
Fri, 26 Feb 2016 09:48:21 +0000 Merge
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 26 Feb 2016 09:48:21 +0000] rev 75
Merge
Thu, 19 Mar 2015 08:43:28 +0000 Initial work on varobjs. Tests locks up an image, should be polished and folded.
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 19 Mar 2015 08:43:28 +0000] rev 74
Initial work on varobjs. Tests locks up an image, should be polished and folded.
(0) -10 +10 +100 tip