Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] how to integrate a customer-developed simulator to debug in CDT

You simulator has to talk gdb protocol in order to use out of box debugger. You can create your own debugger
and own protocol but it is a lot of work. If simulator does not run os how does it interface with outside world?
I.e. can you use unix sockets to connect to it?


On Thu, Jun 20, 2013 at 11:21 AM, Chen Rui <chenruis@xxxxxxxxx> wrote:
We have a simulator for embedded software without operating system. We can use this simulator to run executables virtually. Now we need to integrate this simulator as a debugger for embedded software development. What should we do?

Do we need to implement a gdbserver within the simulator? or extend CDT?

--
Chen Rui

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top