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

2016-10-21 Thread Dmitry Mikulin via lldb-commits
dmikulin marked an inline comment as done. dmikulin added a comment. Thanks Pavel! I'll start working on it. Do you know when lldb-server Linux changes were committed? I want to use those patches as a template, but it's hard to locate them digging through thousands of commit log entries... Ed,

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

2016-10-20 Thread Dmitry Mikulin via lldb-commits
dmikulin added a comment. I'm not familiar enough with the code yet to pick up the work on moving FreeBSD to lldb-server. Any pointers to revision numbers, internal discussions, etc, related to the Linux lldb-server switch? Also, if there's any unfinished FreeBSD work, it would help me get star

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

2016-10-19 Thread Dmitry Mikulin via lldb-commits
dmikulin added a comment. Are you saying someone is working on switching FreeBSD to lldb-server debugging? Can I get my hands on this patch? Repository: rL LLVM https://reviews.llvm.org/D25756 ___ lldb-commits mailing list lldb-commits@lists.llv

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

2016-10-18 Thread Dmitry Mikulin via lldb-commits
dmikulin updated this revision to Diff 75090. dmikulin added a comment. Fixed indentation. Repository: rL LLVM https://reviews.llvm.org/D25756 Files: source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp source/Plugins/Process/FreeBSD/Pro

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

2016-10-18 Thread Dmitry Mikulin via lldb-commits
dmikulin created this revision. dmikulin added a subscriber: lldb-commits. dmikulin set the repository for this revision to rL LLVM. dmikulin added a project: LLDB. Herald added subscribers: emaste, rengolin, aemerson. Implementation of software single step for FreeBSD on ARM. The code is largely