[Lldb-commits] [PATCH] D130813: Add ability for lldb to load binaries in a process/corefile given only a load address & no dynamic loader
Jason Molenda via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 2 13:49:42 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd8879fba8825: Allow firmware binaries to be specified only by load address (authored by jasonmolenda).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130813/new/
https://reviews.llvm.org/D130813
Files:
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
lldb/test/API/macosx/lc-note/multiple-binary-corefile/TestMultipleBinaryCorefile.py
lldb/test/API/macosx/lc-note/multiple-binary-corefile/create-multibin-corefile.cpp
lldb/test/API/macosx/lc-note/multiple-binary-corefile/main.c
lldb/test/API/macosx/lc-note/multiple-binary-corefile/one.c
lldb/test/API/macosx/lc-note/multiple-binary-corefile/two.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130813.449420.patch
Type: text/x-patch
Size: 53135 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220802/fdf647fb/attachment-0001.bin>
More information about the lldb-commits
mailing list