[Lldb-commits] [lldb] r367057 - Remove a project that was completed.
Jim Ingham via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 25 14:29:29 PDT 2019
Author: jingham
Date: Thu Jul 25 14:29:29 2019
New Revision: 367057
URL: http://llvm.org/viewvc/llvm-project?rev=367057&view=rev
Log:
Remove a project that was completed.
Modified:
lldb/trunk/docs/status/projects.rst
Modified: lldb/trunk/docs/status/projects.rst
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/status/projects.rst?rev=367057&r1=367056&r2=367057&view=diff
==============================================================================
--- lldb/trunk/docs/status/projects.rst (original)
+++ lldb/trunk/docs/status/projects.rst Thu Jul 25 14:29:29 2019
@@ -185,12 +185,6 @@ threads lazily but keep "unseen" threads
them when we know we've fetched the whole thread list and ensured they are no
longer alive.
-Add an extension point in the breakpoint search machinery
----------------------------------------------------------
-
-This would allow highly customizable, algorithmic breakpoint types, like "break
-on every use of some particular instruction, or instruction pattern, etc."
-
Make Python-backed commands first class citizens
------------------------------------------------
More information about the lldb-commits
mailing list