We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0af8a1 commit 06157a6Copy full SHA for 06157a6
llvm/utils/gn/secondary/lldb/source/Breakpoint/BUILD.gn
@@ -29,14 +29,12 @@ static_library("Breakpoint") {
29
"BreakpointResolverName.cpp",
30
"BreakpointResolverScripted.cpp",
31
"BreakpointSite.cpp",
32
- "StopPointSiteList.cpp",
+ "BreakpointSiteList.cpp",
33
"Stoppoint.cpp",
34
"StoppointCallbackContext.cpp",
35
"StoppointSite.cpp",
36
"Watchpoint.cpp",
37
"WatchpointList.cpp",
38
"WatchpointOptions.cpp",
39
- "WatchpointResource.cpp",
40
- "WatchpointResourceList.cpp",
41
]
42
}
0 commit comments