Sign inSign up

memfault/multi-arch-gdb

By memfault

Updated 8 months ago

🐳 Docker image for multi-arch-gdb

Image
0

684

memfault/multi-arch-gdb repository overview

Memfault multi-arch-gdb Docker image

This is a Docker image that contains the multi-arch-gdb tool. It's useful in cases where installing the conda environment is more challenging than running a Docker container.

See the conda setup instructions here:

https://mflt.io/coredump-elf-with-gdb

The image is published to Docker Hub as memfault/multi-arch-gdb.

Example usage to analyze a core file:

# this repo has an example core + symbol file under the "example" directory
❯ docker run --rm -t -i --volume "$PWD":/data memfault/multi-arch-gdb \
    gdb --se example/symbol_file.elf --core coredump.elf

Tag summary

Content type

Image

Digest

sha256:15d1cd4a4

Size

220.4 MB

Last updated

8 months ago

docker pull memfault/multi-arch-gdb