ignore blog posts in search

This commit is contained in:
oxeo0 2025-05-07 20:09:09 +02:00
parent 0c2f5800bd
commit 4d81bfb2cb
228 changed files with 912 additions and 0 deletions

View file

@ -1,3 +1,7 @@
---
search:
exclude: true
---
# GDB + GEF
GDB, the GNU project debugger, allows you to see what is going on inside another program while it executes, or what said program was doing at the moment it crashed. GDB supports Ada, Assembly, C, C++, D, Frotan, Go, Objective-C, OpenCL, Modula-2, Pascal and Rust. For more information, click [here](https://www.gnu.org/software/gdb/).