repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
lldb
/
bindings
/
interface
/
SBCommandInterpreterRunOptionsDocstrings.i
blob
b37da0535d18af31ae72c041e40871520dabc237
1
%
feature
(
"docstring"
,
2
"SBCommandInterpreterRunOptions controls how the RunCommandInterpreter runs the code it is fed.
3
4
A default SBCommandInterpreterRunOptions object has:
5
6
* StopOnContinue: false
7
* StopOnError: false
8
* StopOnCrash: false
9
* EchoCommands: true
10
* PrintResults: true
11
* PrintErrors: true
12
* AddToHistory: true
13
14
"
)
lldb
::
SBCommandInterpreterRunOptions
;