معرفی شرکت ها


esp-coredump-1.5.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Generate core dumps on unrecoverable software errors
ویژگی مقدار
سیستم عامل -
نام فایل esp-coredump-1.5.0
نام esp-coredump
نسخه کتابخانه 1.5.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Espressif Systems
ایمیل نویسنده aleksei.apaseev@espressif.com
آدرس صفحه اصلی https://github.com/espressif/esp-idf
آدرس اینترنتی https://pypi.org/project/esp-coredump/
مجوز Apache 2.0
# esp-coredump A Python-based utility that helps users to retrieve and analyse core dumps. This tool provides two commands for core dumps analysis: - `info_corefile` - prints crashed task’s registers, callstack, list of available tasks in the system, memory regions and contents of memory stored in core dump (TCBs and stacks) - `dbg_corefile` - creates core dump ELF file and runs GDB debug session with this file. User can examine memory, variables and tasks states manually. Note that since not all memory is saved in core dump only values of variables allocated on stack will be meaningful ## Installation **esp-coredump** is a stand-alone utility integrated into ESP-IDF. To install the **ESP-IDF** framework please visit the [documentation](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/index.html). ## Examples `esp-coredump` can be used as a CLI tool as well as separate package Build `test_apps` for a target, flash and get a base64 text (`test_apps` folder) ```python from esp_coredump import CoreDump # Instantiate the coredump object coredump = CoreDump(chip='esp32',core="./test/esp32/coredump.b64",core_format='b64', prog='./test_apps/build/test_core_dump.elf') coredump.info_corefile() # print the info of the test app corefile coredump.dbg_corefile() # run GDB debug session with provided ELF file ``` ## Documentation Visit the [documentation](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/core_dump.html) or run `esp-coredump -h`. ## License This document and the attached source code are released as Free Software under Apache Software License Version 2.0.


زبان مورد نیاز

مقدار نام
>=3.6.0 Python


نحوه نصب


نصب پکیج whl esp-coredump-1.5.0:

    pip install esp-coredump-1.5.0.whl


نصب پکیج tar.gz esp-coredump-1.5.0:

    pip install esp-coredump-1.5.0.tar.gz