This implements Greg's suggestion from D78825 to include AutoHandleEvents and SpawnThread in CommandInterpreterRunOptions. This is in preparation for adding a new overload for RunCommandInterpreter: SBCommandInterpreterRunResults RunCommandInterpreter(SBCommandInterpreterRunOptions &options);.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lldb/source/API/SBDebugger.cpp | ||
---|---|---|
1189–1190 | Maybe document somewhere that the arguments take precedence over what's present in SBCommandInterpreterRunOptions |
lldb/source/API/SBDebugger.cpp | ||
---|---|---|
1190 | I agree this is a good idea to do in the header doc. Also might be worth marking this and other functions RunCommandInterpreter as deprecated and point them to the new way of doing things once that patch is in where everything is in SBCommandInterpreterRunOptions and SBCommandInterpreterRunResults |
Maybe document somewhere that the arguments take precedence over what's present in SBCommandInterpreterRunOptions