I forgot one step: You will need to do a:
m_lldbLaunchInfo.SetListener(rSessionInfo.m_rLlldbListener); before you call lldb::SBProcess process = m_lldbTarget.Launch(m_launch, error); http://reviews.llvm.org/D6965 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
