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
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to