KGU-SRE
KGU-SRE
Moved PR to separate branch
Hi, this fixed port issue is currently breaking using the internal "pe" GDB server on our machines. The current workaround is to either launch the PEMicro GDB server externally (default...
@haneefdm how would you propose to fix the issue with a system where the port range for GDB servers is blocked/used for other purposes?
here is a sample "pemicro" configuration snippet: ``` "pemicro": { "preserve_ranges": { "preserve0": { // keep bootloader "enable": true, "start": 4194304, // 0x400000 "stop": 4325375 // 0x41FFFF } }, "exception_catching":...
@haneefdm this structure mirrors the syntax of the raw commands being passed to the GDB server. I like it because it explicitly defines the the whole interface (3 separate named...