[all-commits] [llvm/llvm-project] 513c1c: [LLDB][Platform Linux] Flip uid and pid in get sig...

Jacob Lalonde via All-commits all-commits at lists.llvm.org
Fri May 30 14:21:54 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 513c1cdfaaa3432dc4674a2d3be3dcaec2b4343e
      https://github.com/llvm/llvm-project/commit/513c1cdfaaa3432dc4674a2d3be3dcaec2b4343e
  Author: Jacob Lalonde <jalalonde at fb.com>
  Date:   2025-05-30 (Fri, 30 May 2025)

  Changed paths:
    M lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
    A lldb/test/Shell/Register/Core/Inputs/tkill.cpp
    A lldb/test/Shell/Register/Core/Inputs/x86-64-linux-tkill.core
    A lldb/test/Shell/Register/Core/x86-64-linux-tkill.test

  Log Message:
  -----------
  [LLDB][Platform Linux] Flip uid and pid in get signal description (#142200)

Despite a great review from @labath, I accidentally landed the signal
with the UID and PID properties flipped. I was actually trying to write
tests for this feature when I discovered it.

This fixes that bug, and add a shell test that runs only on Nix systems.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list