"clang/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "f8c36e005a32c9be7d7f27347f738c4dac9b5c09"
Add test_display_source_python() test case to TestSourceManager.py which uses
the lldb PyThon API SBSourceManager to display source files. To accomodate this, the C++ SBSourceManager API has been changed to take an lldb::SBStream as the destination for display of source lines. Modify SBStream::ctor() so that its opaque pointer is initialized with an StreamString instance. llvm-svn: 121605
Loading
Please register or sign in to comment