1
Fork 0
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:
Gerd Möllmann 2024-04-24 09:33:50 +02:00
parent 98b9f58f5f
commit e2ed2a2a3b

View file

@ -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