I tried that at first, but unfortunately in order to do that you have to write a line like
global dont_do_dsym_test for every global accessed by main. Like you said, Todd can probably clean that up, for now I just wanted to get something working. On Thu, Sep 3, 2015 at 4:02 PM Ying Chen <chy...@google.com> wrote: > chying accepted this revision. > chying added a comment. > > 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. > > > http://reviews.llvm.org/D12612 > > > >
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits