[llvm-bugs] [Bug 28703] New: LLDB-MI: break-insert command flag -d (disabled) has no effect when combined with -f (pending)
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Jul 25 14:15:03 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=28703
Bug ID: 28703
Summary: LLDB-MI: break-insert command flag -d (disabled) has
no effect when combined with -f (pending)
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
break-insert command flag -d (disabled) has no effect when combined with -f
(pending)
These two flags should be able to work together.
Specification:
https://sourceware.org/gdb/onlinedocs/gdb/GDB_002fMI-Breakpoint-Commands.html#GDB_002fMI-Breakpoint-Commands
Step to reproduce:
1. start lldb-mi
2. -file-exec-and-symbols <some-debugee>
3. -break-insert -d -f main
4. -exec-run
Actual result:
Program stops at the breakpoint.
Expected result:
Program runs and exits normally because the breakpoint is disabled.
--
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/f82a7a23/attachment.html>
More information about the llvm-bugs
mailing list