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,
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
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
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
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