Revert "Allow firmware binaries to be specified only by load address"
authorJason Molenda <jason@molenda.com>
Tue, 2 Aug 2022 20:53:34 +0000 (13:53 -0700)
committerJason Molenda <jason@molenda.com>
Tue, 2 Aug 2022 20:53:34 +0000 (13:53 -0700)
commit803386da2ff80f0a5e75d2baee6dfa79d9d8d26f
tree4657ee43752ee8b14ed7afb27cd721ee8d05193c
parentd8879fba8825b9799166ba0ea552d4027bfb8ad1
Revert "Allow firmware binaries to be specified only by load address"

This reverts commit d8879fba8825b9799166ba0ea552d4027bfb8ad1.

Debian bot failure; I included <uuid/uuid.h> to get uuid_is_null() but
don't get it there.  Will memcmp or whatever & recommit.
14 files changed:
lldb/docs/lldb-gdb-remote.txt
lldb/include/lldb/Target/DynamicLoader.h
lldb/source/Core/DynamicLoader.cpp
lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
lldb/test/API/macosx/lc-note/multiple-binary-corefile/Makefile [deleted file]
lldb/test/API/macosx/lc-note/multiple-binary-corefile/TestMultipleBinaryCorefile.py [deleted file]
lldb/test/API/macosx/lc-note/multiple-binary-corefile/create-multibin-corefile.cpp [deleted file]
lldb/test/API/macosx/lc-note/multiple-binary-corefile/main.c [deleted file]
lldb/test/API/macosx/lc-note/multiple-binary-corefile/one.c [deleted file]
lldb/test/API/macosx/lc-note/multiple-binary-corefile/two.c [deleted file]