Skip to content

Instantly share code, notes, and snippets.

View gabrielesvelto's full-sized avatar

Gabriele Svelto gabrielesvelto

View GitHub Profile
#!/bin/bash
MINIDUMP_PATH="${1}"
MINIDUMP_STACKWALK=$(which minidump_stackwalk)
if [ -z "$MINIDUMP_STACKWALK" ]; then
if [ -f "$HOME/.mozbuild/minidump_stackwalk/minidump_stackwalk" ]; then
MINIDUMP_STACKWALK="$HOME/.mozbuild/minidump_stackwalk/minidump_stackwalk"
else
printf "You need the minidump_stackwalk executable in your PATH or under ~/.mozbuild in order to run this script\n"
exit 1
@gabrielesvelto
gabrielesvelto / config-ci20-v3.18.116
Last active July 25, 2018 12:11
Kernel configuration for the MIPS Creator Ci20
#
# Automatically generated file; DO NOT EDIT.
# Linux/mips 3.18.116 Kernel Configuration
#
CONFIG_MIPS=y
#
# Machine selection
#
# CONFIG_MIPS_ALCHEMY is not set