Re: thread-aware debugging for SAMA5D3 (and D2) with OpenOCD

2020-02-14 Thread Adam Feuer
This still needs some work. After using it for about half a day, I can see that it can switch threads and see locals, but sometimes can't print a backtrace. Loading code is also not as bulletproof as the J-Link. I'll report back when I make more progress on it. -adam On Thu, Feb 13, 2020 at 4:03

thread-aware debugging for SAMA5D3 (and D2) with OpenOCD

2020-02-13 Thread Adam Feuer
Hi, I realized that the Sony thread-awareness changes for nuttx are in OpenOCD 's master branch now. I added an OpenOCD target for the SAMA5D3 and SAMA5D2 chips (though the D2 is still untested). This is based on work done by Olivier Schonken