]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r332965 (by emaste):
authordim <dim@FreeBSD.org>
Mon, 16 Jul 2018 05:33:18 +0000 (05:33 +0000)
committerdim <dim@FreeBSD.org>
Mon, 16 Jul 2018 05:33:18 +0000 (05:33 +0000)
commit2e3c73256aed58f36ce80ff87036b7922b5cc990
tree62cbcb2ac74c8870692f82c1c2210dc9b8f59d8b
parent769242278dfba8df09d575dd9eec8415abf2ec87
MFC 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/tools/lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.cpp