Skip to content

lldb remote debug takes too much time to pull denpendency lib from the host-machine #111745

@Lioncky

Description

@Lioncky

I mean gdb attach speed is x10 faster than lldb!!! While lldb attach, it load image from the host path. That takes too much time.
the image list show the current image list of attaching process, even if I use usb instead of adb-wifi, it need takes 10+ second to load every image in host-machine path at least. And If I using gdb and attach, it hit the break point immediatly.

These option was I tried to speed up attach but no effect.

            "settings set target.process.stop-on-sharedlibrary-events 0",
            "settings set target.experimental.swift-enable-cxx-interop false",
            "settings set target.inherit-env false",

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions