[all-commits] [llvm/llvm-project] d10386: [lldb/Utility] Provide a stringify_append overload...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu Apr 16 15:36:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d10386e1779599d217b5b849a079f29dfbe17024
https://github.com/llvm/llvm-project/commit/d10386e1779599d217b5b849a079f29dfbe17024
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] Provide a stringify_append overload for function pointers.
Converting a function pointer to an object pointer is illegal as nothing
requires it to be in the same address space. Add an overload for
function pointers so we don't convert do this illegal conversion, and
simply print out "function pointer".
More information about the All-commits
mailing list