Please use GitHub pull requests for new patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
lldb/unittests/SymbolFile/DWARF/XcodeSDKModuleTests.cpp
Show All 32 Lines | |||||
} // namespace | } // namespace | ||||
TEST_F(XcodeSDKModuleTests, TestModuleGetXcodeSDK) { | TEST_F(XcodeSDKModuleTests, TestModuleGetXcodeSDK) { | ||||
const char *yamldata = R"( | const char *yamldata = R"( | ||||
debug_str: | debug_str: | ||||
- MacOSX10.9.sdk | - MacOSX10.9.sdk | ||||
debug_abbrev: | debug_abbrev: | ||||
- Table: | |||||
- Code: 0x00000001 | - Code: 0x00000001 | ||||
Tag: DW_TAG_compile_unit | Tag: DW_TAG_compile_unit | ||||
Children: DW_CHILDREN_no | Children: DW_CHILDREN_no | ||||
Attributes: | Attributes: | ||||
- Attribute: DW_AT_language | - Attribute: DW_AT_language | ||||
Form: DW_FORM_data2 | Form: DW_FORM_data2 | ||||
- Attribute: DW_AT_APPLE_sdk | - Attribute: DW_AT_APPLE_sdk | ||||
Form: DW_FORM_strp | Form: DW_FORM_strp | ||||
debug_info: | debug_info: | ||||
- Length: 8 | - Length: 8 | ||||
Version: 2 | Version: 2 | ||||
AbbrOffset: 0 | AbbrOffset: 0 | ||||
AddrSize: 8 | AddrSize: 8 | ||||
Entries: | Entries: | ||||
- AbbrCode: 0x00000001 | - AbbrCode: 0x00000001 | ||||
Values: | Values: | ||||
Show All 22 Lines |