projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6fbd84
)
Focus on arguments for now.
author
Devang Patel
<dpatel@apple.com>
Mon, 31 Jan 2011 21:15:39 +0000
(21:15 +0000)
committer
Devang Patel
<dpatel@apple.com>
Mon, 31 Jan 2011 21:15:39 +0000
(21:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124604
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/CollectDebugInfoUsingLLDB.py
patch
|
blob
|
history
diff --git
a/utils/CollectDebugInfoUsingLLDB.py
b/utils/CollectDebugInfoUsingLLDB.py
index 6987b0f1bc5220ce74757de422a8420da1c700d5..cc40450218ff817744ec18f065b4bac013d397d8 100755
(executable)
--- a/
utils/CollectDebugInfoUsingLLDB.py
+++ b/
utils/CollectDebugInfoUsingLLDB.py
@@
-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()