[lldb] Log when we cannot find an equivalent for a gdb register type
authorDavid Spickett <david.spickett@linaro.org>
Thu, 12 May 2022 15:38:43 +0000 (15:38 +0000)
committerDavid Spickett <david.spickett@linaro.org>
Tue, 20 Sep 2022 09:26:55 +0000 (09:26 +0000)
commitec3e290502db5ab7dbaa067e674c5ee6cb34ac10
tree39739541e72c646d132a8cb57b8476566be7fd29
parent01d8270a1560f2b9282cb50dab99f087e860a162
[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
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp