Skip to content

jglee1027/gdb-bp-session

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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 breakpoints are saved to $HOME/.$PROCESS_NAME-breakpoints.gdb

Quick setup

Download gdb-bp-session

~$ git clone git://github.com/jglee1027/gdb-bp-session.git

Add the following in ~/.emacs

(add-to-list 'load-path "/path/to/gdb-bp-session")
(require 'gdb-bp-session)

License

It is distributed under the GNU General Public License. See the accompanying GPL-3.0.txt file for more details.

Bug report

Please use the issues tab to report any issues.

About

Save and Restore breakpoints for Emacs gdb

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published