awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesThread State Capturing

Mechanisms for snapshotting the current state of execution threads for post-mortem debugging.

Distinct from State Capturing: Candidates refer to application state, databases, or clusters; this is low-level OS thread state capturing.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Thread State Capturing. Refine with filters or upvote what's useful.

Awesome Thread State Capturing GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • apache/nuttxAvatar de apache

    apache/nuttx

    3,912Ver en GitHub↗

    NuttX is a POSIX-compliant real-time operating system designed for microcontrollers ranging from 8-bit to 64-bit architectures. It provides a deterministic execution environment with a real-time task scheduler and a POSIX embedded kernel to ensure portable code execution across diverse hardware targets. The project distinguishes itself through a comprehensive hardware abstraction layer that provides standardized drivers for I2C, SPI, CAN, and USB across various semiconductor chipsets. It also features an embedded networking stack supporting TCP, UDP, IPv4, and IPv6, alongside industrial proto

    Records the current state of running threads to a file or console for post-mortem analysis.

    Cembeddedmcumicrocontroller
    Ver en GitHub↗3,912
  • zixun/godeyeAvatar de zixun

    zixun/GodEye

    3,879Ver en GitHub↗

    GodEye is a runtime instrumentation tool and observability framework for Swift mobile applications. It functions as a mobile application debugger and in-process diagnostic overlay, providing a visual interface rendered directly over active applications to monitor metrics and inspect system states without requiring changes to the original source code. The framework enables real-time analysis through a suite of debugging workflows. It captures diagnostic data using method swizzling and system-level hooking to intercept function calls and monitor internal application behavior. The tool covers s

    Snapshots the current execution point of all active threads to diagnose application freezes and deadlocks.

    Swift
    Ver en GitHub↗3,879
  1. Home
  2. Operating Systems & Systems Programming
  3. Thread State Capturing