Changeset 54583 in vbox for trunk/src/VBox/Runtime/r3/solaris
- Timestamp:
- Mar 2, 2015 3:42:56 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98722
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/solaris/coredumper-solaris.cpp
r48935 r54583 1349 1349 /* 1350 1350 * This is a known violation of the 64-bit ELF spec., see xTracker @bugref{5211} 1351 * for the historic reasons as to the padding and nameszanomalies.1351 * for the historic reasons as to the padding and 'namesz' anomalies. 1352 1352 */ 1353 1353 static const char s_achPad[3] = { 0, 0, 0 }; … … 1688 1688 { 1689 1689 ProgHdr.p_vaddr = pMapInfo->pMap.pr_vaddr; /* Virtual address of this mapping in the process address space */ 1690 ProgHdr.p_offset = pSolCore->offWrite; /* Where this mapping is located in the core file */1690 ProgHdr.p_offset = pSolCore->offWrite; /* Where this mapping is located in the core file */ 1691 1691 ProgHdr.p_memsz = pMapInfo->pMap.pr_size; /* Size of the memory image of the mapping */ 1692 1692 ProgHdr.p_filesz = pMapInfo->pMap.pr_size; /* Size of the file image of the mapping */
Note:
See TracChangeset
for help on using the changeset viewer.