Hi lldb-dev,
As part of my Bachelor’s thesis, I’m going to add a new platform to LLDB (FreeRTOS in my case) to perform a kernel debugging. Is there a documentation about adding a new platform?
As far as I know, my case is similar to PlatformDarwinKernel, so I need to do the similar things:
- add FreeRTOS platform;
- add FreeRTOSKernel platform;
Am I right that I’ll get the threads/tasks support “out-of-the-box” since it’s already implemented in OperatingSystem plugin?