[Lldb-commits] [lldb] [lldb] add command start (PR #67019)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 22 16:47:01 PDT 2023


=?utf-8?q?José?= L. Junior <jljuniorpb at gmail.com>
Message-ID:
In-Reply-To: <llvm/llvm-project/pull/67019/lldb at github.com>


================
@@ -30,6 +30,7 @@ add_lldb_library(lldbCommands NO_PLUGIN_DEPENDENCIES
   CommandObjectSession.cpp
   CommandObjectSettings.cpp
   CommandObjectSource.cpp
+  CommandObjectStart.cpp
----------------
clayborg wrote:

revert this change since we are just adding an option to "process launch" right?

https://github.com/llvm/llvm-project/pull/67019


More information about the lldb-commits mailing list