Augusto Noronha 3c91d58040
Revert "[NFC][lldb] Add a null check, actually use new SharedModuleLi… (#155327)
…st class"

This reverts commit 234e075c1dbdaacd2e1b4199ae983f5c4439223c.


I'm reverting this because the ASAN build fails running the
TestMiniDumpUUID.py test. This happens because the pointer is already
freed before the call to `RemoveIfOrpahaned`. The ModuleList
implementation never actually dereferences the pointer, so it worked
correctly, but the new map implementation does dereference it, hence the
crash.
2025-08-25 17:21:47 -07:00
..
2025-08-18 12:47:14 -05:00