Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 529 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 529 Bytes

SmallRSP

This is the GDB RSP client in Smalltalk, as described in Cambridge [1] and Brescia [2].

References

[1] Shingarov, B. (2014). Modern problems for the Smalltalk VM. ACM SIGPLAN: IWST, Cambridge, UK.

[2] 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.