As part of purduesigbots/pros#112, we need to have a way to paste a stack trace and see what lines they come from. This would involve parsing the output of the data abort (some amount), ideally be able to check that the binary running on the V5 is consistent with the local one, and use addr2line and objdump to display something more digestible than PC addresses.
As part of purduesigbots/pros#112, we need to have a way to paste a stack trace and see what lines they come from. This would involve parsing the output of the data abort (some amount), ideally be able to check that the binary running on the V5 is consistent with the local one, and use
addr2lineandobjdumpto display something more digestible than PC addresses.