Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Target] Decouple ObjCLanguageRuntime from LanguageRuntime | Alex Langford | 2019-06-21 | 1 | -0/+26 |
Summary: ObjCLanguageRuntime was being pulled into LanguageRuntime because of Breakpoint Preconditions. If we move BreakpointPrecondition out of Breakpoint, we can extend the LanguageRuntime plugin interface so that LanguageRuntimes can give us a BreakpointPrecondition for exceptions. Differential Revision: https://reviews.llvm.org/D63181 llvm-svn: 364098 |