]> git.eshelyaron.com Git - emacs.git/commit
Fix setting breakpoints in "M-x gdb" when a source file is missing
authorEli Zaretskii <eliz@gnu.org>
Tue, 15 Dec 2020 17:19:43 +0000 (19:19 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 15 Dec 2020 17:19:43 +0000 (19:19 +0200)
commitf3e21483106cb3ff64adcf21d30c8327a23a3401
tree21d8f2127f18c3f2765dcba7bd47583187e37ece
parent92c56300c317c9e5573dca787a2cf20f777b3179
Fix setting breakpoints in "M-x gdb" when a source file is missing

* lisp/progmodes/gdb-mi.el (gdb-get-location): Fix control flow
logic when "fullname" is not found.  Unquote and unescape the full
file name by calling gdb-mi--c-string-from-string.  FLAG is a
string, not a character.  (Bug#15051)
lisp/progmodes/gdb-mi.el