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 039cfe8 commit cec341bCopy full SHA for cec341b
llvm/utils/gn/secondary/lldb/source/Target/BUILD.gn
@@ -61,6 +61,7 @@ static_library("Target") {
61
"RegisterFlags.cpp",
62
"RegisterNumber.cpp",
63
"RemoteAwarePlatform.cpp",
64
+ "ScriptedThreadPlan.cpp",
65
"SectionLoadHistory.cpp",
66
"SectionLoadList.cpp",
67
"StackFrame.cpp",
@@ -82,7 +83,6 @@ static_library("Target") {
82
83
"ThreadPlanCallFunctionUsingABI.cpp",
84
"ThreadPlanCallOnFunctionExit.cpp",
85
"ThreadPlanCallUserExpression.cpp",
- "ThreadPlanPython.cpp",
86
"ThreadPlanRunToAddress.cpp",
87
"ThreadPlanShouldStopHere.cpp",
88
"ThreadPlanStack.cpp",
0 commit comments