[lldb-dev] [Bug 36365] New: Weird MI '-break-disable' error message
via lldb-dev
lldb-dev at lists.llvm.org
Tue Feb 13 06:39:27 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=36365
Bug ID: 36365
Summary: Weird MI '-break-disable' error message
Product: lldb
Version: 6.0
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at lists.llvm.org
Reporter: dantipov at nvidia.com
CC: llvm-bugs at lists.llvm.org
MI command '-break-disable' reports a weird error message for a non-existing
breakpoint number. Example:
(gdb)
-break-disable 111
^error,msg="Command '0'. Breakpoint 'Command '%s'. Breakpoint '%s' invalid'
invalid"
Probably it should look similar to '-break-delete' instead:
(gdb)
-break-delete 111
^error,msg="Command 'break-delete'. Breakpoint '111' invalid"
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20180213/72f16967/attachment.html>
More information about the lldb-dev
mailing list