Skip to content

Instantly share code, notes, and snippets.

@gjedeer
Created December 13, 2014 09:35
Show Gist options
  • Save gjedeer/90bef9cf444512321586 to your computer and use it in GitHub Desktop.
Save gjedeer/90bef9cf444512321586 to your computer and use it in GitHub Desktop.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
Before tox_new()
Breakpoint 1, new_messenger (options=0xbefff5d0) at ../toxcore/Messenger.c:1570
1570 if ( ! m )
(gdb) c
Continuing.
Breakpoint 7, new_networking (ip=..., port=33445) at ../toxcore/network.c:484
484 return NULL;
(gdb) print ip.family
$3 = 10 '\n'
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment