[Lldb-commits] [PATCH] D28944: Provide option to set pc of the file loaded in memory.
Hafiz Abid Qadeer via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 20 04:28:49 PST 2017
abidh created this revision.
This commit adds an option to set PC to the entry point of the file loaded using "target module load" command. In https://reviews.llvm.org/D28804, Greg asked me to separate this part under a different option.
https://reviews.llvm.org/D28944
Files:
include/lldb/Core/Module.h
include/lldb/Symbol/ObjectFile.h
source/Commands/CommandObjectTarget.cpp
source/Core/Module.cpp
source/Symbol/ObjectFile.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28944.85120.patch
Type: text/x-patch
Size: 4863 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170120/b4cbdb9d/attachment.bin>
More information about the lldb-commits
mailing list