tfiala added a comment. In http://reviews.llvm.org/D12612#239698, @chying wrote:
> This patch works for me. > Although I thought we could put less code in main() function. > Then have > if __name__ == "__main__": > > main() > > But that will require some more work to refactor the code. Probably that > could wait for Todd's clean up. Yep, let's wait on that. There is a metric ton of code that needs to shift around in there, be broken down into bite-sized chunks of functionality, etc. We'll get it cleaned up with a main() function soon enough when we do some of that decomposition. http://reviews.llvm.org/D12612 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits