Skip to content

Commit 746e52a

Browse files
committed
Disable SwiftDWARFImporterDelegate by default.
rdar://problem/56582727
1 parent 0cf3cc9 commit 746e52a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lldb/lit/Swift/No.swiftmodule-ObjC.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# RUN: %target-swiftc -o %t/a.out %t/main.o %t/ObjCStuff.o
1212
# RUN: %lldb %t/a.out -s %s | FileCheck %S/Inputs/No.swiftmodule-ObjC.swift
1313

14+
settings set symbols.use-swift-dwarfimporter true
1415
breakpoint set -p "break here"
1516
run
1617
frame variable -d no-dynamic

lldb/source/Core/CoreProperties.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let Definition = "modulelist" in {
1010
DefaultStringValue<"">,
1111
Desc<"The path to the clang modules cache directory (-fmodules-cache-path).">;
1212
def UseDWARFImporter: Property<"use-swift-dwarfimporter", "Boolean">,
13-
DefaultTrue,
13+
DefaultFalse,
1414
Desc<"Reconstruct Clang module dependencies from DWARF when debugging Swift code">;
1515
def SwiftModuleLoadingMode: Property<"swift-module-loading-mode", "Enum">,
1616
DefaultEnumValue<"eSwiftModuleLoadingModePreferSerialized">,

0 commit comments

Comments
 (0)