From f8cd28142f2c081f1afab13e6e455cac24698865 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Wed, 3 Apr 2013 15:21:44 +0200 Subject: Start collecting unusual observations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- gdb-bt-reformat | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gdb-bt-reformat b/gdb-bt-reformat index 6b2c6a3..33370bf 100755 --- a/gdb-bt-reformat +++ b/gdb-bt-reformat @@ -3,6 +3,14 @@ __author__ = "Jan Pokorny " __license__ = "GPLv2" + +# couple of observations: +# - function name placeholder: +# - +# - single argument placeholder: +# - how=how@entry=0 + + from sys import stdin, stderr from re import compile from textwrap import fill, wrap -- cgit