]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Reapply r332965 (by emaste):
authorDimitry Andric <dim@FreeBSD.org>
Thu, 6 Aug 2020 16:20:45 +0000 (16:20 +0000)
committerDimitry Andric <dim@FreeBSD.org>
Thu, 6 Aug 2020 16:20:45 +0000 (16:20 +0000)
commit165786983df7513a6ab99dfe42e9526e46816ca5
tree3826aab5e19b34b3f3fcbd144e5402893830e639
parent8630bfad40a427d0ab21d9f051c876480ad15dc2
Reapply r332965 (by emaste):

lldb: remove assertion that target_arch is FreeBSD

The target is not necessarily a FreeBSD binary - for example, it may be
a Linux binary running under the linuxulator.  Basic ptrace (live)
debugging already worked in this case, except for the assertion.

Sponsored by: Turing Robotic Industries Inc.
contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.cpp