[Lldb-commits] [PATCH] D25756: FreeBSD ARM support for software single step.

Kamil Rytarowski via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 21 12:12:05 PDT 2016


krytarowski added a comment.

I just scrolled the discussion so it's not really started. Thanks.

My plan is to work on ptrace(2) for about a month.

Then I will take the FreeBSD code as it is and port to NetBSD trying to make it functional. This is difficult part as there is everywhere OS specific interfaces and behavior. I hope to get it to some usable point after a month.

Then ,I will start working on remote debugging, as my previous patch for process tracing (it was buggy) was rejected without this property. I planned to merge my previous work with master as I was forced to keep catching up after the project changes and it was time expensive, and move my focus on proper platform support.

So far all my efforts were voluntary and NetBSD build bot is paid from my private resources. Now I will be able to spend on in full-time about 4 months.

So to make it short, hopefully I can join you in remote capabilities after New Year (according to my estimations).


Repository:
  rL LLVM

https://reviews.llvm.org/D25756





More information about the lldb-commits mailing list