[lldb-dev] [RFC] Adding FreeRTOS platform
Alexander Polyakov via lldb-dev
lldb-dev at lists.llvm.org
Sat Dec 15 05:45:00 PST 2018
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:
1) add FreeRTOS platform;
2) 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?
--
Alexander
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20181215/2fc77700/attachment.html>
More information about the lldb-dev
mailing list