Brutal metal Unixy code, ep. 1337: Kill Inferiors! (A GDB shell command)
https://sourceware.org/gdb/current/onlinedocs/gdb.html/Inferiors-Connections-and-Programs.html
Brutal metal Unixy code, ep. 1337: Kill Inferiors! (A GDB shell command)
https://sourceware.org/gdb/current/onlinedocs/gdb.html/Inferiors-Connections-and-Programs.html
#rr [1] va más lento que el caballo del malo. Va como 1000x más lento [2]. Probando con wget tarda un 60% más.
Sólo quería hacer una comprobación rápida de cómo funcionaba pero de rápido no tiene nada. Es inservible. 😖
[1] https://rr-project.org/
[2] https://github.com/rr-debugger/rr/issues/1778
Queriendo sacar una traza de ejecución de un proceso con #GDB [1] no puedo porque "Process record and replay target doesn't support ioctl request".
[1] https://sourceware.org/gdb/current/onlinedocs/gdb.html/Process-Record-and-Replay.html
Gerade entdeckt:
Alltagshilfe bei ME/CFS
Wenige Fragen – fertige PDFs für Behörden, Krankenkassen und Ärzt*innen.
Alles lokal im Browser, keine Daten verlassen dein Gerät. (Sagt die Website über sich)
LAST CHANCE to register for the Essential GDB and Linux System Tools online debugging workshop by @MikeShah tomorrow!
Preview Video: https://youtu.be/ocaceZWKm_k
Full Workshop Information: https://cpponline.uk/workshop/essential-gdb-and-linux-system-tools/
🛠️ Master debugging from the ground up with @MikeShah in his Essential GDB & Linux System Tools online workshop on Friday!
Learn core workflows, understand what’s happening under the hood, and stop relying on IDE magic.
Watch the full preview: https://youtu.be/ocaceZWKm_k
Just over one week left until our debugging workshop!
You spend more time debugging than coding.
So why not train it?
Learn GDB, valgrind, sanitizers, objdump & more in Essential GDB and Linux System Tools — a full-day hands-on workshop with @MikeShah
🗓 Apr 17
Find out more and register: https://cpponline.uk/workshop/essential-gdb-and-linux-system-tools/
Watch the preview video: https://youtu.be/ocaceZWKm_k
#cpp #linux #gdb #debugging
GDB для тех, кто думает, что отладка — это фантастика
cout - плохой отладчик! Как за 30 секунд найти место падения программы? Какие 7 команд GDB нужно знать каждому C++ разработчику? В этой статье я делюсь личным опытом: как я боялся GDB, думал, что это «магия для гуру», а потом понял, что 70% задач решается простыми командами. Спойлер: главный страх - это неизвестность. А когда знаешь backtrace , break , next , print и info locals , GDB становится лучшим другом. Статья рассчитана на начинающих C++ разработчиков, которые хотят перестать бояться терминала и начать отлаживать системно.