[Lldb-commits] [lldb] [lldb] add stop-at-user-entry option to process launch (PR #67019)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 3 10:32:24 PDT 2023


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


================
@@ -95,21 +95,24 @@ class Language : public PluginInterface {
   class EitherTypeScavenger : public TypeScavenger {
   public:
     EitherTypeScavenger() : TypeScavenger() {
-      for (std::shared_ptr<TypeScavenger> scavenger : { std::shared_ptr<TypeScavenger>(new ScavengerTypes())... }) {
+      for (std::shared_ptr<TypeScavenger> scavenger :
+           {std::shared_ptr<TypeScavenger>(new ScavengerTypes())...}) {
----------------
medismailben wrote:

FWIW, these changes were not introduced by @junior-jl, they're probably the result of running `clang-format` on the whole file.

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


More information about the lldb-commits mailing list