mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-30 17:33:24 +00:00
Focus on arguments for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124604 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f6fbd84c56
commit
e3373b0227
@ -172,8 +172,8 @@ if target.IsValid():
|
||||
line = frame.GetLineEntry().GetLine()
|
||||
vars = frame.GetVariables(1,0,0,0)
|
||||
print_vars ("#Argument ", vars, fname, line, file, frame, target, thread)
|
||||
vars = frame.GetVariables(0,1,0,0)
|
||||
print_vars ("#Variables ", vars, fname, line, file, frame, target, thread)
|
||||
# vars = frame.GetVariables(0,1,0,0)
|
||||
# print_vars ("#Variables ", vars, fname, line, file, frame, target, thread)
|
||||
|
||||
process.Continue()
|
||||
file.close()
|
||||
|
Loading…
Reference in New Issue
Block a user