hc
2024-03-22 a0752693d998599af469473b8dc239ef973a012f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
// !$*UTF8*$!
{
   08FB7793FE84155DC02AAC07 /* Project object */ = {
       activeBuildConfigurationName = Debug;
       activeExecutable = BA11A1010FB10BCE00D06FEC /* Host.dll */;
       activeTarget = D28A88AD04BDD90700651E21 /* xcode_project */;
       breakpoints = (
           BA11A11A0FB10E0700D06FEC /* SecGdbConfigBreak */,
       );
       codeSenseManager = BA11A0FE0FB10B4800D06FEC /* Code sense */;
       executables = (
           BA11A1010FB10BCE00D06FEC /* Host.dll */,
       );
       perUserDictionary = {
           "PBXConfiguration.PBXBreakpointsDataSource.v1:1CA1AED706398EBD00589147" = {
               PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
               PBXFileTableDataSourceColumnSortingKey = PBXBreakpointsDataSource_BreakpointID;
               PBXFileTableDataSourceColumnWidthsKey = (
                   20,
                   20,
                   198,
                   20,
                   99,
                   99,
                   29,
                   20,
               );
               PBXFileTableDataSourceColumnsKey = (
                   PBXBreakpointsDataSource_ActionID,
                   PBXBreakpointsDataSource_TypeID,
                   PBXBreakpointsDataSource_BreakpointID,
                   PBXBreakpointsDataSource_UseID,
                   PBXBreakpointsDataSource_LocationID,
                   PBXBreakpointsDataSource_ConditionID,
                   PBXBreakpointsDataSource_IgnoreCountID,
                   PBXBreakpointsDataSource_ContinueID,
               );
           };
           PBXConfiguration.PBXFileTableDataSource3.PBXExecutablesDataSource = {
               PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
               PBXFileTableDataSourceColumnSortingKey = PBXExecutablesDataSource_NameID;
               PBXFileTableDataSourceColumnWidthsKey = (
                   22,
                   300,
                   229,
               );
               PBXFileTableDataSourceColumnsKey = (
                   PBXExecutablesDataSource_ActiveFlagID,
                   PBXExecutablesDataSource_NameID,
                   PBXExecutablesDataSource_CommentsID,
               );
           };
           PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = {
               PBXFileTableDataSourceColumnSortingDirectionKey = "-1";
               PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID;
               PBXFileTableDataSourceColumnWidthsKey = (
                   20,
                   341,
                   20,
                   48,
                   43,
                   43,
                   20,
               );
               PBXFileTableDataSourceColumnsKey = (
                   PBXFileDataSource_FiletypeID,
                   PBXFileDataSource_Filename_ColumnID,
                   PBXFileDataSource_Built_ColumnID,
                   PBXFileDataSource_ObjectSize_ColumnID,
                   PBXFileDataSource_Errors_ColumnID,
                   PBXFileDataSource_Warnings_ColumnID,
                   PBXFileDataSource_Target_ColumnID,
               );
           };
           PBXPerProjectTemplateStateSaveDate = 263260969;
           PBXWorkspaceStateSaveDate = 263260969;
       };
       sourceControlManager = BA11A0FD0FB10B4800D06FEC /* Source Control */;
       userBuildSettings = {
       };
   };
   BA11A0FD0FB10B4800D06FEC /* Source Control */ = {
       isa = PBXSourceControlManager;
       fallbackIsa = XCSourceControlManager;
       isSCMEnabled = 0;
       repositoryNamesForRoots = {
       };
       scmConfiguration = {
       };
   };
   BA11A0FE0FB10B4800D06FEC /* Code sense */ = {
       isa = PBXCodeSenseManager;
       indexTemplatePath = "";
   };
   BA11A1010FB10BCE00D06FEC /* Host.dll */ = {
       isa = PBXExecutable;
       activeArgIndices = (
       );
       argumentStrings = (
       );
       autoAttachOnCrash = 1;
       breakpointsEnabled = 1;
       configStateDict = {
           "PBXLSLaunchAction-0" = {
               PBXLSLaunchAction = 0;
               PBXLSLaunchStartAction = 1;
               PBXLSLaunchStdioStyle = 2;
               PBXLSLaunchStyle = 0;
               class = PBXLSRunLaunchConfig;
               commandLineArgs = (
               );
               displayName = "Executable Runner";
               environment = {
               };
               identifier = com.apple.Xcode.launch.runConfig;
               remoteHostInfo = "";
               startActionInfo = "";
           };
           "PBXLSLaunchAction-1" = {
               PBXLSLaunchAction = 1;
               PBXLSLaunchStartAction = 1;
               PBXLSLaunchStdioStyle = 2;
               PBXLSLaunchStyle = 0;
               class = PBXGDB_LaunchConfig;
               commandLineArgs = (
               );
               displayName = GDB;
               environment = {
               };
               identifier = com.apple.Xcode.launch.GDBMI_Config;
               remoteHostInfo = "";
               startActionInfo = "";
           };
       };
       customDataFormattersEnabled = 0;
       dataTipCustomDataFormattersEnabled = 1;
       dataTipShowTypeColumn = 1;
       dataTipSortType = 0;
       debuggerPlugin = GDBDebugging;
       disassemblyDisplayState = 0;
       dylibVariantSuffix = "";
       enableDebugStr = 1;
       environmentEntries = (
       );
       executableSystemSymbolLevel = 0;
       executableUserSymbolLevel = 0;
       launchableReference = BA11A1020FB10BCE00D06FEC /* Host.dll */;
       libgmallocEnabled = 0;
       name = Host.dll;
       savedGlobals = {
       };
       showTypeColumn = 0;
       sourceDirectories = (
       );
       startupPath = ../../../../Build/Emulator/DEBUG_XCLANG/X64;
   };
   BA11A1020FB10BCE00D06FEC /* Host.dll */ = {
       isa = PBXFileReference;
       lastKnownFileType = "compiled.mach-o.executable";
       name = Host.dll;
       path = ../../../../Build/Emulator/DEBUG_XCLANG/X64/Host;
       sourceTree = SOURCE_ROOT;
   };
   BA11A11A0FB10E0700D06FEC /* SecGdbConfigBreak */ = {
       isa = PBXSymbolicBreakpoint;
       actions = (
           BA11A11E0FB10E2200D06FEC /* XCBreakpointCommandAction */,
       );
       breakpointStyle = 1;
       continueAfterActions = 1;
       countType = 0;
       delayBeforeContinue = 0;
       hitCount = 0;
       ignoreCount = 0;
       location = Host;
       modificationTime = 263261853.260195;
       originalNumberOfMultipleMatches = 1;
       state = 1;
       symbolName = SecGdbConfigBreak;
   };
   BA11A11E0FB10E2200D06FEC /* XCBreakpointCommandAction */ = {
       isa = XCBreakpointCommandAction;
       command = "set gInXcode=1\nsource ../../../../EmulatorPkg/Unix/GdbRun.sh";
       fallbackIsa = XCBreakpointAction;
       logCommand = 0;
       useDebuggerSideImplementation = 1;
   };
   D28A88AD04BDD90700651E21 /* xcode_project */ = {
       activeExec = 0;
   };
}