From 63d1c4471cf30b651c46ae51d8a4eba67c946504 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 26 Mar 2012 14:23:27 +0000 Subject: [PATCH] catch throw in gdbinit --- src/.gdbinit | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/.gdbinit b/src/.gdbinit index 77c560c2..747b2231 100644 --- a/src/.gdbinit +++ b/src/.gdbinit @@ -1,3 +1,5 @@ +catch throw + python sys.path.insert(0, '../gdb/') import gdb.printing