mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-21 19:20:28 +00:00
Focus on arguments for now.
llvm-svn: 124604
This commit is contained in:
parent
9a8a680ed2
commit
bf57c32e2e
@ -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