Skip to content

Instantly share code, notes, and snippets.

@CptSpaceToaster
Created July 7, 2015 14:32
Show Gist options
  • Save CptSpaceToaster/a2ebe3600ebbf559fe5e to your computer and use it in GitHub Desktop.
Save CptSpaceToaster/a2ebe3600ebbf559fe5e to your computer and use it in GitHub Desktop.
$ arm-linux-gnueabihf-gdb
GNU gdb (Linaro GDB 2015.02-3) 7.8-2014.09-1-git
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "--host=x86_64-unknown-linux-gnu --target=arm-linux-gnueabihf".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://bugs.launchpad.net/gcc-linaro>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word".
(gdb) target remote localhost:1234
Remote debugging using localhost:1234
0x80000000 in ?? ()
(gdb) c
Continuing.
^C
Program received signal SIGINT, Interrupt.
0xc0018486 in ?? ()
(gdb) ^CQuit
(gdb) c
Continuing.
^C
Program received signal SIGINT, Interrupt.
0xc0018486 in ?? ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment