C++ Weekly - Ep 453 - Valgrind + GDB Together!

preview_player
Показать описание
☟☟ Awesome T-Shirts! Sponsors! Books! ☟☟

Upcoming Workshops:

T-SHIRTS AVAILABLE!

WANT MORE JASON?

SUPPORT THE CHANNEL

GET INVOLVED

JASON'S BOOKS

► C++23 Best Practices

► C++ Best Practices

JASON'S PUZZLE BOOKS

► Object Lifetime Puzzlers Book 1

► Object Lifetime Puzzlers Book 2

► Object Lifetime Puzzlers Book 3

► Copy and Reference Puzzlers Book 1

► Copy and Reference Puzzlers Book 2

► Copy and Reference Puzzlers Book 3

► OpCode Puzzlers Book 1


RECOMMENDED BOOKS

AWESOME PROJECTS

O'Reilly VIDEOS

Рекомендации по теме
Комментарии
Автор

Hi Jason, thank you for mentioning my work! I'm usually not getting any feedback from my blog posts and sometimes I'm wondering if it makes sense to write them at all. I'm going to have another article published soon, it's about improvements in file descriptors tracking in Valgrind. Everyone is welcome to comment on my blog posts, so I know what's actually interesting for the audience.

alexandrapetlanovahajkova
Автор

Honestly, I would love a large YouTube series of just different valgrind features, and another on exploring the features of gdb from the command line

markminch
Автор

Oh, this looks really useful! I'd love to see another video on the aformentioned reverse debugging in gdb too

Ash-qpyw
Автор

oh, that might be exactly what I need to catch a weird double-free situation in a Zig codebase I have. Thank you!

shizeeque
Автор

I have used it, and found it quite useful.

milasudril
Автор

May try to play with this when working on my advent of code this year

bjbegui
Автор

Its quite intresting. While exploring i found that there are literally so less of information about cpp memory management or debugging tools like gdb. Mostly their are basic stuffs only. Thnx for this.

tarun
Автор

can you stop making videos so I can catch up? I'm 35 years behind in c++ topics.

topticktom
Автор

I might suggest it is pronounced val-grind like coffee-grind, and no haven't grined since writing this 😁. Regardless, great video!

fghdfghdfghdfg
Автор

Boehm garbage collector maybe worth covering in a video? If not used as a garbage collector it can be run in leak detection mode

DamianReloaded
Автор

For your simple use case like here, wouldn't it be just simpler to launch valgrind with --db-attach=yes option?

err
Автор

I suppose valgrind + gdb could not work together for remote debugging MCU embedded program running on bare platform ?

alexandrebustico
welcome to shbcf.ru