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

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 2 17:11:36 PST 2019


zturner added a comment.

We should probably have a test for this.  It sounds like all you need to do to test this is create a target, set a breakpoint, run the process, then verify that you see some text that says the breakpoint was resolved.  With the new build.py script this should be able to work in a cross-platform manner, so maybe it can go under lit/ExecControl and use compiler=any (or don't specify a compiler at all, since that's the default).


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56237/new/

https://reviews.llvm.org/D56237





More information about the lldb-commits mailing list