Skip to content

Instantly share code, notes, and snippets.

Created November 27, 2015 23:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1cd28d0b60864a46cb40 to your computer and use it in GitHub Desktop.
Save anonymous/1cd28d0b60864a46cb40 to your computer and use it in GitHub Desktop.
Breakpoint 2, 0x00007fff94f125df in getaddrinfo () from /cygdrive/c/WINDOWS/system32/WS2_32.dll
(gdb) n
Single stepping until exit from function getaddrinfo,
which has no line number information.
0x00007fff925d4560 in MultiByteToWideChar () from /cygdrive/c/WINDOWS/system32/KERNELBASE.dll
(gdb) finish
Run till exit from #0 0x00007fff925d4560 in MultiByteToWideChar () from /cygdrive/c/WINDOWS/system32/KERNELBASE.dll
0x00007fff94f127cd in getaddrinfo () from /cygdrive/c/WINDOWS/system32/WS2_32.dll
(gdb) p $eax
$1 = 13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment