gdb-bp-session

Homepage: https://github.com/jglee1027/gdb-bp-session

Author: Lee Jong-Gyu

Updated:

Summary

Save and Restore breakpoints for Emacs gdb

Commentary

gdb-bp-session provides keeping breakpoints which you set recently
in gdb.  You should kill gdb buffer using `gdb-kill-buffer'
function "C-x k" to save current breakpoints, that's all. Is it too
easy? The current breakpionts are saved to
`$HOME/.$PROCESS_NAME-breakpoints.gdb'

* Installation
  Edit your ~/.emacs file to add the line:
    (add-to-list 'load-path "/path/to/gdb-bp-session")
    (require 'gdb-bp-session)

Dependencies