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 cadfd0b commit 6539481Copy full SHA for 6539481
lldb/test/API/macosx/ctf/Makefile
@@ -17,15 +17,19 @@ a.ctf: a.out.dSYM
17
-o a.ctf \
18
a.out.dSYM/Contents/Resources/DWARF/a.out
19
$(OBJCOPY) \
20
- -R __DWARF,__debug_line \
21
- -R __DWARF,__debug_aranges \
22
- -R __DWARF,__debug_info \
23
- -R __DWARF,__debug_abbrev \
24
- -R __DWARF,__debug_str \
25
-R __DWARF,__apple_names \
26
-R __DWARF,__apple_namespac \
27
- -R __DWARF,__apple_types \
28
-R __DWARF,__apple_objc \
+ -R __DWARF,__apple_types \
+ -R __DWARF,__debug_abbrev \
+ -R __DWARF,__debug_addr \
+ -R __DWARF,__debug_aranges \
+ -R __DWARF,__debug_info \
+ -R __DWARF,__debug_line \
29
+ -R __DWARF,__debug_line_str \
30
+ -R __DWARF,__debug_names \
31
+ -R __DWARF,__debug_str \
32
+ -R __DWARF,__debug_str_offs \
33
a.ctf a.ctf
34
rm -rf a.out.dSYM
35
rm -rf test.o
0 commit comments