I'm trying to use gdb to debug my assembly subroutine, but was having trouble trying to determine where exactly the program reaches a segfault.
I run it until it reaches the segfault, then use the 'where' command, which gives me this:
0x00010e40 in swapChars()
Is there a way for me to figure out exactly what line the segfault occurred at in my subroutine?