Smalltalk GDB RSP client
# SmallRSP This is the GDB RSP client in Smalltalk, as described in Cambridge [[1]](#1) and Brescia [[2]](#2). ## References <a id="1">[1]</a> Shingarov, B. (2014). Modern problems for the Smalltalk VM. ACM SIGPLAN: IWST, Cambridge, UK. <a id="2">[2]</a> Shingarov, B. (2015). Live Introspection of Target-Agnostic JIT in Simulation. ACM SIGPLAN: IWST, Brescia, Italy. ## How to load ### ...into Pharo or GT ```` Metacello new baseline: 'SmallRSP'; repository: 'github://shingarov/SmallRSP:squeak'; load. ````