[gem5-users] Re: How to use eclipse or any other IDE to debug user code in GEM5

2020-07-21 Thread Ciro Santilli via gem5-users
https://stackoverflow.com/questions/61656709/how-to-setup-eclipse-ide-for-gem5-development On Mon, Jul 20, 2020 at 12:25 PM Muhammad Aamir via gem5-users wrote: > > Hi everyone, > > I have been following this >

[gem5-users] Re: How to use eclipse or any other IDE to debug user code in GEM5

2020-07-20 Thread Muhammad Aamir via gem5-users
Hi Boris, I am referring to the guest code, I can't just seem to configure GEM5 as a "remote target" in debug configuration as you have mentioned. It would be nice if you could list the steps. Thanks again, ___ gem5-users mailing list --

[gem5-users] Re: How to use eclipse or any other IDE to debug user code in GEM5

2020-07-20 Thread Boris Shingarov via gem5-users
Muhammad,Do you mean debugging the guest, or debugging gem5 itself?  I regularly do both, and it's been a very smooth, uncomplicated experience.  You debug gem5 just like any C++ application; it will launch under local gdb control.  Debugging the guest is slightly more involved, you need to set up