[Lldb-commits] [lldb] Make SBMemoryRegionInfoList iterable with Python SWIG (PR #117358)

2024-11-22 Thread Luke Riddle via lldb-commits
lukejriddle wrote: > @lukejriddle Can we add a test for this? We just want to have a test case > that iterates the regions. Done https://github.com/llvm/llvm-project/pull/117358 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.

[Lldb-commits] [lldb] Make SBMemoryRegionInfoList iterable with Python SWIG (PR #117358)

2024-11-22 Thread Luke Riddle via lldb-commits
https://github.com/lukejriddle ready_for_review https://github.com/llvm/llvm-project/pull/117358 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Make SBMemoryRegionInfoList iterable with Python SWIG (PR #117358)

2024-11-22 Thread Luke Riddle via lldb-commits
https://github.com/lukejriddle updated https://github.com/llvm/llvm-project/pull/117358 >From c4a4b658daac89204d9e03ad5ef7a3cd7b474325 Mon Sep 17 00:00:00 2001 From: Luke Riddle Date: Fri, 22 Nov 2024 10:23:43 -0800 Subject: [PATCH 1/2] Make SBMemeoryRegionInfoList iterable with Python SWIG --

[Lldb-commits] [lldb] Make SBMemoryRegionInfoList iterable with Python SWIG (PR #117358)

2024-11-22 Thread Luke Riddle via lldb-commits
https://github.com/lukejriddle created https://github.com/llvm/llvm-project/pull/117358 This PR fixes a simple SWIG issue with SBMemoryRegionInfoList not being iterable out-of-the-box. This is mostly because of limitations to the `lldb_iter` function, which doesn't allow for specifying argumen