[lldb] Rename FreeBSDRemote to FreeBSD (NFC)
authorMichał Górny <mgorny@moritz.systems>
Thu, 11 Feb 2021 23:40:52 +0000 (00:40 +0100)
committerMichał Górny <mgorny@moritz.systems>
Mon, 15 Feb 2021 12:04:11 +0000 (13:04 +0100)
commitbee4d6efe1781365cb82dcc94ad959309354af6f
treedd77a3d4a04f9541b7a79acbcc6a9acec00410dd
parentcd443398566b953642ead7c81528ab5b4e211eb9
[lldb] Rename FreeBSDRemote to FreeBSD (NFC)

Differential Revision: https://reviews.llvm.org/D96557
20 files changed:
lldb/source/Plugins/Process/CMakeLists.txt
lldb/source/Plugins/Process/FreeBSD/CMakeLists.txt [moved from lldb/source/Plugins/Process/FreeBSDRemote/CMakeLists.txt with 90% similarity]
lldb/source/Plugins/Process/FreeBSD/NativeProcessFreeBSD.cpp [moved from lldb/source/Plugins/Process/FreeBSDRemote/NativeProcessFreeBSD.cpp with 100% similarity]
lldb/source/Plugins/Process/FreeBSD/NativeProcessFreeBSD.h [moved from lldb/source/Plugins/Process/FreeBSDRemote/NativeProcessFreeBSD.h with 100% similarity]
lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD.cpp [moved from lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD.cpp with 93% similarity]
lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD.h [moved from lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD.h with 100% similarity]
lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm.cpp [moved from lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD_arm.cpp with 99% similarity]
lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm.h [moved from lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD_arm.h with 96% similarity]
lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm64.cpp [moved from lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD_arm64.cpp with 99% similarity]
lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm64.h [moved from lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD_arm64.h with 96% similarity]
lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_mips64.cpp [moved from lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD_mips64.cpp with 98% similarity]
lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_mips64.h [moved from lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD_mips64.h with 96% similarity]
lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_powerpc.cpp [moved from lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD_powerpc.cpp with 99% similarity]
lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_powerpc.h [moved from lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD_powerpc.h with 96% similarity]
lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_x86_64.cpp [moved from lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD_x86_64.cpp with 100% similarity]
lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_x86_64.h [moved from lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD_x86_64.h with 97% similarity]
lldb/source/Plugins/Process/FreeBSD/NativeThreadFreeBSD.cpp [moved from lldb/source/Plugins/Process/FreeBSDRemote/NativeThreadFreeBSD.cpp with 100% similarity]
lldb/source/Plugins/Process/FreeBSD/NativeThreadFreeBSD.h [moved from lldb/source/Plugins/Process/FreeBSDRemote/NativeThreadFreeBSD.h with 97% similarity]
lldb/tools/lldb-server/CMakeLists.txt
lldb/tools/lldb-server/lldb-gdbserver.cpp