Remove a project that was completed.

llvm-svn: 367057
This commit is contained in:
Jim Ingham 2019-07-25 21:29:29 +00:00
parent db5d8e3db2
commit d16a034c7c
1 changed files with 0 additions and 6 deletions

View 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
------------------------------------------------