tech:notes_gdb_debug
Différences
Ci-dessous, les différences entre deux révisions de la page.
| tech:notes_gdb_debug [2026/06/07 19:12] – créée - modification externe 127.0.0.1 | tech:notes_gdb_debug [2026/07/28 05:21] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| < | < | ||
| - | {{tag> | + | {{tag> |
| # Notes gdb debug | # Notes gdb debug | ||
| Ligne 11: | Ligne 11: | ||
| * [[Process audit quand strace n'est pas là]] | * [[Process audit quand strace n'est pas là]] | ||
| * [How to cache data using GDB's Python API](https:// | * [How to cache data using GDB's Python API](https:// | ||
| + | |||
| + | |||
| + | ## Exemple d' | ||
| + | |||
| + | Voir aussi : | ||
| + | * SIGSEGV | ||
| ~~~ | ~~~ | ||
| Ligne 21: | Ligne 27: | ||
| (gdb) r | (gdb) r | ||
| (gdb) bt | (gdb) bt | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | ## Génération d'un coredump | ||
| + | |||
| + | ~~~ | ||
| + | # gdb -p <pid> | ||
| + | ... | ||
| + | generate-core-dump /dev/null | ||
| + | ... | ||
| + | quit | ||
| ~~~ | ~~~ | ||
tech/notes_gdb_debug.txt · Dernière modification : de Jean-Baptiste
