Skip to content

Instantly share code, notes, and snippets.

@styx
Last active September 24, 2020 18:59
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 styx/0f15d61c8ec9e090dbfddc5c9b018131 to your computer and use it in GitHub Desktop.
Save styx/0f15d61c8ec9e090dbfddc5c9b018131 to your computer and use it in GitHub Desktop.
st@ubuntu:/media/st/CDROM$ gdb break
GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.5) 7.11.1
Copyright (C) 2016 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 "i686-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
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"...
break: No such file or directory.
(gdb) b 8048be0
No symbol table is loaded. Use the "file" command.
Make breakpoint pending on future shared library load? (y or [n]) y
Breakpoint 1 (8048be0) pending.
(gdb) r
Starting program:
No executable file specified.
Use the "file" or "exec-file" command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment