[Solved] gdb peda Install Plug-in Error: Error in sourced command file: Undefined command: “from”.

cause

Install the PEDA plug-in of GDB through the official website https://github.com/longld/peda After executing the GDB command, the plug-in is not executed

After troubleshooting, it is found that an error is reported after entering GBD:

Error in sourced command file: Undefined command: “from”.

processing method

Just reinstall GDB

sudo apt install gdb

Similar Posts: