tfiala added inline comments.
================
Comment at: packages/Python/lldbsuite/pre_kill_hook/linux.py:68
@@ +67,3 @@
+ else:
+ raise Exception("failed to call 'perf record .., error: ")
+
----------------
Haha woops - that should be:
```
raise Exception("failed to call 'perf record ..., error code:
{}".format(returncode))
```
I'll fix that in the final.
https://reviews.llvm.org/D24890
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits