[all-commits] [llvm/llvm-project] e87b8e: [lldb] Log the actual expression result in UserExp...

Raphael Isemann via All-commits all-commits at lists.llvm.org
Thu Feb 11 07:15:36 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e87b8e4498df3bc1fcb751dfa24816ecf1ac02bd
      https://github.com/llvm/llvm-project/commit/e87b8e4498df3bc1fcb751dfa24816ecf1ac02bd
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2021-02-11 (Thu, 11 Feb 2021)

  Changed paths:
    M lldb/source/Expression/UserExpression.cpp

  Log Message:
  -----------
  [lldb] Log the actual expression result in UserExpression::Evaluate

This used to be a LLDB_LOGF call that used the printf %s syntax.
0ab109d43d9d8389fe686ee8df4a82634f246b55 changed it to LLDB_LOG but didn't
update this format string to use formatv's syntax so this just printed '%s'.




More information about the All-commits mailing list