Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente |
| c:accueil [2025/08/25 15:42] – [_Generic] add link phsw | c:accueil [2026/01/11 19:10] (Version actuelle) – [Afficher la pile d'appels] add how to get line number with gdb phsw |
|---|
| * [[https://embeddedor.com/blog/2024/06/18/how-to-use-the-new-counted_by-attribute-in-c-and-linux/|How to use the new counted_by attribute in C (and Linux)]] | * [[https://embeddedor.com/blog/2024/06/18/how-to-use-the-new-counted_by-attribute-in-c-and-linux/|How to use the new counted_by attribute in C (and Linux)]] |
| * [[https://github.com/CodeWithHarry/The-Ultimate-C-Programming-Course|The Ultimate C Programming Handbook]] | * [[https://github.com/CodeWithHarry/The-Ultimate-C-Programming-Course|The Ultimate C Programming Handbook]] |
| | * [[http://www.graphics.stanford.edu/~seander/bithacks.html|Bit Twiddling Hacks]] |
| | |
| |
| |
| fi | fi |
| done | done |
| | </code> |
| | |
| | Pour convertir l'adresse en un numéro de ligne, il est aussi possible d'obtenir l'information avec GDB : |
| | <code> |
| | gdb main.out # peut aussi être une bibliothèque |
| | info line *0x4007db |
| </code> | </code> |
| |