xref: /llvm-project-15.0.7/lldb/test/API/commands/command/regex/echo_command.py (revision bbef51eb)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1import lldb
2
3def echo_command(debugger, args, result, dict):
4    result.Print(args+'\n')
5    result.SetStatus(lldb.eReturnStatusSuccessFinishResult)
6    return True
7

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025