[Lldb-commits] [PATCH] D25756: FreeBSD ARM support for software single step.
Dmitry Mikulin via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 18 16:28:57 PDT 2016
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 based on the Linux implementation of the same functionality.
I ran lldb test on an rpi2 board running FreeBSD 11.RC3. With the change the pass rate improves from the current 174
tests to 419. I used amd64 as a reference architecture where 517 tests pass on FreeBSD.
This is my first attempt to submit a patch for lldb, so I may need some guidance to work through the process.
How do reviewers get assigned for code reviews?
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/ProcessFreeBSD.h
source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25756.75086.patch
Type: text/x-patch
Size: 12090 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20161018/b325b117/attachment-0001.bin>
More information about the lldb-commits
mailing list