LiveStacks
LiveStacks copied to clipboard
Filter out kernel stacks for 32-bit processes too
Currently we check if the address is < 0x8000000000000000, which works for 64-bit processes but not 32-bit processes.