Core dump: Add symbols for commpage to core file

This commit is contained in:
Ingo Weinhold
2016-05-22 22:10:48 +02:00
parent 90f571868e
commit c60453fd79
2 changed files with 146 additions and 1 deletions
+9
View File
@@ -610,6 +610,7 @@ typedef struct {
#define NT_AREAS 0x61726561 /* areas */
#define NT_IMAGES 0x696d6167 /* images */
#define NT_THREADS 0x74687264 /* threads */
#define NT_SYMBOLS 0x73796d73 /* symbols */
/* NT_TEAM: uint32 entrySize; Elf32_Note_Team; char[] args */
typedef struct {
@@ -731,6 +732,14 @@ typedef struct {
uint64 nth_stack_end; /* thread stack end address */
} Elf64_Note_Thread_Entry;
/* NT_SYMBOLS:
* int32 imageId;
* uint32 symbolCount;
* uint32 entrySize;
* Elf{32,64}_Sym[count];
* char[] strings
*/
/*** inline functions ***/