Features
- RTT RAM search parameters for Python API:
dbg.rtt(search_addr=0x20000000, search_size=0x10000, chunk_size=0x1000)allows specifying where to search for the SEGGER RTT control block in target RAM - RTT RAM search CLI flags:
--rtt-search-addr,--rtt-search-size,--rtt-chunk-sizeforlager debug <net> gdbserver --rtt - Instruments and nets HTTP handlers on Lager Box for remote configuration queries
Bug Fixes
- Fixed PID file path mismatch where
status()andrtt()only checked/tmp/jlink.pidbutconnect()writes to/tmp/jlink_gdbserver.pid— both paths are now checked everywhere - Fixed
detect_and_configure_rtt()always reporting “No debugger connection” even when the debugger was connected, preventing RTT control block auto-detection from running - Fixed
erase_flash()andread_memory()failing to find a running debugger when connected via the GDB server PID path

