Re: [lldb-dev] Embedding lldb[server] in a CPU simulator

2016-03-19 Thread Greg Clayton via lldb-dev
> 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

[lldb-dev] Embedding lldb[server] in a CPU simulator

2016-03-19 Thread Tyro Software via lldb-dev
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