aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime.h
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2008-09-22 13:47:53 -0700
committerRuss Cox <rsc@golang.org>2008-09-22 13:47:53 -0700
commitfb40f88c409da18ee69a7450e1b8f9528f3538ee (patch)
tree16f93a9986c6fac7718d41bba86a8f804655457d /src/runtime/runtime.h
parenta27e61e2fe3e32fa629c2e07b4e9c70ba8c3d13a (diff)
downloadgo-fb40f88c409da18ee69a7450e1b8f9528f3538ee.tar.xz
test cleanup
- do not print tracebacks if $GOTRACEBACK=0 - set GOTRACEBACK=0 during tests - filter out pc numbers in errors R=r DELTA=70 (22 added, 30 deleted, 18 changed) OCL=15618 CL=15642
Diffstat (limited to 'src/runtime/runtime.h')
-rw-r--r--src/runtime/runtime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
index 04f1737dd0..3d439ca452 100644
--- a/src/runtime/runtime.h
+++ b/src/runtime/runtime.h
@@ -212,6 +212,7 @@ void mcpy(byte*, byte*, uint32);
void* mal(uint32);
uint32 cmpstring(string, string);
void initsig(void);
+int32 gotraceback(void);
void traceback(uint8 *pc, uint8 *sp, G* gp);
void tracebackothers(G*);
int32 open(byte*, int32, ...);