[Lldb-commits] [lldb] [lldb] Deindent UnwindAssemblyInstEmulation (PR #128874)

2025-02-26 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere approved this pull request. ⬅️ https://github.com/llvm/llvm-project/pull/128874 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Deindent UnwindAssemblyInstEmulation (PR #128874)

2025-02-26 Thread Pavel Labath via lldb-commits
https://github.com/labath edited https://github.com/llvm/llvm-project/pull/128874 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Deindent UnwindAssemblyInstEmulation (PR #128874)

2025-02-26 Thread Pavel Labath via lldb-commits
https://github.com/labath updated https://github.com/llvm/llvm-project/pull/128874 >From 51e6692e62331b801fe23217c21657e6365179d1 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Wed, 26 Feb 2025 14:42:14 +0100 Subject: [PATCH 1/2] [lldb] Deindent UnwindAssemblyInstEmulation by two levels usi

[Lldb-commits] [lldb] [lldb] Deindent UnwindAssemblyInstEmulation (PR #128874)

2025-02-26 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: Pavel Labath (labath) Changes by two levels using early returns. --- Patch is 22.17 KiB, truncated to 20.00 KiB below, full version: https://github.com/llvm/llvm-project/pull/128874.diff 1 Files Affected: - (modified) lldb/source/Plug

[Lldb-commits] [lldb] [lldb] Deindent UnwindAssemblyInstEmulation (PR #128874)

2025-02-26 Thread Pavel Labath via lldb-commits
https://github.com/labath updated https://github.com/llvm/llvm-project/pull/128874 >From 51e6692e62331b801fe23217c21657e6365179d1 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Wed, 26 Feb 2025 14:42:14 +0100 Subject: [PATCH] [lldb] Deindent UnwindAssemblyInstEmulation by two levels using e

[Lldb-commits] [lldb] [lldb] Deindent UnwindAssemblyInstEmulation (PR #128874)

2025-02-26 Thread Pavel Labath via lldb-commits
https://github.com/labath created https://github.com/llvm/llvm-project/pull/128874 by two levels using early returns. >From 901fc9d22499bc67d9da944fea138e29c803c44d Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Wed, 26 Feb 2025 14:42:14 +0100 Subject: [PATCH] [lldb] Deindent UnwindAssembly