[Lldb-commits] [PATCH] D56237: Implement GetFileLoadAddress for the Windows process plugin

Aaron Smith via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 2 17:08:16 PST 2019


asmith created this revision.
asmith added reviewers: zturner, llvm-commits.
Herald added a subscriber: lldb-commits.

When a process is loaded, update its sections with the load address to resolve any created breakpoints. For the remote debugging case, the debugged process is launched remotely so GetFileLoadAddress is intended to pass the load address from remote to LLDB (client).


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D56237

Files:
  source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp
  source/Plugins/Process/Windows/Common/ProcessWindows.cpp
  source/Plugins/Process/Windows/Common/ProcessWindows.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56237.179977.patch
Type: text/x-patch
Size: 4479 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190103/bf08a085/attachment.bin>


More information about the lldb-commits mailing list