[Lldb-commits] [lldb] Fix comment in TestObjcPoHint.py (PR #142306)

2025-06-01 Thread Saagar Jha via lldb-commits
https://github.com/saagarjha created https://github.com/llvm/llvm-project/pull/142306 This seems to have been copied from above but not changed to match. >From 1be69ca55dddba65e1268681bb6f7ca037d7a476 Mon Sep 17 00:00:00 2001 From: Saagar Jha Date: Sun, 1 Jun 2025 02:38:51 -0700 Subject: [PATC

[Lldb-commits] [lldb] [lldb] Avoid creating a temporary instance of std::string (NFC) (PR #142294)

2025-06-01 Thread Matt Arsenault via lldb-commits
https://github.com/arsenm approved this pull request. https://github.com/llvm/llvm-project/pull/142294 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] faea938 - [lldb] Avoid creating a temporary instance of std::string (NFC) (#142294)

2025-06-01 Thread via lldb-commits
Author: Kazu Hirata Date: 2025-06-01T23:23:34-07:00 New Revision: faea938248ccb8fda37d8ac04fc11b25b8f31869 URL: https://github.com/llvm/llvm-project/commit/faea938248ccb8fda37d8ac04fc11b25b8f31869 DIFF: https://github.com/llvm/llvm-project/commit/faea938248ccb8fda37d8ac04fc11b25b8f31869.diff L

[Lldb-commits] [lldb] [lldb] Avoid creating a temporary instance of std::string (NFC) (PR #142294)

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

[Lldb-commits] [lldb] a2e093f - [NFC][lldb-dap] Avoid unnecessary copy in setBreakpoint (#142179)

2025-06-01 Thread via lldb-commits
Author: Ebuka Ezike Date: 2025-06-01T10:13:39+01:00 New Revision: a2e093f4b5a97704aeed5af0d0185da54eaf326f URL: https://github.com/llvm/llvm-project/commit/a2e093f4b5a97704aeed5af0d0185da54eaf326f DIFF: https://github.com/llvm/llvm-project/commit/a2e093f4b5a97704aeed5af0d0185da54eaf326f.diff L

[Lldb-commits] [lldb] [NFC][lldb-dap] Avoid unnecessary copy in setBreakpoint (PR #142179)

2025-06-01 Thread Ebuka Ezike via lldb-commits
https://github.com/da-viper closed https://github.com/llvm/llvm-project/pull/142179 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Show coro_frame in `std::coroutine_handle` pretty printer (PR #141516)

2025-06-01 Thread Adrian Vogelsgesang via lldb-commits
@@ -141,76 +127,75 @@ lldb_private::formatters::StdlibCoroutineHandleSyntheticFrontEnd::Update() { if (frame_ptr_addr == 0 || frame_ptr_addr == LLDB_INVALID_ADDRESS) return lldb::ChildCacheState::eRefetch; - auto ast_ctx = valobj_sp->GetCompilerType().GetTypeSystem();

[Lldb-commits] [lldb] [lldb] Show coro_frame in `std::coroutine_handle` pretty printer (PR #141516)

2025-06-01 Thread Adrian Vogelsgesang via lldb-commits
https://github.com/vogelsgesang edited https://github.com/llvm/llvm-project/pull/141516 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Fix comment in TestObjcPoHint.py (PR #142306)

2025-06-01 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: Saagar Jha (saagarjha) Changes This seems to have been copied from above but not changed to match. --- Full diff: https://github.com/llvm/llvm-project/pull/142306.diff 1 Files Affected: - (modified) lldb/test/API/lang/objc/objc-po-hint/T

[Lldb-commits] [lldb] [lldb] Show coro_frame in `std::coroutine_handle` pretty printer (PR #141516)

2025-06-01 Thread Adrian Vogelsgesang via lldb-commits
https://github.com/vogelsgesang updated https://github.com/llvm/llvm-project/pull/141516 >From 25e1d6769bda37a5920e56a464c64af702a5652d Mon Sep 17 00:00:00 2001 From: Adrian Vogelsgesang Date: Fri, 23 May 2025 01:20:46 + Subject: [PATCH] [lldb] Show coro_frame in `std::coroutine_handle` pre