Some LLDB set ups need to hide certain commands for security reasons, so I'm adding a flag that allows removing non-user commands.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lldb/include/lldb/Interpreter/CommandInterpreter.h | ||
---|---|---|
329 | should force default to false? |
Comment Actions
This also seems a bit Quixotic to me. Unless you are also planning to remove the script command, there's nothing you can do in the command line that you can't do with the SB API so you aren't actually removing any functionality, just making it slightly less convenient.
Comment Actions
@jingham, in my use case, I'm exposing a minified LLDB client remotely, so the user won't have access to script command nor the SB API.
should force default to false?