summaryrefslogtreecommitdiffstats
path: root/tools/gdb/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gdb/error.h')
-rw-r--r--tools/gdb/error.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/gdb/error.h b/tools/gdb/error.h
new file mode 100644
index 0000000000..907709f767
--- /dev/null
+++ b/tools/gdb/error.h
@@ -0,0 +1,7 @@
+#include <stdarg.h>
+
+extern char *pname;
+
+extern void Warning(char *, ...);
+extern void Error(char *, ...);
+extern void Perror(char *, ...);
OpenPOWER on IntegriCloud