Skip to content

Commit d9d1f24

Browse files
committed
[gn build] Port d0e37d9 (llvm-dap tweaks)
1 parent e298fc2 commit d9d1f24

File tree

1 file changed

+15
-0
lines changed
  • llvm/utils/gn/secondary/lldb/tools/lldb-dap

1 file changed

+15
-0
lines changed

llvm/utils/gn/secondary/lldb/tools/lldb-dap/BUILD.gn

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ executable("lldb-dap") {
3333
libs = [ "ws2_32.lib" ]
3434
}
3535

36+
include_dirs = [ "." ]
37+
3638
# FIXME: link in //lldb/source/Host on Win (and netbsd)
3739
# FIXME: link in pthread
3840
# FIXME: rpath/install_name stuff on macOS for framework on macOS
@@ -41,9 +43,22 @@ executable("lldb-dap") {
4143
"Breakpoint.cpp",
4244
"BreakpointBase.cpp",
4345
"DAP.cpp",
46+
"EventHelper.cpp",
4447
"ExceptionBreakpoint.cpp",
4548
"FifoFiles.cpp",
4649
"FunctionBreakpoint.cpp",
50+
"Handler/AttachRequestHandler.cpp",
51+
"Handler/BreakpointLocationsHandler.cpp",
52+
"Handler/CompletionsHandler.cpp",
53+
"Handler/ConfigurationDoneRequestHandler.cpp",
54+
"Handler/ContinueRequestHandler.cpp",
55+
"Handler/DisconnectRequestHandler.cpp",
56+
"Handler/EvaluateRequestHandler.cpp",
57+
"Handler/ExceptionInfoRequestHandler.cpp",
58+
"Handler/InitializeRequestHandler.cpp",
59+
"Handler/LaunchRequestHandler.cpp",
60+
"Handler/RequestHandler.cpp",
61+
"Handler/RestartRequestHandler.cpp",
4762
"IOStream.cpp",
4863
"InstructionBreakpoint.cpp",
4964
"JSONUtils.cpp",

0 commit comments

Comments
 (0)