diff options
| author | Devang Patel <dpatel@apple.com> | 2011-01-31 21:15:39 +0000 |
|---|---|---|
| committer | Devang Patel <dpatel@apple.com> | 2011-01-31 21:15:39 +0000 |
| commit | 5187d8e510d2debe4945655bc3472522c8ce4a39 (patch) | |
| tree | 0e79dc2289c65f46eb1fb08aff72af2c51768f0a | |
| parent | bd59dff73941e98eb76e6de4cabdc29bd31426e3 (diff) | |
| download | bcm5719-llvm-5187d8e510d2debe4945655bc3472522c8ce4a39.tar.gz bcm5719-llvm-5187d8e510d2debe4945655bc3472522c8ce4a39.zip | |
Focus on arguments for now.
llvm-svn: 124604
| -rwxr-xr-x | llvm/utils/CollectDebugInfoUsingLLDB.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/utils/CollectDebugInfoUsingLLDB.py b/llvm/utils/CollectDebugInfoUsingLLDB.py index 6987b0f1bc5..cc40450218f 100755 --- a/llvm/utils/CollectDebugInfoUsingLLDB.py +++ b/llvm/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() |

