aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2014-08-28 00:47:11 +0000
committerRui Ueyama <ruiu@google.com>2014-08-28 00:47:11 +0000
commitf4b0d5e0504852c6cf586327ecefb5dc3acbda65 (patch)
tree565687821d818d9caafb2c59ddac1ef552c506c4 /lldb/source/Commands/CommandObjectBreakpointCommand.cpp
parentcbe875a507102d8ff7a2b3a2372323fe7a848a36 (diff)
downloadllvm-f4b0d5e0504852c6cf586327ecefb5dc3acbda65.zip
llvm-f4b0d5e0504852c6cf586327ecefb5dc3acbda65.tar.gz
llvm-f4b0d5e0504852c6cf586327ecefb5dc3acbda65.tar.bz2
[PECOFF] Implement Win64 base relocations
Image Base field in the PE/COFF header is used as hint for the loader. If the loader can load the executable at the specified address, that's fine, but if not, it has to load it at a different address. If that happens, the loader has to fix up the addresses in the executable by adding the offset. The list of addresses that need to be fixed is in .reloc section. This patch is to emit x64 .reloc section contents. llvm-svn: 216636
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpointCommand.cpp')
0 files changed, 0 insertions, 0 deletions