SmallRSP

Description

Smalltalk GDB RSP client

Details

Source
GitHub
License
MIT
Forks
1
Created
March 5, 2020
Updated
July 13, 2022

README excerpt

# 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.
````


← Back to results