[all-commits] [llvm/llvm-project] 7169d3: [lldb/Commands] Refactor ProcessLaunchCommandOptio...

Med Ismail Bennani via All-commits all-commits at lists.llvm.org
Wed Jan 20 09:59:43 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7169d3a315f4cdc19c4ab6b8f20c6f91b46ba9b8
      https://github.com/llvm/llvm-project/commit/7169d3a315f4cdc19c4ab6b8f20c6f91b46ba9b8
  Author: Med Ismail Bennani <medismail.bennani at gmail.com>
  Date:   2021-01-20 (Wed, 20 Jan 2021)

  Changed paths:
    M lldb/include/lldb/Target/Process.h
    M lldb/source/Commands/CMakeLists.txt
    M lldb/source/Commands/CommandObjectPlatform.cpp
    M lldb/source/Commands/CommandObjectProcess.cpp
    A lldb/source/Commands/CommandOptionsProcessLaunch.cpp
    A lldb/source/Commands/CommandOptionsProcessLaunch.h
    M lldb/source/Commands/Options.td
    M lldb/source/Target/Process.cpp

  Log Message:
  -----------
  [lldb/Commands] Refactor ProcessLaunchCommandOptions to use TableGen (NFC)

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.

Differential Review: https://reviews.llvm.org/D95059

Signed-off-by: Med Ismail Bennani <medismail.bennani at gmail.com>




More information about the All-commits mailing list