# gdbServer **Repository Path**: zh041/gdbServer ## Basic Information - **Project Name**: gdbServer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-16 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gdbServer a server work in gdb ## how to install ```bash pip install -r requirements.txt ``` ## how to run ### either ```bash gdb ``` come in the gdb, than: ```gdb (gdb) source entry.py ``` ### or ```bash echo "source xxx/gdbServer/entry.py" >> ~/.gdbinit gdb ``` `xxx` is where gdbServer project locate in