[PATCH] D73961: [LLDB] Addresses can be two bytes in size

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 4 15:27:43 PST 2020


labath added a comment.

You should be able to test most (if not all) of this stuff without an actual process. lldb can display global variables, set breakpoints, resolve addresses, etc. without being connected to a debug stub.

How do you normally generate the binaries with these kinds of addresses? Can they be produced with clang? Can they be produced with llvm-mc? Linked with lld ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73961





More information about the llvm-commits mailing list