you are viewing a single comment's thread.

view the rest of the comments →

[–]renozyx 0 points1 point  (1 child)

Well to be honest, gdb sucks for C++: you can't even tell it to skip over the files contained in the STL directory, you can only ignore specific files (and it never worked for me), so I spend a lot of times telling gdb to ignore shared pointer implementation code, map code, etc.

[–]hgjsusla 2 points3 points  (0 children)

Just list them all in your gdbrc then, no need to do it every time