[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / utils / gn / secondary / lldb / source / Breakpoint / BUILD.gn
blobb8a06582e9856f50ff26514f2e04b1c83ada09f1
1 static_library("Breakpoint") {
2   output_name = "lldbBreakpoint"
3   configs += [ "//llvm/utils/gn/build:lldb_code" ]
4   deps = [
5     "//lldb/include/lldb/Host:Config",
6     "//lldb/source/Core",
7     "//lldb/source/Expression",
8     "//lldb/source/Interpreter",
9     "//lldb/source/Symbol",
10     "//lldb/source/Target",
11     "//lldb/source/Utility",
12     "//llvm/lib/Support",
13   ]
14   sources = [
15     "Breakpoint.cpp",
16     "BreakpointID.cpp",
17     "BreakpointIDList.cpp",
18     "BreakpointList.cpp",
19     "BreakpointLocation.cpp",
20     "BreakpointLocationCollection.cpp",
21     "BreakpointLocationList.cpp",
22     "BreakpointName.cpp",
23     "BreakpointOptions.cpp",
24     "BreakpointPrecondition.cpp",
25     "BreakpointResolver.cpp",
26     "BreakpointResolverAddress.cpp",
27     "BreakpointResolverFileLine.cpp",
28     "BreakpointResolverFileRegex.cpp",
29     "BreakpointResolverName.cpp",
30     "BreakpointResolverScripted.cpp",
31     "BreakpointSite.cpp",
32     "BreakpointSiteList.cpp",
33     "Stoppoint.cpp",
34     "StoppointCallbackContext.cpp",
35     "StoppointSite.cpp",
36     "Watchpoint.cpp",
37     "WatchpointList.cpp",
38     "WatchpointOptions.cpp",
39   ]