Files
clang-p2996/lldb/test/API/functionalities/completion/breakpoints.json
Gongyu Deng 22e63cba17 [lldb] tab completion for breakpoint names
1. created a common completion for breakpoint names;
2. bound the breakpoint name common completion with eArgTypeBreakpointName;
3. implemented the dedicated completion for breakpoint read -N.

Reviewed By: JDevlieghere

Differential Revision: https://reviews.llvm.org/D80693
2020-08-20 20:56:34 +02:00

35 lines
864 B
JSON

[
{
"Breakpoint": {
"BKPTOptions": {
"AutoContinue": false,
"ConditionText": "",
"EnabledState": true,
"IgnoreCount": 0,
"OneShotState": false
},
"BKPTResolver": {
"Options": {
"NameMask": [
56
],
"Offset": 0,
"SkipPrologue": true,
"SymbolNames": [
"main"
]
},
"Type": "SymbolName"
},
"Hardware": false,
"Names": [
"mm"
],
"SearchFilter": {
"Options": {},
"Type": "Unconstrained"
}
}
}
]