File tree 2 files changed +10
-0
lines changed
lldb/test/Shell/SymbolFile/DWARF/x86
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 59
59
// RUN: lldb-test symbols --name=not_there --find=function %t | \
60
60
// RUN: FileCheck --check-prefix=EMPTY %s
61
61
62
+ // / Test a per-module index built by lld.
63
+ // RUN: ld.lld --debug-names %t.o -o %t
64
+ // RUN: lldb-test symbols --name=foo --find=function --function-flags=base %t | \
65
+ // RUN: FileCheck --check-prefix=BASE %s
66
+
62
67
// NAMES: Name: .debug_names
63
68
64
69
// BASE: Found 4 functions:
Original file line number Diff line number Diff line change 33
33
// RUN: lldb-test symbols --name=not_there --find=variable %t | \
34
34
// RUN: FileCheck --check-prefix=EMPTY %s
35
35
36
+ // / Test a per-module index built by lld.
37
+ // RUN: ld.lld --debug-names %t.o -o %t
38
+ // RUN: lldb-test symbols --name=foo --find=variable --context=context %t | \
39
+ // RUN: FileCheck --check-prefix=CONTEXT %s
40
+
36
41
// NAMES: Name: .debug_names
37
42
38
43
// EMPTY: Found 0 variables:
You can’t perform that action at this time.
0 commit comments