Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[lldb] Fix TestGlobalModuleCache.py for remote debugging #111483

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 8, 2024

  1. [lldb] Fix TestGlobalModuleCache.py for remote debugging

    `SBDebugger().Create()` returns a debugger with only the host platform
    in its platform list. If the test suite is running for a remote platform,
     it should be explicitly added and selected in the new debugger created
    within the test, otherwise, the test will fail because the host platform
    may not be able to launch the built binary.
    igorkudrin committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    bb59433 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Update lldb/test/API/python_api/global_module_cache/TestGlobalModuleC…

    …ache.py
    
    Co-authored-by: Pavel Labath <[email protected]>
    igorkudrin and labath authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    22e3426 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1aac1c8 View commit details
    Browse the repository at this point in the history