[llvm-bugs] [Bug 27020] New: "command alias r run" causes an assert

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Mar 21 14:27:25 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=27020

            Bug ID: 27020
           Summary: "command alias r run" causes an assert
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: ted.woodward at codeaurora.org
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

This happens on Linux and Windows; probably all platforms.

>bin/lldb /bin/ls
(lldb) target create "/bin/ls"
Current executable set to '/bin/ls' (x86_64).
(lldb) command alias r run
warning: Overwriting existing definition for 'r'.
(lldb) r
CommandAlias::Execute is not to be called
UNREACHABLE executed at
/local/scratch/ted/tip/llvm/tools/lldb/source/Interpreter/CommandAlias.cpp:181!
Abort (core dumped)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160321/658c0cc1/attachment.html>


More information about the llvm-bugs mailing list