[Lldb-commits] [lldb] [lldb] Remove HasCallbackParameter (PR #150366)

2025-07-24 Thread Kazu Hirata via lldb-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/150366 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Remove HasCallbackParameter (PR #150366)

2025-07-24 Thread Kazu Hirata via lldb-commits
kazutakahirata wrote: > This actually does get used, but the patches that use this haven't landed > yet, so they can be removed for now. Thanks for the review! When you re-introduce it, would you mind converting this to a range-based for loop? Thanks again! https://github.com/llvm/llvm-pro

[Lldb-commits] [lldb] [lldb] Remove HasCallbackParameter (PR #150366)

2025-07-24 Thread Chelsea Cassanova via lldb-commits
https://github.com/chelcassanova approved this pull request. This actually does get used, but the patches that use this haven't landed yet, so they can be removed for now. https://github.com/llvm/llvm-project/pull/150366 ___ lldb-commits mailing list

[Lldb-commits] [lldb] [lldb] Remove HasCallbackParameter (PR #150366)

2025-07-23 Thread Kazu Hirata via lldb-commits
kazutakahirata wrote: Note that I've removed the sole use of HasCallbackParameter in 5f35f06e5f50f5e2797cebf1e6204e1a15fc83bc to fix warnings. https://github.com/llvm/llvm-project/pull/150366 ___ lldb-commits mailing list lldb-commits@lists.llvm.org

[Lldb-commits] [lldb] [lldb] Remove HasCallbackParameter (PR #150366)

2025-07-23 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: Kazu Hirata (kazutakahirata) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/150366.diff 2 Files Affected: - (modified) lldb/tools/lldb-rpc-gen/RPCCommon.cpp (-14) - (modified) lldb/tools/lldb-rpc-gen/RPCCommon.h (-1)

[Lldb-commits] [lldb] [lldb] Remove HasCallbackParameter (PR #150366)

2025-07-23 Thread Kazu Hirata via lldb-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/150366 None >From d2b134f3885eca8ad499303cf986a6f3e9e6c0cb Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 23 Jul 2025 20:48:04 -0700 Subject: [PATCH] [lldb] Remove HasCallbackParameter --- lldb/tools/l