aboutsummaryrefslogtreecommitdiff
path: root/misc/.gdbinit
Commit message (Collapse)AuthorAgeFilesLines
* [emacs][gdb] Infobox with gitlabYuchen Pei5 days1-0/+2
| | | | | | | | | | | | | | | | * emacs/.emacs.d/init/ycp-org.el: Forgot to require 'my-org-remark * emacs/.emacs.d/lisp/my/infobox.el: A utility to display alist in a help buffer * emacs/.emacs.d/lisp/my/my-buffer.el: Add a function that fontify a string with a given mode * emacs/.emacs.d/lisp/my/my-gitlab.el: Example of using infobox, by displaying gitlab project info in a help buffer * emacs/.emacs.d/lisp/my/my-net.el: add a function that fetch a url raw * emacs/.emacs.d/lisp/my/my-prog.el: reduce timeout in gdb completion from 1 to .1 sec, but the code is commented out anyway because it does not work (see preceding comments) * misc/.gdbinit: enable debuginfod and reduce max-completions to 20 to reduce hanging caused by exhaustive search of completions
* [emacs][gdb] minor changesYuchen Pei2024-11-051-0/+4
| | | | | | | * emacs/.emacs.d/init/ycp-org.el: disable read-only in org edit special buffer * emacs/.emacs.d/lisp/my/my-org.el: ^ * misc/.gdbinit: a break-and-continue convenience function
* [emacs] [gdb] Some minor changesYuchen Pei2023-10-111-0/+3
| | | | | | | - emacs: my-elide-region that does the same thing as message-elide-region, with the comment-start as the prefix - gdbinit: an alias to a command that displays all backtrace of all threads
* [emacs] [gdb] Some small changesYuchen Pei2023-10-031-2/+2
| | | | | | | | | - my-mark-backward-up-list: like backward-up-list, but also mark the sexp - my-kill-sexp-or-comment: kill the next sexp or comment, replacing kill-sexp - my-mark-sexp-or-comment: mark the next sexp or comment, replacing mark-sexp - my-magit-ignore-other-worktrees: a filter-args advice to add --ignore-other-worktrees to magit-checkout
* minor changes in dediting, prog, gdbinitYuchen Pei2023-08-031-0/+2
|
* minor change in gdbinitYuchen Pei2023-07-201-0/+2
|
* some minor changesYuchen Pei2023-06-291-1/+1
|
* buncha changesYuchen Pei2023-06-271-0/+30
- add gdbinit - attempt to fix tempel in eglot (not working) - add qutebrowser to hmm browser - allow find file to open file:line_no