[Lldb-commits] [PATCH] D62500: Add support to read aux vector values

António Afonso via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri May 31 18:48:11 PDT 2019


aadsm marked an inline comment as done.
aadsm added inline comments.


================
Comment at: lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp:549-550
 
-  if (ModuleSP module_sp = target.GetOrCreateModule(module_spec, 
-                                                    true /* notify */)) {
+  if (ModuleSP module_sp =
+          target.GetOrCreateModule(module_spec, true /* notify */)) {
     UpdateLoadedSections(module_sp, LLDB_INVALID_ADDRESS, m_interpreter_base,
----------------
aadsm wrote:
> labath wrote:
> > Whitespace-only change. Did you maybe run clang-format on the whole file instead of just the diff?
> > 
> > It doesn't matter that much here as there isn't many of them, but I just want to make sure you're aware of this in the future.
> odd, pretty sure I just run clang-format-diff (as I don't have auto formatting going on), will double check this.
I have my editor to remove trailing spaces on save and this line had one, that's why it ended up being parsed by clang-format-diff.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62500





More information about the lldb-commits mailing list