================
@@ -529,6 +561,20 @@ class Breakpoint : public
std::enable_shared_from_this<Breakpoint>,
m_name_list.erase(name_to_remove);
}
+ enum TypeDisplay {
----------------
jimingham wrote:
I also changed the enum name to DisplayType. I intended this to read as "Type
of Display" but that's not so obvious.
https://github.com/llvm/llvm-project/pull/158128
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits