This patch is a simple refactor that unifies the default and hijack
listener methods and attributes between ProcessAttachInfo and
ProcessLaunchInfo.
These 2 classes are both derived from the ProcessInfo base class so this
patch moves the listeners attributes and getter/setter methods to the
base class.
Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
Because we moved m_listener_sp and m_hijack_listener_sp to ProcessInfo and since both Process{Attach,Launch}Info are derived from that class, this should also copy the listeners.