This patch refactors the current implementation of
ProcessLaunchCommandOptions to be generated by TableGen.
The patch also renames the class to CommandOptionsProcessLaunch to
align better with the rest of the codebase style and moves it to
separate files.
Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
Nit: header files should have the -------------*- C++ -*-===// at the end.