Re: [cfarm-users] debugger architecture

2021-03-22 Thread Bruno Haible via cfarm-users
Christian Jullien wrote: > TinyCC is not an interpreter, it compiles in memory then executes the code > so fast that its looks to act as an interpreter. But the essential difference is that it does so in the same process, without using ptrace. > AFAIK, TinyCC has no specific debugger. A debugger

Re: [cfarm-users] debugger architecture

2021-03-22 Thread Christian Jullien via cfarm-users
SPAM *** Re: [cfarm-users] debugger architecture Hi Christian, > To port TinyCC on Silicon ... It's good that you mention TinyCC. AFAIU, it contains a C interpreter. Would it be possible to extend it, to contain a C interpreter and debugger? This would make it possible to do debugging

Re: [cfarm-users] debugger architecture

2021-03-22 Thread Bruno Haible via cfarm-users
Hi Christian, > To port TinyCC on Silicon ... It's good that you mention TinyCC. AFAIU, it contains a C interpreter. Would it be possible to extend it, to contain a C interpreter and debugger? This would make it possible to do debugging on platforms where 'ptrace' is not available to normal users