peadar / pstack

Print stack traces from running processes, or core files. Supports aarch64, x86_64, and i386
BSD 2-Clause "Simplified" License
128 stars 30 forks source link

Argument printing for C++ pass by reference #22

Closed jimmychang851129 closed 2 months ago

jimmychang851129 commented 4 months ago

Hi, thanks a lot for the amazing work. This is really useful and help a lot for our projects.

We encounter an issue regarding argument printing.

Can the pstack also print function argument that are passed by reference?

As we only see the memory address for "pass by reference" argument instead of its value.

peadar commented 2 months ago

Should be fixed by d9dd47bcaea5befa5c1e2de34d0f778412901618

peadar commented 2 months ago

fixed in d9dd47bcaea5befa5c1e2de34d0f778412901618