Skip to content

memfault/multi-arch-gdb-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 example/coredump.elf

About

🐳 Docker image for multi-arch-gdb

Resources

Stars

Watchers

Forks

Packages

No packages published