mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-14 07:20:35 -08:00
Fix tbreak for LLDB
* lisp/progmodes/gud.el (lldb): Use _regexp-tbreak command.
This commit is contained in:
parent
98b9f58f5f
commit
e2ed2a2a3b
1 changed files with 1 additions and 1 deletions
|
|
@ -4074,7 +4074,7 @@ This command runs functions from `lldb-mode-hook'."
|
|||
"\C-b"
|
||||
"Set breakpoint at current line.")
|
||||
(gud-def gud-tbreak
|
||||
"_regexp-break %f:%l"
|
||||
"_regexp-tbreak %f:%l"
|
||||
"\C-t"
|
||||
"Set temporary breakpoint at current line.")
|
||||
(gud-def gud-remove
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue