This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Remove finding .Bundle directories in PlatformDarwinKernel
ClosedPublic

Authored by bulbazord on Apr 26 2023, 12:48 PM.

Details

Summary

Jason isn't sure what this is used for and isn't aware of a .Bundle
suffix related to kernel debugging. Let's remove it.

Diff Detail

Event Timeline

bulbazord created this revision.Apr 26 2023, 12:48 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 26 2023, 12:48 PM
bulbazord requested review of this revision.Apr 26 2023, 12:48 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 26 2023, 12:48 PM

I added this in 2016 via 243bd763ecad466fac748b565ea52c661107684d and I have no idea what it is for. I know of no such prefix related to kernel debugging. Let's remove it instead.

I added this in 2016 via 243bd763ecad466fac748b565ea52c661107684d and I have no idea what it is for. I know of no such prefix related to kernel debugging. Let's remove it instead.

Sounds good, will update this.

bulbazord updated this revision to Diff 517309.Apr 26 2023, 2:02 PM

Remove code instead of attempting to fix things

bulbazord retitled this revision from [lldb] Fix finding .Bundle directories in PlatformDarwinKernel to [lldb] Remove finding .Bundle directories in PlatformDarwinKernel.Apr 26 2023, 2:02 PM
bulbazord edited the summary of this revision. (Show Details)
jasonmolenda accepted this revision.Apr 26 2023, 2:39 PM

Thank you for cleaning this one up.

This revision is now accepted and ready to land.Apr 26 2023, 2:39 PM