This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Showing All Messages | |
| Build target QuickLookDemo of project QuickLookDemo with configuration Debug | |
| Write auxiliary files | |
| /bin/mkdir -p /Users/lynnl/dev/QuickLookDemo/DerivedData/QuickLookDemo/Build/Intermediates.noindex/QuickLookDemo.build/Debug/QuickLookDemo.build/Objects-normal/x86_64 | |
| write-file /Users/lynnl/dev/QuickLookDemo/DerivedData/QuickLookDemo/Build/Intermediates.noindex/QuickLookDemo.build/Debug/QuickLookDemo.build/Objects-normal/x86_64/QuickLookDemo.LinkFileList | |
| write-file /Users/lynnl/dev/QuickLookDemo/DerivedData/QuickLookDemo/Build/Intermediates.noindex/QuickLookDemo.build/Debug/QuickLookDemo.build/QuickLookDemo-all-target-headers.hmap |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <time.h> | |
| #include <sys/time.h> | |
| #define TIMESTR_SZ 32 | |
| static const char *timestr(void) | |
| { | |
| static char str[TIMESTR_SZ]; | |
| struct timeval tv; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Stringify compile flags for ease of debugging | |
| CPPFLAGS+= -D__CFLAGS__=\"$(shell sed 's/ /\\ /g' <<< '$(CFLAGS)')\" | |
| CPPFLAGS+= -D__LDFLAGS__=\"$(shell sed 's/ /\\ /g' <<< '$(LDFLAGS)')\" | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Showing All Messages | |
| Build target IOKitExample of project IOKitExample with configuration Debug | |
| Write auxiliary files | |
| write-file /Users/lynnl/dev/IOKitExample/DerivedData/IOKitExample/Build/Intermediates.noindex/IOKitExample.build/Debug/IOKitExample.build/IOKitExample-all-target-headers.hmap | |
| /bin/mkdir -p /Users/lynnl/dev/IOKitExample/DerivedData/IOKitExample/Build/Intermediates.noindex/IOKitExample.build/Debug/IOKitExample.build/DerivedSources | |
| write-file /Users/lynnl/dev/IOKitExample/DerivedData/IOKitExample/Build/Intermediates.noindex/IOKitExample.build/Debug/IOKitExample.build/DerivedSources/IOKitExample_info.c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Anonymous UUID: ACB34763-3BB9-ECBA-9615-D786D1C65C95 | |
| Tue Feb 12 20:23:26 2019 | |
| *** Panic Report *** | |
| panic(cpu 1 caller 0xffffff801f78776f): Kernel trap at 0xffffff801f746340, type 14=page fault, registers: | |
| CR0: 0x000000008001003b, CR2: 0xffffff8031990000, CR3: 0x000000002256f000, CR4: 0x00000000003606e0 | |
| RAX: 0xffffff8031990000, RBX: 0xffffff80b771b99a, RCX: 0x0000000000000000, RDX: 0x0000000000000030 | |
| RSP: 0xffffff80b771b860, RBP: 0xffffff80b771b880, RSI: 0xffffff803198f880, RDI: 0xffffff80b771b990 | |
| R8: 0xffffff80b771ba90, R9: 0x0000000000000008, R10: 0x000000000000000a, R11: 0x0000000000000000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Fetch AXUIElement attribute's value from a given path | |
| * @attributePath Parent-child path string | |
| * Example: "AXMenuBar" | |
| * "AXFocusedWindow, AXDocument" | |
| * "AXFocusedWindow, AXCloseButton, AXEdited" | |
| * @return see [self valueOfUIElement: attribute:] | |
| * | |
| * TRYME: reprototype to [self valueOfUIElement:(AXUIElementRef) attributePath:(NSString *) ...] | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Fetch AXUIElement attribute's value from a given list of attributes | |
| * @attributes Attribute list | |
| * @return Attribute's value NULL if failed to get | |
| * You should use CFGetTypeID() to inspect type of return value before use it | |
| * If nonnull you must release it by CFRelease() | |
| * | |
| * NOTE: must pass NULL to terminate `attributes' parameter | |
| * otherwise undefined behaviour may happen | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Creates an array of all uniform type identifiers indicated | |
| * by the specified tag under builtin tag classes | |
| * @inTag: the tag string | |
| * @inConformingToUTI the identifier of a type to which the result must conform | |
| * @return a new CFArrayRef containing all type identifiers | |
| * NULL if no inConformingToUTI match or memory failure | |
| * Ownership follows the The Create Rule | |
| */ | |
| CFArrayRef UTTypeCreateBuiltinIdentifiersForTag( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdint.h> | |
| #include <stddef.h> | |
| static const uint16_t __base16_enc_le[] = { | |
| 0x3030, 0x3130, 0x3230, 0x3330, 0x3430, 0x3530, 0x3630, 0x3730, | |
| 0x3830, 0x3930, 0x4130, 0x4230, 0x4330, 0x4430, 0x4530, 0x4630, | |
| 0x3031, 0x3131, 0x3231, 0x3331, 0x3431, 0x3531, 0x3631, 0x3731, | |
| 0x3831, 0x3931, 0x4131, 0x4231, 0x4331, 0x4431, 0x4531, 0x4631, | |
| 0x3032, 0x3132, 0x3232, 0x3332, 0x3432, 0x3532, 0x3632, 0x3732, | |
| 0x3832, 0x3932, 0x4132, 0x4232, 0x4332, 0x4432, 0x4532, 0x4632, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdlib.h> | |
| #include <limits.h> | |
| #include <errno.h> | |
| /** | |
| * [sic strtoll(3)] Convert a string value to a long long | |
| * | |
| * @str the value string | |
| * @delim delimiter character(an invalid one) for a success match | |
| * note '\0' for a strict match |