cdbg is a minimal Linux debugger written in C using ptrace and ELF parsing concepts. This project is build for learning systems programming, operating systems internals, and debugging techniques used ...
#define UART_USR_RX_FIFO_FULL 0x10 /* Receive FIFO full */ #define UART_USR_RX_FIFO_NOT_EMPTY 0x08 /* Receive FIFO not empty */ #define UART_USR_TX_FIFO_EMPTY 0x04 /* Transmit FIFO empty */ #define ...
UndoDB, a C/C++ Linux reversible debugger tool suite, will be integrated into ARM’s DS-5 Development Studio (version 5.16). Undo Software’s UndoDB can record everything performed by any Linux program, ...