From eaec4ede57c0aaeada50f40add21885b7ce34da4 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 7 Nov 2001 05:31:27 +0000 Subject: *Print Stack traces better. * Use the cache writer for all it's problems. * print arguments to methods in stack traces. *Print the current stack from for up/down commands. llvm-svn: 1170 --- llvm/lib/ExecutionEngine/Interpreter/Interpreter.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'llvm/lib/ExecutionEngine/Interpreter/Interpreter.h') diff --git a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h index 23354e38184..791419d4ad9 100644 --- a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h +++ b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h @@ -136,6 +136,11 @@ private: // Helper functions // void printCurrentInstruction(); + // printStackFrame - Print information about the specified stack frame, or -1 + // for the default one. + // + void printStackFrame(int FrameNo = -1); + // LookupMatchingNames - Search the current method namespace, then the global // namespace looking for values that match the specified name. Return ALL // matches to that name. This is obviously slow, and should only be used for -- cgit v1.2.3