[Lldb-commits] [PATCH] D71498: Fix ARM32 inferior calls

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 16 11:12:22 PST 2019


clayborg added a comment.

Seems like it might be nice to have a macro defined in a LLDB header file like lldb-defines.h. Something like:

  #define PTR_TO_U64(x) ((uint64_t)(uintptr_t)(x))

Then we can make a unit test to verify it works on all systems. Seem like this issue will pop up all over the place in the LLDB code base.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71498





More information about the lldb-commits mailing list