[llvm-bugs] [Bug 28702] New: LLDB-MI: pending break point set with command break-insert -f doesn't get resolved

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Jul 25 13:56:50 PDT 2016


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

            Bug ID: 28702
           Summary: LLDB-MI: pending break point set with command
                    break-insert -f doesn't get resolved
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: aetf at unlimitedcodeworks.xyz
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Pending break point set with command break-insert -f doesn't get resolved when
the library loads.

Step to reproduce:
1. start lldb-mi without loading a file
2. -break-insert -f main
3. -file-exec-and-symbols echo
4. -exec-run

Actual Result:
Program doesn't stop at the break point and exits normally with output like

*stopped,reason="exited-normally"

Expected result:
Program stops at the break point, with correct notification output like

*stopped,reason="breakpoint-hit",disp="del",bkptno="1",frame={level="0",addr="0x00007ffff7a58650",func="__libc_start_main",args=[],file="??",fullname="??",line="-1"},thread-id="1",stopped-threads="all"

-- 
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/20160725/c71acda1/attachment.html>


More information about the llvm-bugs mailing list