Skip to content

Commit dd1e72c

Browse files
committed
[gn build] Port c73a3f1
1 parent 9e77d66 commit dd1e72c

File tree

1 file changed

+3
-1
lines changed
  • llvm/utils/gn/secondary/lldb/source/Breakpoint

1 file changed

+3
-1
lines changed

llvm/utils/gn/secondary/lldb/source/Breakpoint/BUILD.gn

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,14 @@ static_library("Breakpoint") {
2929
"BreakpointResolverName.cpp",
3030
"BreakpointResolverScripted.cpp",
3131
"BreakpointSite.cpp",
32-
"BreakpointSiteList.cpp",
32+
"StopPointSiteList.cpp",
3333
"Stoppoint.cpp",
3434
"StoppointCallbackContext.cpp",
3535
"StoppointSite.cpp",
3636
"Watchpoint.cpp",
3737
"WatchpointList.cpp",
3838
"WatchpointOptions.cpp",
39+
"WatchpointResource.cpp",
40+
"WatchpointResourceList.cpp",
3941
]
4042
}

0 commit comments

Comments
 (0)