[Lldb-commits] [PATCH] D135547: [lldb/Utility] Add GetDescription(Stream&) to StructureData::*
Med Ismail Bennani via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 1 18:47:23 PDT 2022
mib added inline comments.
================
Comment at: lldb/include/lldb/Utility/StructuredData.h:584
static ObjectSP ParseJSONFromFile(const FileSpec &file, Status &error);
+ static bool IsRecordType(const ObjectSP object_sp);
};
----------------
@JDevlieghere Not sure if it would be worth to `inline` this
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135547/new/
https://reviews.llvm.org/D135547
More information about the lldb-commits
mailing list