[Lldb-commits] [PATCH] D64897: Move start-address finding to Target, implement fallback if main executable does not have a start address
Phabricator via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 18 13:56:27 PDT 2019
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL366493: Fall back to dyld's _dyld_start when no LC_MAIN / main() func can be found (authored by jmolenda, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D64897?vs=210461&id=210664#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64897/new/
https://reviews.llvm.org/D64897
Files:
lldb/trunk/include/lldb/Target/Target.h
lldb/trunk/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
lldb/trunk/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h
lldb/trunk/source/Target/Target.cpp
lldb/trunk/source/Target/ThreadPlanCallFunction.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64897.210664.patch
Type: text/x-patch
Size: 7175 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190718/2c7144eb/attachment-0001.bin>
More information about the lldb-commits
mailing list