Last 12 weeks · 0 commits
1 of 6 standards met
Hello! Thank you for this script, it's saved me a lot of time! I noticed that if a frame is inlined, then inline frame will both print the same stack over again and double-count it in at the end of the script. For example, this frame 6 is inlined into frame 7: !image It is printing the same symbols as frame 7, as well as returning the same from : !image It would be great both to not print the same stack over again since it's a bit misleading, as well as to not count inline frames toward the to result in a more accurate total number.
Repository: sharkdp/stack-inspector. Description: A gdb command to inspect the size of objects on the stack Stars: 69, Forks: 5. Primary language: Python. Languages: Python (100%). Topics: backtrace, debugging, gdb, gdb-commands, stack-overflow. Open PRs: 0, open issues: 0. Last activity: 2y ago. Community health: 28%. Top contributors: sharkdp, braydonk, cvoica.