[Lldb-commits] [lldb] Add a scripted way to re-present a stop location (PR #158128)

via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 11 14:43:38 PDT 2025


================
@@ -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


More information about the lldb-commits mailing list