From 73f2992a2e9ef1c96d45d9e90cc5e1f63a0afc92 Mon Sep 17 00:00:00 2001 From: Kurtis Rader Date: Sun, 15 May 2016 19:45:02 -0700 Subject: make debug() output more useful This change does several things. First, and most important, it allows dumping the "n" most recent stack frames on each debug() call. Second, it demangles the C++ symbols. Third, it prepends each debug() message with the debug level. Unrelated to the above I've replaced all `assert(!is_forked_child());` statements with `ASSERT_IS_NOT_FORKED_CHILD()` for consistency. --- tests/status.err | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/status.err b/tests/status.err index 91645c95..b04178e4 100644 --- a/tests/status.err +++ b/tests/status.err @@ -1,2 +1,2 @@ -fish: An error occurred while redirecting file '/' + fish: An error occurred while redirecting file '/' open: Is a directory -- cgit v1.2.3