[Lldb-commits] [PATCH] D124731: [lldb] Consider binary as module of last resort

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu May 5 11:28:21 PDT 2022


jingham requested changes to this revision.
jingham added a comment.
This revision now requires changes to proceed.

This seems like a reasonable fallback, and the implementation looks fine.
You need to add a test case setting an address breakpoint in the executable and making sure that works.  Should be easy, set a line breakpoint in the main executable, get the resolved address and set an address breakpoint with that and make sure that breakpoint got a location.
You should also add some words to the "break set" command help saying that this is the fallback behavior.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124731



More information about the lldb-commits mailing list