Lines Matching refs:source
11 load("//lldb/source/Plugins:plugin_config.bzl", "DEFAULT_PLUGINS", "DEFAULT_SCRIPT_PLUGINS", "OBJCPP_COPTS")
23 "source/API/liblldb-private.exports",
24 "source/API/liblldb.exports",
89 "source/Version/Version.cpp",
207 "source/API/**/*.cpp",
208 "source/API/**/*.h",
228 "//lldb/source/Plugins:PluginExpressionParserClang",
229 "//lldb/source/Plugins:PluginExpressionParserClangHeaders",
230 "//lldb/source/Plugins:PluginsConfig",
237 "//lldb/source/Plugins:Plugin{}".format(x)
241 "//lldb/source/Plugins:PluginProcessMacOSXKernel",
242 "//lldb/source/Plugins:PluginSymbolLocatorDebugSymbols",
243 "//lldb/source/Plugins:PluginSymbolVendorMacOSX",
246 "//lldb/source/Plugins:PluginProcessLinux",
255 srcs = glob(["source/Breakpoint/**/*.cpp"]),
274 "source/DataFormatters/**/*.cpp",
275 "source/DataFormatters/**/*.h",
279 textual_hdrs = glob(["source/DataFormatters/**/*.def"]),
293 srcs = glob(["source/Expression/**/*.cpp"]),
304 "//lldb/source/Plugins:PluginSymbolFileDWARFHeaders",
315 srcs = glob(["source/Initialization/**/*.cpp"]),
325 "//lldb/source/Plugins:PluginProcessGDBRemote",
326 "//lldb/source/Plugins:PluginProcessPOSIX",
333 strip_include_prefix = "source/Interpreter",
337 "source/Interpreter/InterpreterProperties.inc",
341 "source/Interpreter/InterpreterPropertiesEnum.inc",
345 td_file = "source/Interpreter/InterpreterProperties.td",
383 srcs = glob(["source/Interpreter/**/*.cpp"]),
402 srcs = glob(["source/Commands/**/*.td"]),
407 strip_include_prefix = "source/Commands",
411 "source/Commands/CommandOptions.inc",
415 td_file = "source/Commands/Options.td",
421 srcs = glob(["source/Commands/**/*.cpp"]),
422 hdrs = glob(["source/Commands/**/*.h"]),
423 strip_include_prefix = "source",
453 srcs = glob(["source/Symbol/**/*.cpp"]),
483 "source/Host/macosx/cfcpp/*.h",
484 "source/Host/macosx/objcxx/*.h",
486 strip_include_prefix = "source",
498 "source/Host/macosx/objcxx/*.mm",
519 "source/Host/common/**/*.cpp",
523 "source/Host/posix/**/*.cpp",
524 "source/Host/linux/**/*.cpp",
526 exclude = ["source/Host/linux/android/**/*.cpp"],
530 "source/Host/macosx/cfcpp/*.cpp",
531 "source/Host/posix/**/*.cpp",
589 "source/Core/**/*.td",
596 strip_include_prefix = "source/Core",
600 "source/Core/CoreProperties.inc",
604 "source/Core/CorePropertiesEnum.inc",
608 td_file = "source/Core/CoreProperties.td",
638 "source/Core/**/*.cpp",
639 "source/ValueObject/**/*.cpp", # This should be its own library.
659 "//lldb/source/Plugins:PluginCPlusPlusLanguageHeaders",
660 "//lldb/source/Plugins:PluginObjCLanguageHeaders",
669 strip_include_prefix = "source/Target",
673 "source/Target/TargetProperties.inc",
677 "source/Target/TargetPropertiesEnum.inc",
681 td_file = "source/Target/TargetProperties.td",
703 srcs = glob(["source/Target/**/*.cpp"]),
718 "//lldb/source/Plugins:PluginProcessUtility",
735 hdrs = glob(["source/Utility/**/*.h"]),
736 strip_include_prefix = "source",
748 srcs = glob(["source/Utility/**/*.cpp"]),
765 srcs = ["//lldb:source/API/liblldb-private.exports"],
779 srcs = ["//lldb:source/API/liblldb-private.exports"],
861 hdrs = glob(["tools/debugserver/source/MacOSX/**/*.h"]),
862 strip_include_prefix = "tools/debugserver/source/MacOSX",
867 hdrs = glob(["tools/debugserver/source/**/*.h"]),
868 strip_include_prefix = "tools/debugserver/source",
874 srcs = glob(["tools/debugserver/source/MacOSX/*.mm"]),
890 ["tools/debugserver/source/**/*.cpp"],
891 exclude = ["tools/debugserver/source/debugserver.cpp"],
905 srcs = ["tools/debugserver/source/MacOSX/dbgnub-mig.defs"],
926 template = "tools/debugserver/source/debugserver_vers.c.in",
932 "tools/debugserver/source/debugserver.cpp",
1005 "//lldb/source/Plugins:PluginCPlusPlusLanguage",
1006 "//lldb/source/Plugins:PluginExpressionParserClang",
1007 "//lldb/source/Plugins:PluginInstructionARM",
1008 "//lldb/source/Plugins:PluginInstructionARM64",
1009 "//lldb/source/Plugins:PluginInstructionLoongArch",
1010 "//lldb/source/Plugins:PluginInstructionMIPS",
1011 "//lldb/source/Plugins:PluginInstructionMIPS64",
1012 "//lldb/source/Plugins:PluginInstructionRISCV",
1013 "//lldb/source/Plugins:PluginObjCLanguage",
1014 "//lldb/source/Plugins:PluginProcessGDBRemote",
1015 "//lldb/source/Plugins:PluginSymbolFileDWARF",
1016 "//lldb/source/Plugins:PluginSymbolFileNativePDB",
1017 "//lldb/source/Plugins:PluginSymbolFilePDB",
1018 "//lldb/source/Plugins:PluginTypeSystemClang",
1023 "//lldb/source/Plugins:PluginObjectFileELF",
1024 "//lldb/source/Plugins:PluginProcessLinux",
1027 "//lldb/source/Plugins:PluginObjectFileMachO",