[Lldb-commits] [PATCH] Add -exec-arguments command

Greg Clayton clayborg at gmail.com
Mon Feb 2 10:25:11 PST 2015


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/






More information about the lldb-commits mailing list