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 fbb8929 commit 681b241Copy full SHA for 681b241
llvm/utils/gn/secondary/lldb/tools/lldb-dap/BUILD.gn
@@ -88,7 +88,9 @@ executable("lldb-dap") {
88
"LLDBUtils.cpp",
89
"OutputRedirector.cpp",
90
"ProgressEvent.cpp",
91
- "Protocol.cpp",
+ "Protocol/ProtocolBase.cpp",
92
+ "Protocol/ProtocolRequests.cpp",
93
+ "Protocol/ProtocolTypes.cpp",
94
"RunInTerminal.cpp",
95
"SourceBreakpoint.cpp",
96
"Transport.cpp",
0 commit comments