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-...@lists.llvm.org
          Reporter: danti...@nvidia.com
                CC: llvm-bugs@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 on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to