| commit | 7dd9812675a11e12d1f41b3e4ad50c1a1a14d897 | [log] [tgz] |
|---|---|---|
| author | Sean Callanan <scallanan@apple.com> | Fri Oct 14 20:34:21 2011 +0000 |
| committer | Sean Callanan <scallanan@apple.com> | Fri Oct 14 20:34:21 2011 +0000 |
| tree | c12177ef88cd7fdd0fb3012bed20749546e31d3e | |
| parent | 7e1aa5b7ac70bf6030d0a6727c979dd9d6781053 [diff] |
Improved expression logging. Now all calls to FindExternalVisibleDecls and FindExternalLexicalDecls are marked and given unique IDs, so that all logging done as part of their execution can be traced back to the proper call. Also there was some logging that really wasn't helpful in most cases so I disabled it unless verbose logging (log enable -v lldb expr) is enabled. llvm-svn: 141987