mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
*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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1170 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user