Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 288 Bytes

File metadata and controls

10 lines (7 loc) · 288 Bytes

This is content for a GDB workshop, it doesn't make much sense on its own.

To prepare for the workshop, clone this repository, then do

mkdir build && cd build
cmake ../src -GNinja -DCMAKE_BUILD_TYPE=Debug

(Ninja is just a recommendation, but the build type needs to be Debug)