[Lldb-commits] [lldb] [lldb] Parse and display register field enums (PR #95768)

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 20 14:44:52 PDT 2024


================
@@ -370,6 +370,16 @@ void FieldEnum::Enumerator::ToXML(Stream &strm) const {
               escaped_name.c_str(), m_value);
 }
 
+void FieldEnum::Enumerator::log(Log *log) const {
----------------
jasonmolenda wrote:

These seem closer to Dump methods that output to a Log instead of a StringStream.  Maybe DumpToLog()?  I wasn't sure what the method would do based on the name.

https://github.com/llvm/llvm-project/pull/95768


More information about the lldb-commits mailing list