GDB
gdbGDB, the GNU Project debugger, allows you to see what is going on inside another program while it executes.
GDB, the GNU Project debugger, allows you to see what is going on inside another program while it executes.
add-auto-load-safe-path, set auto-load safe-path, set solib-search-pathset disassembly-flavor intel # Allow the project's own .gdbinit and -gdb.py scripts to load.set auto-load safe-path /Users/octocat/Projectsmachine-localadd-auto-load-safe-path /Users/octocat/Projects/hello/.gdbinitmachine-local # Where this machine's unstripped libraries were unpacked.set solib-search-path /Users/octocat/symbols/lib:/usr/local/libmachine-local define bt-all thread apply all backtrace fullOtty splits these out before upload and puts each machine’s own back on the way down — no templates to write. The lines above come from this tool’s test fixture in the catalog.
add-auto-load-safe-pathset auto-load safe-pathset solib-search-pathOtty splits these out before upload and puts each machine’s own back on the way down — no templates to write.
add-auto-load-safe-pathset auto-load safe-pathset solib-search-pathOtty splits these out before upload and puts each machine’s own back on the way down — no templates to write.
Nothing. GDB writes no caches or state in your home directory.
add-auto-load-safe-pathset auto-load safe-pathset solib-search-pathset disassembly-flavor intel # Allow the project's own .gdbinit and -gdb.py scripts to load.set auto-load safe-path /Users/octocat/Projectsmachine-localadd-auto-load-safe-path /Users/octocat/Projects/hello/.gdbinitmachine-local # Where this machine's unstripped libraries were unpacked.set solib-search-path /Users/octocat/symbols/lib:/usr/local/libmachine-local define bt-all thread apply all backtrace fullEach machine keeps its own copy of these.
add-auto-load-safe-pathset auto-load safe-pathset solib-search-pathEach machine keeps its own copy of these.
add-auto-load-safe-pathset auto-load safe-pathset solib-search-pathEach machine keeps its own copy of these.
Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.
Opens otty://sync/add/gdb. Otty ships with this catalog, so the link only has to name the tool — nothing is downloaded.
Every one of these is generated from the same rules as this page. None of them splits add-auto-load-safe-path and set auto-load safe-path for you — that part is Otty’s own sync, or a template you write by hand.