From 2136238908840dd230854cb5d78b8da181ca7340 Mon Sep 17 00:00:00 2001 From: oharboe Date: Tue, 17 Feb 2009 11:54:30 +0000 Subject: zy1000 1.49 snapshot git-svn-id: svn://svn.berlios.de/openocd/trunk@1374 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/helper/startup.tcl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/helper/startup.tcl') diff --git a/src/helper/startup.tcl b/src/helper/startup.tcl index 41137f1a..eb965e00 100644 --- a/src/helper/startup.tcl +++ b/src/helper/startup.tcl @@ -303,3 +303,11 @@ add_help_text srst_deasserted "Overridable procedure run when srst deassert is d proc srst_asserted {} { puts "Sensed nSRST asserted." } + +# catch any exceptions, capture output and return output +proc capture_catch {a} { + catch { + capture {uplevel $a} + } result + return $result +} -- cgit v1.2.3