http://llvm.org/bugs/show_bug.cgi?id=16399

            Bug ID: 16399
           Summary: gdb -> lldb guide uses -i where it wants -u
           Product: Documentation
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: General docs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

The guide at http://lldb.llvm.org/lldb-gdb.html suggests

   expr -i 0 -- function_with_a_breakpoint()

for "Calling a function so you can stop at a breakpoint in the function."

expr doesn't take a -i option. I think this wants -u.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to