mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
coredump: update test data for toolchain 2021r2
This commit is contained in:
@@ -7,7 +7,7 @@ Crashed task handle: 0x3fce1c94, name: 'unaligned_ptr_t', GDB name: 'process 107
|
||||
================== CURRENT THREAD REGISTERS ===================
|
||||
exccause 0x1d (StoreProhibitedCause)
|
||||
excvaddr 0x5
|
||||
epc1 0x42009727
|
||||
epc1 0x42009a9f
|
||||
epc2 0x0
|
||||
epc3 0x0
|
||||
epc4 0x0
|
||||
@@ -18,12 +18,12 @@ eps3 0x0
|
||||
eps4 0x0
|
||||
eps5 0x0
|
||||
eps6 0x0
|
||||
pc 0x42004e79 0x42004e79 <recur_func+85>
|
||||
lbeg 0x400556d5 1074091733
|
||||
lend 0x400556e5 1074091749
|
||||
lcount 0xfffffff8 4294967288
|
||||
sar 0x0 0
|
||||
ps 0x60620 394784
|
||||
pc 0x42004ecd 0x42004ecd <recur_func+85>
|
||||
lbeg 0x400556d5 1074091733
|
||||
lend 0x400556e5 1074091749
|
||||
lcount 0xfffffff8 4294967288
|
||||
sar 0x0 0
|
||||
ps 0x60620 394784
|
||||
threadptr <unavailable>
|
||||
br <unavailable>
|
||||
scompare1 <unavailable>
|
||||
@@ -39,86 +39,86 @@ f64r_hi <unavailable>
|
||||
f64s <unavailable>
|
||||
fcr <unavailable>
|
||||
fsr <unavailable>
|
||||
a0 0x82004e54 -2113909164
|
||||
a1 0x3fce1a80 1070471808
|
||||
a2 0x2 2
|
||||
a3 0x3fce1acc 1070471884
|
||||
a4 0x3fce1ac0 1070471872
|
||||
a5 0x0 0
|
||||
a6 0x3fcf0824 1070532644
|
||||
a7 0x1 1
|
||||
a8 0x5 5
|
||||
a9 0xffffffad -83
|
||||
a10 0x20 32
|
||||
a11 0x3fce1cf4 1070472436
|
||||
a12 0x1 1
|
||||
a13 0x80 128
|
||||
a14 0x0 0
|
||||
a15 0x1 1
|
||||
a0 0x82004ea8 -2113909080
|
||||
a1 0x3fce1a80 1070471808
|
||||
a2 0x2 2
|
||||
a3 0x3fce1acc 1070471884
|
||||
a4 0x3fce1ac0 1070471872
|
||||
a5 0x0 0
|
||||
a6 0x3fcf0824 1070532644
|
||||
a7 0x1 1
|
||||
a8 0x5 5
|
||||
a9 0xffffffad -83
|
||||
a10 0x20 32
|
||||
a11 0x3fce1cf4 1070472436
|
||||
a12 0x1 1
|
||||
a13 0x80 128
|
||||
a14 0x0 0
|
||||
a15 0x1 1
|
||||
|
||||
==================== CURRENT THREAD STACK =====================
|
||||
#0 0x42004e79 in recur_func () at ../main/test_core_dump.c:70
|
||||
#1 0x42004e54 in recur_func () at ../main/test_core_dump.c:63
|
||||
#2 0x42004e54 in recur_func () at ../main/test_core_dump.c:63
|
||||
#3 0x42004e9f in unaligned_ptr_task (pvParameter=0x0) at ../main/test_core_dump.c:80
|
||||
#4 0x4037b974 in vPortTaskWrapper (pxCode=0x42004e84 <unaligned_ptr_task>, pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:159
|
||||
#0 0x42004ecd in recur_func () at ../main/test_core_dump.c:70
|
||||
#1 0x42004ea8 in recur_func () at ../main/test_core_dump.c:63
|
||||
#2 0x42004ea8 in recur_func () at ../main/test_core_dump.c:63
|
||||
#3 0x42004ef3 in unaligned_ptr_task (pvParameter=0x0) at ../main/test_core_dump.c:80
|
||||
#4 0x4037b9bc in vPortTaskWrapper (pxCode=0x42004ed8 <unaligned_ptr_task>, pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:159
|
||||
|
||||
======================== THREADS INFO =========================
|
||||
Id Target Id Frame
|
||||
* 1 process 1070472340 0x42004e79 in recur_func () at ../main/test_core_dump.c:70
|
||||
2 process 1070549672 0x420188a6 in esp_pm_impl_waiti () at ../../../hal/esp32s3/include/hal/cpu_ll.h:182
|
||||
3 process 1070551560 0x420188a6 in esp_pm_impl_waiti () at ../../../hal/esp32s3/include/hal/cpu_ll.h:182
|
||||
4 process 1070474740 0x4037a222 in vTaskDelay (xTicksToDelay=100) at ../../../hal/esp32s3/include/hal/cpu_ll.h:38
|
||||
5 process 1070469940 0x4037a222 in vTaskDelay (xTicksToDelay=100) at ../../../hal/esp32s3/include/hal/cpu_ll.h:38
|
||||
6 process 1070537184 0x40379ac5 in xQueueSemaphoreTake (xQueue=0x3fcf1584, xTicksToWait=<optimized out>) at ../../../hal/esp32s3/include/hal/cpu_ll.h:38
|
||||
Id Target Id Frame
|
||||
* 1 process 1070472340 0x42004ecd in recur_func () at ../main/test_core_dump.c:70
|
||||
2 process 1070549672 0x42018d5a in esp_pm_impl_waiti () at ../../../hal/esp32s3/include/hal/cpu_ll.h:182
|
||||
3 process 1070551560 0x42018d5a in esp_pm_impl_waiti () at ../../../hal/esp32s3/include/hal/cpu_ll.h:182
|
||||
4 process 1070474740 0x4037a26a in vTaskDelay (xTicksToDelay=100) at ../../../hal/esp32s3/include/hal/cpu_ll.h:38
|
||||
5 process 1070469940 0x4037a26a in vTaskDelay (xTicksToDelay=100) at ../../../hal/esp32s3/include/hal/cpu_ll.h:38
|
||||
6 process 1070537184 0x40379b0d in xQueueSemaphoreTake (xQueue=0x3fcf1584, xTicksToWait=<optimized out>) at ../../../hal/esp32s3/include/hal/cpu_ll.h:38
|
||||
7 process 1070543272 0x400559e0 in ?? ()
|
||||
8 process 1070538824 xQueueSemaphoreTake (xQueue=0x3fcf1bec, xTicksToWait=<optimized out>) at /builds/espressif/esp-idf/components/freertos/queue.c:1518
|
||||
8 process 1070538824 xQueueSemaphoreTake (xQueue=0x3fcf1bec, xTicksToWait=<optimized out>) at /builds/espressif/esp-idf/components/freertos/queue.c:1563
|
||||
|
||||
==================== THREAD 1 (TCB: 0x3fce1c94, name: 'unaligned_ptr_t') =====================
|
||||
#0 0x42004e79 in recur_func () at ../main/test_core_dump.c:70
|
||||
#1 0x42004e54 in recur_func () at ../main/test_core_dump.c:63
|
||||
#2 0x42004e54 in recur_func () at ../main/test_core_dump.c:63
|
||||
#3 0x42004e9f in unaligned_ptr_task (pvParameter=0x0) at ../main/test_core_dump.c:80
|
||||
#4 0x4037b974 in vPortTaskWrapper (pxCode=0x42004e84 <unaligned_ptr_task>, pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:159
|
||||
#0 0x42004ecd in recur_func () at ../main/test_core_dump.c:70
|
||||
#1 0x42004ea8 in recur_func () at ../main/test_core_dump.c:63
|
||||
#2 0x42004ea8 in recur_func () at ../main/test_core_dump.c:63
|
||||
#3 0x42004ef3 in unaligned_ptr_task (pvParameter=0x0) at ../main/test_core_dump.c:80
|
||||
#4 0x4037b9bc in vPortTaskWrapper (pxCode=0x42004ed8 <unaligned_ptr_task>, pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:159
|
||||
|
||||
==================== THREAD 2 (TCB: 0x3fcf4aa8, name: 'IDLE') =====================
|
||||
#0 0x420188a6 in esp_pm_impl_waiti () at ../../../hal/esp32s3/include/hal/cpu_ll.h:182
|
||||
#1 0x42001caa in esp_vApplicationIdleHook () at /builds/espressif/esp-idf/components/esp_system/freertos_hooks.c:63
|
||||
#2 0x40379fc8 in prvIdleTask (pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/tasks.c:3909
|
||||
#3 0x4037b974 in vPortTaskWrapper (pxCode=0x40379fbc <prvIdleTask>, pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:159
|
||||
#0 0x42018d5a in esp_pm_impl_waiti () at ../../../hal/esp32s3/include/hal/cpu_ll.h:182
|
||||
#1 0x42001cfe in esp_vApplicationIdleHook () at /builds/espressif/esp-idf/components/esp_system/freertos_hooks.c:63
|
||||
#2 0x4037a010 in prvIdleTask (pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/tasks.c:3959
|
||||
#3 0x4037b9bc in vPortTaskWrapper (pxCode=0x4037a004 <prvIdleTask>, pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:159
|
||||
|
||||
==================== THREAD 3 (TCB: 0x3fcf5208, name: 'IDLE') =====================
|
||||
#0 0x420188a6 in esp_pm_impl_waiti () at ../../../hal/esp32s3/include/hal/cpu_ll.h:182
|
||||
#1 0x42001caa in esp_vApplicationIdleHook () at /builds/espressif/esp-idf/components/esp_system/freertos_hooks.c:63
|
||||
#2 0x40379fc8 in prvIdleTask (pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/tasks.c:3909
|
||||
#3 0x4037b974 in vPortTaskWrapper (pxCode=0x40379fbc <prvIdleTask>, pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:159
|
||||
#0 0x42018d5a in esp_pm_impl_waiti () at ../../../hal/esp32s3/include/hal/cpu_ll.h:182
|
||||
#1 0x42001cfe in esp_vApplicationIdleHook () at /builds/espressif/esp-idf/components/esp_system/freertos_hooks.c:63
|
||||
#2 0x4037a010 in prvIdleTask (pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/tasks.c:3959
|
||||
#3 0x4037b9bc in vPortTaskWrapper (pxCode=0x4037a004 <prvIdleTask>, pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:159
|
||||
|
||||
==================== THREAD 4 (TCB: 0x3fce25f4, name: 'failed_assert_t') =====================
|
||||
#0 0x4037a222 in vTaskDelay (xTicksToDelay=100) at ../../../hal/esp32s3/include/hal/cpu_ll.h:38
|
||||
#1 0x42004d4a in failed_assert_task (pvParameter=0x0) at ../main/test_core_dump.c:89
|
||||
#2 0x4037b974 in vPortTaskWrapper (pxCode=0x42004d38 <failed_assert_task>, pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:159
|
||||
#0 0x4037a26a in vTaskDelay (xTicksToDelay=100) at ../../../hal/esp32s3/include/hal/cpu_ll.h:38
|
||||
#1 0x42004d9e in failed_assert_task (pvParameter=0x0) at ../main/test_core_dump.c:89
|
||||
#2 0x4037b9bc in vPortTaskWrapper (pxCode=0x42004d8c <failed_assert_task>, pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:159
|
||||
|
||||
==================== THREAD 5 (TCB: 0x3fce1334, name: 'bad_ptr_task') =====================
|
||||
#0 0x4037a222 in vTaskDelay (xTicksToDelay=100) at ../../../hal/esp32s3/include/hal/cpu_ll.h:38
|
||||
#1 0x42004e16 in bad_ptr_task (pvParameter=0x0) at ../main/test_core_dump.c:43
|
||||
#2 0x4037b974 in vPortTaskWrapper (pxCode=0x42004e04 <bad_ptr_task>, pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:159
|
||||
#0 0x4037a26a in vTaskDelay (xTicksToDelay=100) at ../../../hal/esp32s3/include/hal/cpu_ll.h:38
|
||||
#1 0x42004e6a in bad_ptr_task (pvParameter=0x0) at ../main/test_core_dump.c:43
|
||||
#2 0x4037b9bc in vPortTaskWrapper (pxCode=0x42004e58 <bad_ptr_task>, pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:159
|
||||
|
||||
==================== THREAD 6 (TCB: 0x3fcf19e0, name: 'ipc0') =====================
|
||||
#0 0x40379ac5 in xQueueSemaphoreTake (xQueue=0x3fcf1584, xTicksToWait=<optimized out>) at ../../../hal/esp32s3/include/hal/cpu_ll.h:38
|
||||
#1 0x4037680f in ipc_task (arg=0x0) at /builds/espressif/esp-idf/components/esp_ipc/src/esp_ipc.c:59
|
||||
#2 0x4037b974 in vPortTaskWrapper (pxCode=0x403767e4 <ipc_task>, pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:159
|
||||
#0 0x40379b0d in xQueueSemaphoreTake (xQueue=0x3fcf1584, xTicksToWait=<optimized out>) at ../../../hal/esp32s3/include/hal/cpu_ll.h:38
|
||||
#1 0x40376837 in ipc_task (arg=0x0) at /builds/espressif/esp-idf/components/esp_ipc/src/esp_ipc.c:59
|
||||
#2 0x4037b9bc in vPortTaskWrapper (pxCode=0x4037680c <ipc_task>, pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:159
|
||||
|
||||
==================== THREAD 7 (TCB: 0x3fcf31a8, name: 'esp_timer') =====================
|
||||
#0 0x400559e0 in ?? ()
|
||||
#1 0x4037bb8a in vPortExitCritical (mux=<optimized out>) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:447
|
||||
#2 0x4037b30a in ulTaskGenericNotifyTake (uxIndexToWait=0, xClearCountOnExit=1, xTicksToWait=<optimized out>) at /builds/espressif/esp-idf/components/freertos/tasks.c:5303
|
||||
#3 0x420047cf in timer_task (arg=0x0) at /builds/espressif/esp-idf/components/esp_timer/src/esp_timer.c:392
|
||||
#4 0x4037b974 in vPortTaskWrapper (pxCode=0x420047c0 <timer_task>, pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:159
|
||||
#1 0x4037bbd2 in vPortExitCritical (mux=<optimized out>) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:447
|
||||
#2 0x4037b352 in ulTaskGenericNotifyTake (uxIndexToWait=0, xClearCountOnExit=1, xTicksToWait=<optimized out>) at /builds/espressif/esp-idf/components/freertos/tasks.c:5370
|
||||
#3 0x42004823 in timer_task (arg=0x0) at /builds/espressif/esp-idf/components/esp_timer/src/esp_timer.c:392
|
||||
#4 0x4037b9bc in vPortTaskWrapper (pxCode=0x42004814 <timer_task>, pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:159
|
||||
|
||||
==================== THREAD 8 (TCB: 0x3fcf2048, name: 'ipc1') =====================
|
||||
#0 xQueueSemaphoreTake (xQueue=0x3fcf1bec, xTicksToWait=<optimized out>) at /builds/espressif/esp-idf/components/freertos/queue.c:1518
|
||||
#1 0x4037680f in ipc_task (arg=0x1) at /builds/espressif/esp-idf/components/esp_ipc/src/esp_ipc.c:59
|
||||
#2 0x4037b974 in vPortTaskWrapper (pxCode=0x403767e4 <ipc_task>, pvParameters=0x1) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:159
|
||||
#0 xQueueSemaphoreTake (xQueue=0x3fcf1bec, xTicksToWait=<optimized out>) at /builds/espressif/esp-idf/components/freertos/queue.c:1563
|
||||
#1 0x40376837 in ipc_task (arg=0x1) at /builds/espressif/esp-idf/components/esp_ipc/src/esp_ipc.c:59
|
||||
#2 0x4037b9bc in vPortTaskWrapper (pxCode=0x4037680c <ipc_task>, pvParameters=0x1) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:159
|
||||
|
||||
|
||||
======================= ALL MEMORY REGIONS ========================
|
||||
@@ -130,16 +130,16 @@ Name Address Size Attrs
|
||||
.rtc_noinit 0x50000010 0x0 RW
|
||||
.rtc.force_slow 0x50000010 0x0 RW
|
||||
.iram0.vectors 0x40374000 0x403 R XA
|
||||
.iram0.text 0x40374404 0xb75b R XA
|
||||
.dram0.data 0x3fc8fb60 0x3018 RW A
|
||||
.noinit 0x3fc92b78 0x0 RW
|
||||
.flash.text 0x42000020 0x194bf R XA
|
||||
.iram0.text 0x40374404 0xbed7 R XA
|
||||
.dram0.data 0x3fc902e0 0x3094 RW A
|
||||
.noinit 0x3fc93374 0x0 RW
|
||||
.flash.text 0x42000020 0x19a6f R XA
|
||||
.flash.appdesc 0x3c020020 0x100 R A
|
||||
.flash.rodata 0x3c020120 0x3354 RW A
|
||||
.flash.rodata_noload 0x3c023474 0x0 RW
|
||||
.iram0.text_end 0x4037fb5f 0x0 RW
|
||||
.iram0.bss 0x4037fb60 0x0 RW
|
||||
.dram0.heap_start 0x3fc93960 0x0 RW
|
||||
.flash.rodata 0x3c020120 0x3594 RW A
|
||||
.flash.rodata_noload 0x3c0236b4 0x0 RW
|
||||
.iram0.text_end 0x403802db 0x0 RW
|
||||
.iram0.bss 0x403802dc 0x0 RW
|
||||
.dram0.heap_start 0x3fc94160 0x0 RW
|
||||
.coredump.tasks.data 0x3fce1c94 0x158 RW
|
||||
.coredump.tasks.data 0x3fce19c0 0x2cc RW
|
||||
.coredump.tasks.data 0x3fcf4aa8 0x158 RW
|
||||
@@ -159,15 +159,15 @@ Name Address Size Attrs
|
||||
|
||||
====================== CORE DUMP MEMORY CONTENTS ========================
|
||||
.coredump.tasks.data 0x3fce1c94 0x158 RW
|
||||
0x3fce1c94: 0x3fce1a50 0x3fce1b50 0x00000066 0x3fc92f68
|
||||
0x3fce1ca4: 0x3fc92f68 0x3fce1c94 0x3fc92f60 0x00000012
|
||||
0x3fce1c94: 0x3fce1a50 0x3fce1b50 0x00000067 0x3fc93768
|
||||
0x3fce1ca4: 0x3fc93768 0x3fce1c94 0x3fc93760 0x00000012
|
||||
0x3fce1cb4: 0x3fcf09e4 0x3fcf09e4 0x3fce1c94 0x00000000
|
||||
0x3fce1cc4: 0x00000007 0x3fce1490 0x6c616e75 0x656e6769
|
||||
0x3fce1cd4: 0x74705f64 0x00745f72 0x00000001 0x3fce1c8c
|
||||
0x3fce1ce4: 0x00000007 0x00000000 0x00000000 0x00000000
|
||||
0x3fce1cf4: 0x00000000 0x3fcf07bc 0x3fcf0824 0x3fcf088c
|
||||
0x3fce1d04: 0x00000000 0x00000000 0x00000001 0x00000000
|
||||
0x3fce1d14: 0x00000000 0x00000000 0x4200a64c 0x00000000
|
||||
0x3fce1d14: 0x00000000 0x00000000 0x4200aa18 0x00000000
|
||||
0x3fce1d24: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fce1d34: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fce1d44: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
@@ -182,28 +182,28 @@ Name Address Size Attrs
|
||||
0x3fce1dd4: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fce1de4: 0x00000000 0x3fce0000
|
||||
.coredump.tasks.data 0x3fce19c0 0x2cc RW
|
||||
0x3fce19c0: 0xdeadbeef 0x42004e79 0x00060630 0x82004e54
|
||||
0x3fce19c0: 0xdeadbeef 0x42004ecd 0x00060630 0x82004ea8
|
||||
0x3fce19d0: 0x3fce1a80 0x00000002 0x3fce1acc 0x3fce1ac0
|
||||
0x3fce19e0: 0x00000000 0x3fcf0824 0x00000001 0x00000005
|
||||
0x3fce19f0: 0xffffffad 0x00000020 0x3fce1cf4 0x00000001
|
||||
0x3fce1a00: 0x00000080 0x00000000 0x00000001 0x00000000
|
||||
0x3fce1a10: 0x0000001d 0x00000005 0x400556d5 0x400556e5
|
||||
0x3fce1a20: 0xfffffff8 0x00000001 0x00000080 0x40375ea4
|
||||
0x3fce1a30: 0x3fcde7ec 0x00000000 0x00000000 0x00000000
|
||||
0x3fce1a20: 0xfffffff8 0x00000001 0x00000080 0x40375ecc
|
||||
0x3fce1a30: 0x3fcde5ac 0x00000000 0x00000000 0x00000000
|
||||
0x3fce1a40: 0xb33fffff 0x00000000 0x00000000 0x00000000
|
||||
0x3fce1a50: 0x00000000 0x00000001 0x3fcf09b8 0x00000000
|
||||
0x3fce1a60: 0x00000001 0x00000080 0x00000000 0x00000001
|
||||
0x3fce1a70: 0x82004e54 0x3fce1ab0 0x00000001 0x3fcf0824
|
||||
0x3fce1a70: 0x82004ea8 0x3fce1ab0 0x00000001 0x3fcf0824
|
||||
0x3fce1a80: 0x00000003 0x00000064 0x00000001 0x00000000
|
||||
0x3fce1a90: 0x3fce1ac0 0x00000000 0x3fcf0824 0x00000001
|
||||
0x3fce1aa0: 0x82004e9f 0x3fce1ae0 0x0000000a 0x3fc911a0
|
||||
0x3fce1ab0: 0x00000003 0x0000001e 0x3c021fdc 0x00000001
|
||||
0x3fce1ac0: 0x00000000 0xa5a5a5a5 0xa5a5a5a5 0x00000065
|
||||
0x3fce1ad0: 0x8037b974 0x3fce1b10 0x00000000 0x00000000
|
||||
0x3fce1aa0: 0x82004ef3 0x3fce1ae0 0x0000000a 0x3fc91920
|
||||
0x3fce1ab0: 0x00000003 0x0000001e 0x3c02221c 0x00000001
|
||||
0x3fce1ac0: 0x00000000 0xa5a5a5a5 0xa5a5a5a5 0x00000066
|
||||
0x3fce1ad0: 0x8037b9bc 0x3fce1b10 0x00000000 0x00000000
|
||||
0x3fce1ae0: 0x00000003 0x3fce1b10 0x00000000 0x00000000
|
||||
0x3fce1af0: 0x00060021 0x00060023 0x00000001 0x00000001
|
||||
0x3fce1b00: 0x00000000 0x3fce1b30 0x42004e84 0x00000000
|
||||
0x3fce1b10: 0x00060023 0x3fc92f68 0x3fce1c94 0x00000000
|
||||
0x3fce1b00: 0x00000000 0x3fce1b30 0x42004ed8 0x00000000
|
||||
0x3fce1b10: 0x00060023 0x3fc93768 0x3fce1c94 0x00000000
|
||||
0x3fce1b20: 0x00000000 0x3fce1b50 0x00000000 0x00000000
|
||||
0x3fce1b30: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fce1b40: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
@@ -228,15 +228,15 @@ Name Address Size Attrs
|
||||
0x3fce1c70: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fce1c80: 0x00000000 0x00000000 0x00000000
|
||||
.coredump.tasks.data 0x3fcf4aa8 0x158 RW
|
||||
0x3fcf4aa8: 0x3fcf4820 0x3fcf4960 0x12ca1319 0x3fcf5210
|
||||
0x3fcf4ab8: 0x3fc92edc 0x3fcf4aa8 0x3fc92ed4 0x00000019
|
||||
0x3fcf4ac8: 0xb66b384e 0x344f5f4c 0x3fcf4aa8 0x00000000
|
||||
0x3fcf4ad8: 0x00000000 0x3fcf44a4 0x454c4449 0xbebed800
|
||||
0x3fcf4ae8: 0xb6cf17d6 0x00d88bc7 0x00000000 0x3fcf4aa0
|
||||
0x3fcf4aa8: 0x3fcf4820 0x3fcf4960 0x2c147bb3 0x3fcf5210
|
||||
0x3fcf4ab8: 0x3fc936dc 0x3fcf4aa8 0x3fc936d4 0x00000019
|
||||
0x3fcf4ac8: 0x26d5c5c3 0xd4b291a3 0x3fcf4aa8 0x00000000
|
||||
0x3fcf4ad8: 0x00000000 0x3fcf44a4 0x454c4449 0x87f1e300
|
||||
0x3fcf4ae8: 0xa3b9c272 0x00de7dcd 0x00000000 0x3fcf4aa0
|
||||
0x3fcf4af8: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf4b08: 0x00000000 0x3fcf07bc 0x3fcf0824 0x3fcf088c
|
||||
0x3fcf4b18: 0x00000000 0x00000000 0x00000001 0x00000000
|
||||
0x3fcf4b28: 0x00000000 0x00000000 0x4200a64c 0x00000000
|
||||
0x3fcf4b28: 0x00000000 0x00000000 0x4200aa18 0x00000000
|
||||
0x3fcf4b38: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf4b48: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf4b58: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
@@ -251,23 +251,23 @@ Name Address Size Attrs
|
||||
0x3fcf4be8: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf4bf8: 0x00000000 0x3fcf0000
|
||||
.coredump.tasks.data 0x3fcf4820 0x280 RW
|
||||
0x3fcf4820: 0x40375f08 0x420188a6 0x00060530 0x82001caa
|
||||
0x3fcf4820: 0x40375f30 0x42018d5a 0x00060730 0x82001cfe
|
||||
0x3fcf4830: 0x3fcf48e0 0x00000000 0x00000001 0x00000001
|
||||
0x3fcf4840: 0x80000001 0x00060023 0x00000000 0x82009e8e
|
||||
0x3fcf4850: 0x3fcf48b0 0x00000000 0x4200a64c 0x00060120
|
||||
0x3fcf4840: 0x80000001 0x00060023 0x00000000 0x8200a206
|
||||
0x3fcf4850: 0x3fcf48b0 0x00000000 0x4200aa18 0x00060120
|
||||
0x3fcf4860: 0x00060123 0x00000001 0x6000001c 0x0000001e
|
||||
0x3fcf4870: 0x0000ffff 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf4880: 0x00000000 0x40376210 0x00060123 0x40378dd8
|
||||
0x3fcf4890: 0x3fcf15fc 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf4880: 0x00000000 0x40376238 0x00060123 0x40378e20
|
||||
0x3fcf4890: 0x3fcf13bc 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf48a0: 0xb33fffff 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf48b0: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf48c0: 0x00000000 0x40379fbc 0x00000000 0x00000000
|
||||
0x3fcf48d0: 0x80379fc8 0x3fcf4900 0x00000008 0x00000000
|
||||
0x3fcf48c0: 0x00000000 0x4037a004 0x00000000 0x00000000
|
||||
0x3fcf48d0: 0x8037a010 0x3fcf4900 0x00000008 0x00000000
|
||||
0x3fcf48e0: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf48f0: 0x8037b974 0x3fcf4920 0x00000000 0x00000000
|
||||
0x3fcf48f0: 0x8037b9bc 0x3fcf4920 0x00000000 0x00000000
|
||||
0x3fcf4900: 0x00000001 0x00060023 0x00000001 0x0000000a
|
||||
0x3fcf4910: 0x00000000 0x3fcf4940 0x40379fbc 0x00000000
|
||||
0x3fcf4920: 0x00060023 0x3fc92edc 0x3fcf5208 0x00000000
|
||||
0x3fcf4910: 0x00000000 0x3fcf4940 0x4037a004 0x00000000
|
||||
0x3fcf4920: 0x00060023 0x3fc936dc 0x3fcf5208 0x00000000
|
||||
0x3fcf4930: 0x00000000 0x3fcf4960 0x00000000 0x00000000
|
||||
0x3fcf4940: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf4950: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
@@ -292,15 +292,15 @@ Name Address Size Attrs
|
||||
0x3fcf4a80: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf4a90: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
.coredump.tasks.data 0x3fcf5208 0x158 RW
|
||||
0x3fcf5208: 0x3fcf4f80 0x3fcf50c0 0x8c7b8e9a 0x3fc92edc
|
||||
0x3fcf5218: 0x3fcf4ab0 0x3fcf5208 0x3fc92ed4 0x00000019
|
||||
0x3fcf5228: 0xb9a1ed22 0x83d8f130 0x3fcf5208 0x00000000
|
||||
0x3fcf5238: 0x00000000 0x3fcf4c04 0x454c4449 0xf5f17500
|
||||
0x3fcf5248: 0xdf446c8b 0x004f12dc 0x00000001 0x3fcf5200
|
||||
0x3fcf5208: 0x3fcf4f80 0x3fcf50c0 0xb919822c 0x3fc936dc
|
||||
0x3fcf5218: 0x3fcf4ab0 0x3fcf5208 0x3fc936d4 0x00000019
|
||||
0x3fcf5228: 0x6faeaba8 0xbeeeeea3 0x3fcf5208 0x00000000
|
||||
0x3fcf5238: 0x00000000 0x3fcf4c04 0x454c4449 0x73513b00
|
||||
0x3fcf5248: 0x9faddb2f 0x00efc8d6 0x00000001 0x3fcf5200
|
||||
0x3fcf5258: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf5268: 0x00000000 0x3fcf07bc 0x3fcf0824 0x3fcf088c
|
||||
0x3fcf5278: 0x00000000 0x00000000 0x00000001 0x00000000
|
||||
0x3fcf5288: 0x00000000 0x00000000 0x4200a64c 0x00000000
|
||||
0x3fcf5288: 0x00000000 0x00000000 0x4200aa18 0x00000000
|
||||
0x3fcf5298: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf52a8: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf52b8: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
@@ -315,23 +315,23 @@ Name Address Size Attrs
|
||||
0x3fcf5348: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf5358: 0x00000000 0x3fcf0000
|
||||
.coredump.tasks.data 0x3fcf4f80 0x280 RW
|
||||
0x3fcf4f80: 0x40375f08 0x420188a6 0x00060c30 0x82001caa
|
||||
0x3fcf4f80: 0x40375f30 0x42018d5a 0x00060c30 0x82001cfe
|
||||
0x3fcf4f90: 0x3fcf5040 0x00000000 0x00000000 0x00000001
|
||||
0x3fcf4fa0: 0x80000001 0x3fc92de4 0x00000000 0x82009e8e
|
||||
0x3fcf4fa0: 0x80000001 0x3fc935e4 0x00000000 0x8200a206
|
||||
0x3fcf4fb0: 0x3fcf5010 0x00000000 0x00000000 0x00060c20
|
||||
0x3fcf4fc0: 0x00060c23 0x00000001 0x00000000 0x0000001e
|
||||
0x3fcf4fd0: 0x0000ffff 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf4fe0: 0x00000000 0x40376210 0x00060c23 0x40378dd8
|
||||
0x3fcf4ff0: 0x3fcf1d5c 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf4fe0: 0x00000000 0x40376238 0x00060c23 0x40378e20
|
||||
0x3fcf4ff0: 0x3fcf1b1c 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf5000: 0xb33fffff 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf5010: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf5020: 0x00000000 0x40379fbc 0x00000000 0x00000000
|
||||
0x3fcf5030: 0x80379fc8 0x3fcf5060 0x00000008 0x00000001
|
||||
0x3fcf5020: 0x00000000 0x4037a004 0x00000000 0x00000000
|
||||
0x3fcf5030: 0x8037a010 0x3fcf5060 0x00000008 0x00000001
|
||||
0x3fcf5040: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf5050: 0x8037b974 0x3fcf5080 0x00000000 0x00000000
|
||||
0x3fcf5050: 0x8037b9bc 0x3fcf5080 0x00000000 0x00000000
|
||||
0x3fcf5060: 0x00000001 0x00060023 0x00000001 0x00000001
|
||||
0x3fcf5070: 0x00000000 0x3fcf50a0 0x40379fbc 0x00000000
|
||||
0x3fcf5080: 0x00060023 0x3fc92edc 0x3fcf4aa8 0x00000000
|
||||
0x3fcf5070: 0x00000000 0x3fcf50a0 0x4037a004 0x00000000
|
||||
0x3fcf5080: 0x00060023 0x3fc936dc 0x3fcf4aa8 0x00000000
|
||||
0x3fcf5090: 0x00000000 0x3fcf50c0 0x00000000 0x00000000
|
||||
0x3fcf50a0: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf50b0: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
@@ -357,14 +357,14 @@ Name Address Size Attrs
|
||||
0x3fcf51f0: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
.coredump.tasks.data 0x3fce25f4 0x158 RW
|
||||
0x3fce25f4: 0x3fce2390 0x3fce24b0 0x000000ca 0x3fce133c
|
||||
0x3fce2604: 0x3fc92ec8 0x3fce25f4 0x3fc92ec0 0x0000000f
|
||||
0x3fce2604: 0x3fc936c8 0x3fce25f4 0x3fc936c0 0x0000000f
|
||||
0x3fce2614: 0x3fce1cb0 0x3fcf09e4 0x3fce25f4 0x00000000
|
||||
0x3fce2624: 0x0000000a 0x3fce1df0 0x6c696166 0x615f6465
|
||||
0x3fce2634: 0x72657373 0x00745f74 0x00000000 0x3fce25ec
|
||||
0x3fce2644: 0x0000000a 0x00000000 0x00000000 0x00000000
|
||||
0x3fce2654: 0x00000000 0x3fcf07bc 0x3fcf0824 0x3fcf088c
|
||||
0x3fce2664: 0x00000000 0x00000000 0x00000001 0x00000000
|
||||
0x3fce2674: 0x00000000 0x00000000 0x4200a64c 0x00000000
|
||||
0x3fce2674: 0x00000000 0x00000000 0x4200aa18 0x00000000
|
||||
0x3fce2684: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fce2694: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fce26a4: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
@@ -379,21 +379,21 @@ Name Address Size Attrs
|
||||
0x3fce2734: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fce2744: 0x00000000 0x3fce0000
|
||||
.coredump.tasks.data 0x3fce2390 0x25c RW
|
||||
0x3fce2390: 0x40375f08 0x4037a222 0x00060730 0x82004d4a
|
||||
0x3fce23a0: 0x3fce2450 0x00000064 0x3fc911a0 0x00060021
|
||||
0x3fce23b0: 0x00060023 0x00000001 0x00000000 0x8037a222
|
||||
0x3fce23c0: 0x3fce2430 0x00000000 0x000000ca 0x3fc930c8
|
||||
0x3fce2390: 0x40375f30 0x4037a26a 0x00060730 0x82004d9e
|
||||
0x3fce23a0: 0x3fce2450 0x00000064 0x3fc91920 0x00060021
|
||||
0x3fce23b0: 0x00060023 0x00000001 0x00000000 0x8037a26a
|
||||
0x3fce23c0: 0x3fce2430 0x00000000 0x000000ca 0x3fc938c8
|
||||
0x3fce23d0: 0x3fcf4140 0x00000800 0x00000000 0x00000000
|
||||
0x3fce23e0: 0x0000ffff 0x00000000 0x400556d5 0x400556e5
|
||||
0x3fce23f0: 0xfffffff8 0x40376210 0x3fcf4140 0x40378dd8
|
||||
0x3fce2400: 0x3fcdf14c 0x00000000 0x00000000 0x00000000
|
||||
0x3fce23f0: 0xfffffff8 0x40376238 0x3fcf4140 0x40378e20
|
||||
0x3fce2400: 0x3fcdef0c 0x00000000 0x00000000 0x00000000
|
||||
0x3fce2410: 0xb33fffff 0x00000000 0x00000000 0x00000000
|
||||
0x3fce2420: 0x00000000 0x00000002 0x00000000 0x00000000
|
||||
0x3fce2430: 0x3fc930c8 0x3fcf4140 0x00000800 0x00000000
|
||||
0x3fce2440: 0x8037b974 0x3fce2470 0x00000000 0x00000000
|
||||
0x3fce2430: 0x3fc938c8 0x3fcf4140 0x00000800 0x00000000
|
||||
0x3fce2440: 0x8037b9bc 0x3fce2470 0x00000000 0x00000000
|
||||
0x3fce2450: 0x00060021 0x00060023 0x00000001 0x00000000
|
||||
0x3fce2460: 0x00000000 0x3fce2490 0x42004d38 0x00000000
|
||||
0x3fce2470: 0x00060023 0x3fc92fa4 0x3fce25f4 0x00000000
|
||||
0x3fce2460: 0x00000000 0x3fce2490 0x42004d8c 0x00000000
|
||||
0x3fce2470: 0x00060023 0x3fc937a4 0x3fce25f4 0x00000000
|
||||
0x3fce2480: 0x00000000 0x3fce24b0 0x00000000 0x00000000
|
||||
0x3fce2490: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fce24a0: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
@@ -418,15 +418,15 @@ Name Address Size Attrs
|
||||
0x3fce25d0: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fce25e0: 0x00000000 0x00000000 0x00000000
|
||||
.coredump.tasks.data 0x3fce1334 0x158 RW
|
||||
0x3fce1334: 0x3fce10d0 0x3fce11f0 0x000000ca 0x3fc92ec8
|
||||
0x3fce1344: 0x3fce25fc 0x3fce1334 0x3fc92ec0 0x00000014
|
||||
0x3fce1354: 0x380815b4 0xb530690c 0x3fce1334 0x00000000
|
||||
0x3fce1334: 0x3fce10d0 0x3fce11f0 0x000000ca 0x3fc936c8
|
||||
0x3fce1344: 0x3fce25fc 0x3fce1334 0x3fc936c0 0x00000014
|
||||
0x3fce1354: 0x1e60ec4b 0x81c76ab4 0x3fce1334 0x00000000
|
||||
0x3fce1364: 0x00000005 0x3fce0b30 0x5f646162 0x5f727470
|
||||
0x3fce1374: 0x6b736174 0x0082d100 0x7fffffff 0x3fce132c
|
||||
0x3fce1374: 0x6b736174 0x004b6800 0x7fffffff 0x3fce132c
|
||||
0x3fce1384: 0x00000005 0x00000000 0x00000000 0x00000000
|
||||
0x3fce1394: 0x00000000 0x3fcf07bc 0x3fcf0824 0x3fcf088c
|
||||
0x3fce13a4: 0x00000000 0x00000000 0x00000001 0x00000000
|
||||
0x3fce13b4: 0x00000000 0x00000000 0x4200a64c 0x00000000
|
||||
0x3fce13b4: 0x00000000 0x00000000 0x4200aa18 0x00000000
|
||||
0x3fce13c4: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fce13d4: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fce13e4: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
@@ -441,21 +441,21 @@ Name Address Size Attrs
|
||||
0x3fce1474: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fce1484: 0x00000000 0x3fce0000
|
||||
.coredump.tasks.data 0x3fce10d0 0x25c RW
|
||||
0x3fce10d0: 0x40375f08 0x4037a222 0x00060930 0x82004e16
|
||||
0x3fce10e0: 0x3fce1190 0x00000064 0x3fc911a0 0x00060021
|
||||
0x3fce10f0: 0x00060023 0x00000001 0x00000000 0x8037a222
|
||||
0x3fce1100: 0x3fce1170 0x00000000 0x000000ca 0x3fc930c8
|
||||
0x3fce10d0: 0x40375f30 0x4037a26a 0x00060930 0x82004e6a
|
||||
0x3fce10e0: 0x3fce1190 0x00000064 0x3fc91920 0x00060021
|
||||
0x3fce10f0: 0x00060023 0x00000001 0x00000000 0x8037a26a
|
||||
0x3fce1100: 0x3fce1170 0x00000000 0x000000ca 0x3fc938c8
|
||||
0x3fce1110: 0xa5a5a5a5 0xa5a5a5a5 0x00000001 0x0000000f
|
||||
0x3fce1120: 0x0000ffff 0x00000000 0x400556d5 0x400556e5
|
||||
0x3fce1130: 0xfffffff9 0x40376210 0xa5a5a5a5 0x40378dd8
|
||||
0x3fce1140: 0x3fcdde8c 0x00000000 0x00000000 0x00000000
|
||||
0x3fce1130: 0xfffffff9 0x40376238 0xa5a5a5a5 0x40378e20
|
||||
0x3fce1140: 0x3fcddc4c 0x00000000 0x00000000 0x00000000
|
||||
0x3fce1150: 0xb33fffff 0x00000000 0x00000000 0x00000000
|
||||
0x3fce1160: 0x00000000 0x00000002 0x00000000 0x00000000
|
||||
0x3fce1170: 0x00000000 0xa5a5a5a5 0xa5a5a5a5 0x00000001
|
||||
0x3fce1180: 0x8037b974 0x3fce11b0 0x00000000 0x00000000
|
||||
0x3fce1180: 0x8037b9bc 0x3fce11b0 0x00000000 0x00000000
|
||||
0x3fce1190: 0x00060021 0x00060023 0x00000001 0x00000000
|
||||
0x3fce11a0: 0x00000000 0x3fce11d0 0x42004e04 0x00000000
|
||||
0x3fce11b0: 0x00060023 0x3fc92f40 0x3fce1334 0x00000000
|
||||
0x3fce11a0: 0x00000000 0x3fce11d0 0x42004e58 0x00000000
|
||||
0x3fce11b0: 0x00060023 0x3fc93740 0x3fce1334 0x00000000
|
||||
0x3fce11c0: 0x00000000 0x3fce11f0 0x00000000 0x00000000
|
||||
0x3fce11d0: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fce11e0: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
@@ -480,15 +480,15 @@ Name Address Size Attrs
|
||||
0x3fce1310: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fce1320: 0x00000000 0x00000000 0x00000000
|
||||
.coredump.tasks.data 0x3fcf19e0 0x158 RW
|
||||
0x3fcf19e0: 0x3fcf1750 0x3fcf1890 0xdec3d6ee 0x3fcf31b0
|
||||
0x3fcf19f0: 0x3fc92e58 0x3fcf19e0 0x3fc92e50 0x00000001
|
||||
0x3fcf19e0: 0x3fcf1750 0x3fcf1890 0x10d022d6 0x3fcf31b0
|
||||
0x3fcf19f0: 0x3fc93658 0x3fcf19e0 0x3fc93650 0x00000001
|
||||
0x3fcf1a00: 0x3fcf15b0 0x3fcf15b0 0x3fcf19e0 0x3fcf15a8
|
||||
0x3fcf1a10: 0x00000018 0x3fcf15dc 0x30637069 0x5b19d600
|
||||
0x3fcf1a20: 0xb758da44 0x000986f0 0x00000000 0x3fcf19d8
|
||||
0x3fcf1a10: 0x00000018 0x3fcf15dc 0x30637069 0x3bba4600
|
||||
0x3fcf1a20: 0x8a6214c6 0x00410dce 0x00000000 0x3fcf19d8
|
||||
0x3fcf1a30: 0x00000018 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf1a40: 0x00000000 0x3fcf07bc 0x3fcf0824 0x3fcf088c
|
||||
0x3fcf1a50: 0x00000000 0x00000000 0x00000001 0x00000000
|
||||
0x3fcf1a60: 0x00000000 0x00000000 0x4200a64c 0x00000000
|
||||
0x3fcf1a60: 0x00000000 0x00000000 0x4200aa18 0x00000000
|
||||
0x3fcf1a70: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf1a80: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf1a90: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
@@ -503,22 +503,22 @@ Name Address Size Attrs
|
||||
0x3fcf1b20: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf1b30: 0x00000000 0x3fcf0000
|
||||
.coredump.tasks.data 0x3fcf1750 0x288 RW
|
||||
0x3fcf1750: 0x40375f08 0x40379ac5 0x00060030 0x8037680f
|
||||
0x3fcf1750: 0x40375f30 0x40379b0d 0x00060030 0x80376837
|
||||
0x3fcf1760: 0x3fcf1810 0x3fcf1584 0x3fcf15d0 0x00000001
|
||||
0x3fcf1770: 0x00000001 0x00000000 0x80000000 0x80379ac5
|
||||
0x3fcf1770: 0x00000001 0x00000000 0x80000000 0x80379b0d
|
||||
0x3fcf1780: 0x3fcf17f0 0x00000000 0xffffffff 0x3fcf15d0
|
||||
0x3fcf1790: 0x00000000 0x60023000 0x000fffff 0x00000000
|
||||
0x3fcf17a0: 0x0000ffff 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf17b0: 0x00000000 0x40376210 0x00000000 0x40378dd8
|
||||
0x3fcf17c0: 0x3fcee52c 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf17b0: 0x00000000 0x40376238 0x00000000 0x40378e20
|
||||
0x3fcf17c0: 0x3fcee2ec 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf17d0: 0xb33fffff 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf17e0: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf17f0: 0x00000000 0x403767e4 0x00000000 0x00000000
|
||||
0x3fcf1800: 0x8037b974 0x3fcf1850 0x00000000 0x00000000
|
||||
0x3fcf17f0: 0x00000000 0x4037680c 0x00000000 0x00000000
|
||||
0x3fcf1800: 0x8037b9bc 0x3fcf1850 0x00000000 0x00000000
|
||||
0x3fcf1810: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf1820: 0xffffffff 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf1830: 0x00000000 0x40376210 0x00000000 0x40378dd8
|
||||
0x3fcf1840: 0x00000000 0x3fcf1870 0x403767e4 0x00000000
|
||||
0x3fcf1830: 0x00000000 0x40376238 0x00000000 0x40378e20
|
||||
0x3fcf1840: 0x00000000 0x3fcf1870 0x4037680c 0x00000000
|
||||
0x3fcf1850: 0x00000000 0x00000000 0x3fcf19e0 0x00000001
|
||||
0x3fcf1860: 0x00000000 0x3fcf1890 0x00000000 0x00000000
|
||||
0x3fcf1870: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
@@ -545,15 +545,15 @@ Name Address Size Attrs
|
||||
0x3fcf19c0: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf19d0: 0x00000000 0x00000000
|
||||
.coredump.tasks.data 0x3fcf31a8 0x158 RW
|
||||
0x3fcf31a8: 0x3fcf2f10 0x3fcf3060 0x465cd6df 0x3fcf2050
|
||||
0x3fcf31b8: 0x3fcf19e8 0x3fcf31a8 0x3fc92e50 0x00000003
|
||||
0x3fcf31c8: 0xe7d8c34f 0x7f8d5870 0x3fcf31a8 0x00000000
|
||||
0x3fcf31a8: 0x3fcf2f10 0x3fcf3060 0x6aca8805 0x3fcf2050
|
||||
0x3fcf31b8: 0x3fcf19e8 0x3fcf31a8 0x3fc93650 0x00000003
|
||||
0x3fcf31c8: 0x4b080b81 0xf8d7b9f5 0x3fcf31a8 0x00000000
|
||||
0x3fcf31d8: 0x00000016 0x3fcf21a4 0x5f707365 0x656d6974
|
||||
0x3fcf31e8: 0x5f490072 0x00cdc3ee 0x00000000 0x3fcf31a0
|
||||
0x3fcf31e8: 0x7fbd0072 0x0036f998 0x00000000 0x3fcf31a0
|
||||
0x3fcf31f8: 0x00000016 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf3208: 0x00000000 0x3fcf07bc 0x3fcf0824 0x3fcf088c
|
||||
0x3fcf3218: 0x00000000 0x00000000 0x00000001 0x00000000
|
||||
0x3fcf3228: 0x00000000 0x00000000 0x4200a64c 0x00000000
|
||||
0x3fcf3228: 0x00000000 0x00000000 0x4200aa18 0x00000000
|
||||
0x3fcf3238: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf3248: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf3258: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
@@ -568,24 +568,24 @@ Name Address Size Attrs
|
||||
0x3fcf32e8: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf32f8: 0x00000000 0x3fcf0001
|
||||
.coredump.tasks.data 0x3fcf2f10 0x290 RW
|
||||
0x3fcf2f10: 0x40375f08 0x400559e0 0x00060030 0x8037bb8a
|
||||
0x3fcf2f10: 0x40375f30 0x400559e0 0x00060030 0x8037bbd2
|
||||
0x3fcf2f20: 0x3fcf2fd0 0x00060023 0x00000000 0x00060020
|
||||
0x3fcf2f30: 0x00060023 0x00000001 0x3fceb260 0x80377d3d
|
||||
0x3fcf2f40: 0x3fcf2fa0 0x3fc92dec 0x00000000 0x3fcf1890
|
||||
0x3fcf2f50: 0x3fcf1870 0x403767e4 0x00000000 0x00000000
|
||||
0x3fcf2f30: 0x00060023 0x00000001 0x3fceb260 0x80377d85
|
||||
0x3fcf2f40: 0x3fcf2fa0 0x3fc935ec 0x00000000 0x3fcf1890
|
||||
0x3fcf2f50: 0x3fcf1870 0x4037680c 0x00000000 0x00000000
|
||||
0x3fcf2f60: 0x0000ffff 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf2f70: 0x00000000 0x40376210 0x3fcf1870 0x40378dd8
|
||||
0x3fcf2f80: 0x3fcefcfc 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf2f70: 0x00000000 0x40376238 0x3fcf1870 0x40378e20
|
||||
0x3fcf2f80: 0x3fcefabc 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf2f90: 0xb33fffff 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf2fa0: 0x00000000 0x4037b96c 0x00050030 0x00000000
|
||||
0x3fcf2fa0: 0x00000000 0x4037b9b4 0x00050030 0x00000000
|
||||
0x3fcf2fb0: 0x3fcf3060 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf2fc0: 0x8037b30a 0x3fcf2fe0 0x3fc92de4 0x00000000
|
||||
0x3fcf2fd0: 0x820047cf 0x3fcf3000 0x00000000 0x00000001
|
||||
0x3fcf2fc0: 0x8037b352 0x3fcf2fe0 0x3fc935e4 0x00000000
|
||||
0x3fcf2fd0: 0x82004823 0x3fcf3000 0x00000000 0x00000001
|
||||
0x3fcf2fe0: 0x00000000 0x3fcf17a0 0x00060023 0x00000000
|
||||
0x3fcf2ff0: 0x8037b974 0x3fcf3020 0x00000000 0x00000000
|
||||
0x3fcf3000: 0x3fc911a0 0x00060023 0x00000001 0x00000000
|
||||
0x3fcf3010: 0x00000000 0x3fcf3040 0x420047c0 0x00000000
|
||||
0x3fcf3020: 0x00060023 0x3fc93094 0x3fcf31a8 0x00000000
|
||||
0x3fcf2ff0: 0x8037b9bc 0x3fcf3020 0x00000000 0x00000000
|
||||
0x3fcf3000: 0x3fc91920 0x00060023 0x00000001 0x00000000
|
||||
0x3fcf3010: 0x00000000 0x3fcf3040 0x42004814 0x00000000
|
||||
0x3fcf3020: 0x00060023 0x3fc93894 0x3fcf31a8 0x00000000
|
||||
0x3fcf3030: 0x00000000 0x3fcf3060 0x00000000 0x00000000
|
||||
0x3fcf3040: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf3050: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
@@ -610,15 +610,15 @@ Name Address Size Attrs
|
||||
0x3fcf3180: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf3190: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
.coredump.tasks.data 0x3fcf2048 0x158 RW
|
||||
0x3fcf2048: 0x3fcf1dc0 0x3fcf1f00 0xfd7a0acc 0x3fc92e58
|
||||
0x3fcf2058: 0x3fcf31b0 0x3fcf2048 0x3fc92e50 0x00000001
|
||||
0x3fcf2048: 0x3fcf1dc0 0x3fcf1f00 0xca854626 0x3fc93658
|
||||
0x3fcf2058: 0x3fcf31b0 0x3fcf2048 0x3fc93650 0x00000001
|
||||
0x3fcf2068: 0x3fcf1c18 0x3fcf1c18 0x3fcf2048 0x3fcf1c10
|
||||
0x3fcf2078: 0x00000018 0x3fcf1c44 0x31637069 0x08c74c00
|
||||
0x3fcf2088: 0x720b13f5 0x00c0803e 0x00000001 0x3fcf2040
|
||||
0x3fcf2078: 0x00000018 0x3fcf1c44 0x31637069 0x1a136100
|
||||
0x3fcf2088: 0x20417274 0x00670822 0x00000001 0x3fcf2040
|
||||
0x3fcf2098: 0x00000018 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf20a8: 0x00000000 0x3fcf07bc 0x3fcf0824 0x3fcf088c
|
||||
0x3fcf20b8: 0x00000000 0x00000000 0x00000001 0x00000000
|
||||
0x3fcf20c8: 0x00000000 0x00000000 0x4200a64c 0x00000000
|
||||
0x3fcf20c8: 0x00000000 0x00000000 0x4200aa18 0x00000000
|
||||
0x3fcf20d8: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf20e8: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf20f8: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
@@ -633,23 +633,23 @@ Name Address Size Attrs
|
||||
0x3fcf2188: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf2198: 0x00000000 0x3fcf0000
|
||||
.coredump.tasks.data 0x3fcf1dc0 0x280 RW
|
||||
0x3fcf1dc0: 0x40375f08 0x403799d4 0x00060830 0x8037680f
|
||||
0x3fcf1dc0: 0x40375f30 0x40379a1c 0x00060830 0x80376837
|
||||
0x3fcf1dd0: 0x3fcf1e80 0x3fcf1bec 0x3fcf1c38 0x00000001
|
||||
0x3fcf1de0: 0x00000001 0x00000000 0x00000001 0x80379ac5
|
||||
0x3fcf1de0: 0x00000001 0x00000000 0x00000001 0x80379b0d
|
||||
0x3fcf1df0: 0x3fcf1e60 0x00000001 0xffffffff 0x3fcf1c38
|
||||
0x3fcf1e00: 0x3fcf4350 0x00000001 0x600c28e8 0x00000000
|
||||
0x3fcf1e10: 0x0000ffff 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf1e20: 0x00000000 0x40376210 0x3fcf4350 0x40378dd8
|
||||
0x3fcf1e30: 0x3fceeb9c 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf1e20: 0x00000000 0x40376238 0x3fcf4350 0x40378e20
|
||||
0x3fcf1e30: 0x3fcee95c 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf1e40: 0xb33fffff 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf1e50: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf1e60: 0xb33fffff 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf1e70: 0x8037b974 0x3fcf1ec0 0x00000001 0x00000000
|
||||
0x3fcf1e70: 0x8037b9bc 0x3fcf1ec0 0x00000001 0x00000000
|
||||
0x3fcf1e80: 0x00000000 0x00000002 0x00000000 0x00000000
|
||||
0x3fcf1e90: 0xffffffff 0x3fcf1ec0 0x00000001 0x40376b60
|
||||
0x3fcf1e90: 0xffffffff 0x3fcf1ec0 0x00000001 0x40376b88
|
||||
0x3fcf1ea0: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf1eb0: 0x00000000 0x3fcf1ee0 0x403767e4 0x00000001
|
||||
0x3fcf1ec0: 0x00000001 0x3fc930bc 0x3fcf2048 0x00000000
|
||||
0x3fcf1eb0: 0x00000000 0x3fcf1ee0 0x4037680c 0x00000001
|
||||
0x3fcf1ec0: 0x00000001 0x3fc938bc 0x3fcf2048 0x00000000
|
||||
0x3fcf1ed0: 0x00000000 0x3fcf1f00 0x00000000 0x00000000
|
||||
0x3fcf1ee0: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
0x3fcf1ef0: 0x00000000 0x00000000 0x00000000 0x00000000
|
||||
|
Reference in New Issue
Block a user