File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
llvm/utils/gn/secondary/lldb/source/Plugins Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -15,5 +15,8 @@ static_library("Linux") {
15
15
16
16
# Reaches into Plugins/Platform/POSIX.
17
17
include_dirs = [ " //lldb/source" ]
18
- sources = [ " PlatformLinux.cpp" ]
18
+ sources = [
19
+ " LinuxSignals.cpp" ,
20
+ " PlatformLinux.cpp" ,
21
+ ]
19
22
}
Original file line number Diff line number Diff line change @@ -16,5 +16,8 @@ static_library("gdb-server") {
16
16
17
17
# Reaches into Plugins/Process/Utility.
18
18
include_dirs = [ " //lldb/source" ]
19
- sources = [ " PlatformRemoteGDBServer.cpp" ]
19
+ sources = [
20
+ " GDBRemoteSignals.cpp" ,
21
+ " PlatformRemoteGDBServer.cpp" ,
22
+ ]
20
23
}
Original file line number Diff line number Diff line change @@ -19,19 +19,15 @@ static_library("Utility") {
19
19
include_dirs = [ " //lldb/source" ]
20
20
sources = [
21
21
" AuxVector.cpp" ,
22
- " FreeBSDSignals.cpp" ,
23
- " GDBRemoteSignals.cpp" ,
24
22
" HistoryThread.cpp" ,
25
23
" HistoryUnwind.cpp" ,
26
24
" InferiorCallPOSIX.cpp" ,
27
25
" LinuxProcMaps.cpp" ,
28
- " LinuxSignals.cpp" ,
29
26
" MemoryTagManagerAArch64MTE.cpp" ,
30
27
" NativeProcessSoftwareSingleStep.cpp" ,
31
28
" NativeRegisterContextDBReg_arm64.cpp" ,
32
29
" NativeRegisterContextDBReg_x86.cpp" ,
33
30
" NativeRegisterContextRegisterInfo.cpp" ,
34
- " NetBSDSignals.cpp" ,
35
31
" RegisterContextDarwin_arm.cpp" ,
36
32
" RegisterContextDarwin_arm64.cpp" ,
37
33
" RegisterContextDarwin_i386.cpp" ,
You can’t perform that action at this time.
0 commit comments