[all-commits] [llvm/llvm-project] 9f6a30: [lldb/Utility] Fix a bug in stringify_append for p...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Thu Apr 16 14:04:16 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9f6a308457d1bfebf1cee94b0306e738f270e512
      https://github.com/llvm/llvm-project/commit/9f6a308457d1bfebf1cee94b0306e738f270e512
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-04-16 (Thu, 16 Apr 2020)

  Changed paths:
    M lldb/include/lldb/Utility/ReproducerInstrumentation.h

  Log Message:
  -----------
  [lldb/Utility] Fix a bug in stringify_append for printing addresses.

The recent change in the API macros revealed that we were not printing
the pointer address for a bunch of methods, but rather the address of
the pointer. It's something I had already noticed while looking at some
reproducer traces, but hadn't made it to the top of my list yet. This
fixes the issue by providing a more specific overload.




More information about the All-commits mailing list