ahgdb

ahgdb


CONTENTS

-------- USEFUL LINKS THREADS COREDUMPS

USEFUL

catch throw - break when any exception is thrown set pagination off - turn off "return to continue, q to quit" prompt

LINKS

http://sourceware.org/gdb/wiki/FAQ

THREADS

info threads - show all threads thread apply all <cmd> - run cmd in all threads (replace all with list of th thread apply all bt - backtrace of all threads

COREDUMPS

To enable ulimit -c unlimited echo 'core' | sudo tee /proc/sys/kernel/core_pattern