Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Android/trusty/trusty/vendor/google/aosp/ide/vscode/   (Android Betriebssystem Version 17©)  Datei vom 26.5.2026 mit Größe 1 kB image not shown  

Quelle  launch.json   Sprache: unbekannt

 
Spracherkennung für: .json vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

{
    "version": "0.2.0",
    "configurations": [
        /**
         * Install this extension to run:
         * https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb
         */
        {
            "type": "lldb",
            "request": "custom",
            "name": "Debug with Prebuilt",
            "preLaunchTask": "Run with Prebuilt",
            "initCommands": [
                "command script import ./build-root/build-qemu-generic-arm64-test-debug/lldb_support.py",
                "initialize_kernel_lldb_module",
                "breakpoint set -n trusty_thread_start",
                "breakpoint command add --python-function lldb_support.trusty_thread_start_breakpoint_callback"
            ],
            "processCreateCommands": [
                "gdb-remote 1234",
                "breakpoint set -n relocate_kernel",
                "breakpoint command add --python-function lldb_support.relocate_kernel_breakpoint_callback",
                "c"
            ],
            "postDebugTask": "Send SIGINT to qemu.py"
        }
    ]
}

[Dauer der Verarbeitung: 0.11 Sekunden, vorverarbeitet 2026-06-27]