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 7790d69 commit 5929de8Copy full SHA for 5929de8
llvm/utils/gn/secondary/lldb/tools/lldb-dap/BUILD.gn
@@ -83,7 +83,6 @@ executable("lldb-dap") {
83
"Handler/TestGetTargetBreakpointsRequestHandler.cpp",
84
"Handler/ThreadsRequestHandler.cpp",
85
"Handler/VariablesRequestHandler.cpp",
86
- "IOStream.cpp",
87
"InstructionBreakpoint.cpp",
88
"JSONUtils.cpp",
89
"LLDBUtils.cpp",
@@ -92,6 +91,7 @@ executable("lldb-dap") {
92
91
"Protocol.cpp",
93
"RunInTerminal.cpp",
94
"SourceBreakpoint.cpp",
+ "Transport.cpp",
95
"Watchpoint.cpp",
96
"lldb-dap.cpp",
97
]
0 commit comments