Remove a project that was completed.
authorJim Ingham <jingham@apple.com>
Thu, 25 Jul 2019 21:29:29 +0000 (21:29 +0000)
committerJim Ingham <jingham@apple.com>
Thu, 25 Jul 2019 21:29:29 +0000 (21:29 +0000)
llvm-svn: 367057

lldb/docs/status/projects.rst

index e32b9b0..d3433a7 100644 (file)
@@ -185,12 +185,6 @@ threads lazily but keep "unseen" threads in a holding area, and only retire
 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
 ------------------------------------------------