[Lldb-commits] [PATCH] D59427: [lldb] [Reproducer] Move SBRegistry registration into declaring files

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 19 09:41:23 PDT 2019


mgorny added a comment.

Hmm but the tests fail to build for me ;-). I'm going to update this shortly.



================
Comment at: lldb/source/API/SBAddress.cpp:313
+  LLDB_REGISTER_METHOD(lldb::SBSymbolContext, SBAddress, GetSymbolContext,
+                       (uint3_t));
+  LLDB_REGISTER_METHOD(lldb::SBCompileUnit, SBAddress, GetCompileUnit, ());
----------------
labath wrote:
> "uint3" ? :P
Always good to save a few bits!


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

https://reviews.llvm.org/D59427





More information about the lldb-commits mailing list