[Lldb-commits] [lldb] [lldb][test] Fix TestEmptyFuncThreadStepOut.py (PR #161788)

2025-10-18 Thread Igor Kudrin via lldb-commits
https://github.com/igorkudrin edited https://github.com/llvm/llvm-project/pull/161788 ___ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Add support for unique target ids (PR #160736)

2025-10-18 Thread Janet Yang via lldb-commits
https://github.com/qxy11 updated https://github.com/llvm/llvm-project/pull/160736 >From c155381f49915fa98bd6e3ea14eb77b1dfcd7dbd Mon Sep 17 00:00:00 2001 From: qxy11 Date: Thu, 25 Sep 2025 09:54:50 -0700 Subject: [PATCH 1/5] Add support for unique target ids --- lldb/include/lldb/API/SBDebugg

[Lldb-commits] [lldb] [lldb][MachO] Fix inspection of global variables that start with 'O' (PR #161521)

2025-10-18 Thread Michael Buch via lldb-commits
https://github.com/Michael137 created https://github.com/llvm/llvm-project/pull/161521 On Darwin C-symbols are prefixed with a '_'. The LLDB Macho-O parses handles Objective-C metadata symbols starting with '_OBJC' specially. Previously global symbols starting with a '_O' prefix were lost beca

[Lldb-commits] [lldb] [lldb] fix the "RegisterValue::SetValueFromData" method for 128-bit integer registers (PR #163646)

2025-10-18 Thread Matej Košík via lldb-commits
sedymrak wrote: > LGTM. > > I can merge it for you if needed, let me know. That would be great. If you can, please do that. https://github.com/llvm/llvm-project/pull/163646 ___ lldb-commits mailing list [email protected] https://lists.llvm.

<    2   3   4   5   6   7