[all-commits] [llvm/llvm-project] ec3e29: [lldb] Log when we cannot find an equivalent for a...

David Spickett via All-commits all-commits at lists.llvm.org
Tue Sep 20 02:27:12 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ec3e290502db5ab7dbaa067e674c5ee6cb34ac10
      https://github.com/llvm/llvm-project/commit/ec3e290502db5ab7dbaa067e674c5ee6cb34ac10
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2022-09-20 (Tue, 20 Sep 2022)

  Changed paths:
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp

  Log Message:
  -----------
  [lldb] Log when we cannot find an equivalent for a gdb register type

This happens if the type is described elsewhere in target xml as a
<flags> or <struct>.

Also hardcode the function names into the log messages because
if you use __FUNCTION__ in a lambda you just get "operator()".

Reviewed By: clayborg

Differential Revision: https://reviews.llvm.org/D134043




More information about the All-commits mailing list