- Turn off interpreter.prompt-on-quit on startup (MI)
- Add CommandInterpreter::SetPromptOnQuit
- Add SBCommandInterpreter::GetPromptOnQuit/SetPromptOnQuit
All tests pass on OS X.
Differential D8444
Turn off 'quit' confirmation in lldb-mi ki.stfu on Mar 19 2015, 9:49 AM. Authored by
Details
All tests pass on OS X.
Diff Detail Event TimelineComment Actions Add the new API to the .i files as mentioned in the inline comments.
Comment Actions Remove "const" as per inline comments.
Comment Actions @clayborg, take a look again please.
Comment Actions No, don't change any existing API. Unfortunately by the time we caught this one, it was out in the wild and we had programs linking against it. Just make sure to not add const to any new API. |
or here?