[all-commits] [llvm/llvm-project] e9b2ed: [lldb] fix set SBLineEntryColumn (#130435)

Ebuka Ezike via All-commits all-commits at lists.llvm.org
Mon Mar 10 09:10:45 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e9b2eddd5be753e72010da8a4333df8195e1641c
      https://github.com/llvm/llvm-project/commit/e9b2eddd5be753e72010da8a4333df8195e1641c
  Author: Ebuka Ezike <57949090+da-viper at users.noreply.github.com>
  Date:   2025-03-10 (Mon, 10 Mar 2025)

  Changed paths:
    M lldb/source/API/SBLineEntry.cpp
    M lldb/unittests/API/CMakeLists.txt
    A lldb/unittests/API/SBLineEntryTest.cpp

  Log Message:
  -----------
  [lldb] fix set SBLineEntryColumn (#130435)

Calling the public API `SBLineEntry::SetColumn()` sets the row instead
of the column.

This probably should be backported as it has been since version 3.4.

---------

Co-authored-by: Jonas Devlieghere <jonas at devlieghere.com>



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