I would go hard with this poster in my gaming room
What do you mean?
I like descriptive names, to a point. I'd rather have a slightly ambiguous name with a more descriptive sentence in the docs that I can see at the call site via LSP than a super long function name.
NixOS is wonderful. At the same time it's pretty annoying how often I need to test a workflow at my job and it just doesn't work because X or Y downloaded a prebuilt binary that can't dynamically load libraries. The solution is usually simple, but the fact that it's recurring sucks.
poopiendo
Very true, and GDB will tell you this.
Zeus
info proc mappings should show you the memory regions mapped for stack and heap, then you can compare the address of your variable to those.
I recommend checking out the documentation for the following GDB commands:
info variables
info locals
info args
info address
info proc mappings
This is entering the rotation.
New shortest path meta dropped
tatterdemalion
0 post score0 comment score
Oh yea, I use this. Doesn't change the fact that I often run into new dynamic libraries that need to be installed; mostly because the binaries that need them are now the exception instead of the rule.