> On Mar 17, 2016, at 5:01 AM, Tyro Software via lldb-dev
> wrote:
>
> I have a simulator for a custom ["toy"] CPU running on Linux, to which I want
> to add at least basic debugging support (e.g. stepping instructions,
> reading/writing registers and memory), then driving this from lldb over
I have a simulator for a custom ["toy"] CPU running on Linux, to which I
want to add at least basic debugging support (e.g. stepping instructions,
reading/writing registers and memory), then driving this from lldb over a
local TCP socket.
I could implement this as a custom socket server handling t