Implement save command strategy gdb

@danschumann originally came up with this strategy in #44
This commit is contained in:
Bruno Sutic
2014-09-21 00:08:40 +02:00
parent ae9083e695
commit 8ebda79f68
2 changed files with 23 additions and 0 deletions

View File

@ -4,6 +4,7 @@
- plugin now uses strategies when fetching pane full command. Implemented
'default' strategy.
- save command strategy: 'pgrep'. It's here only if fallback is needed.
- save command strategy: 'gdb'
### v1.3.0, 2014-09-20
- remove dependency on `pgrep` command. Use `ps` for fetching process names.