Bug ID 28698
Summary [lldb-mi] -break-insert with -f (pending flag) requires additional parameter
Product lldb
Version 3.8
Hardware Macintosh
OS MacOS X
Status NEW
Severity normal
Priority P
Component All Bugs
Assignee lldb-dev@lists.llvm.org
Reporter pierson.lee@microsoft.com
CC llvm-bugs@lists.llvm.org
Classification Unclassified
-break-insert with the pending flag (-f) requires a parameter when it should
not require a parameter. -f should just set it up as a future break.
error:
> MI: Error: Command Args. Validation failed. Args missing additional
> information: f ^error,msg="Command 'break-insert'. Command Args. Validation failed. Args missing additional information: f"
Documentation
[https://sourceware.org/gdb/onlinedocs/gdb/GDB_002fMI-Breakpoint-Commands.html#GDB_002fMI-Breakpoint-Commands](https://sourceware.org/gdb/onlinedocs/gdb/GDB_002fMI-Breakpoint-Commands.html#GDB_002fMI-Breakpoint-Commands)