[all-commits] [llvm/llvm-project] 68cb7d: [lldb/Commands] Honor the scripting language passe...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Sat Dec 21 22:33:21 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 68cb7d85423c19a61c5d6afbc8e004a345a28856
      https://github.com/llvm/llvm-project/commit/68cb7d85423c19a61c5d6afbc8e004a345a28856
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2019-12-21 (Sat, 21 Dec 2019)

  Changed paths:
    M lldb/source/Commands/CommandObjectWatchpointCommand.cpp

  Log Message:
  -----------
  [lldb/Commands] Honor the scripting language passed (2/2)

This ensures that watchpoint command honors the scripting language
passed with `-s`. Currently the argument ignores the actual language and
only uses it to differentiate between lldb and script commands.


  Commit: ba0eb7b66fd9dac7bf4883f70b65bded03a4b97a
      https://github.com/llvm/llvm-project/commit/ba0eb7b66fd9dac7bf4883f70b65bded03a4b97a
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2019-12-21 (Sat, 21 Dec 2019)

  Changed paths:
    M lldb/source/Interpreter/ScriptInterpreter.cpp
    A lldb/test/Shell/ScriptInterpreter/Lua/breakpoint_callback.test
    A lldb/test/Shell/ScriptInterpreter/Lua/watchpoint_callback.test

  Log Message:
  -----------
  [lldb/ScriptInterpreter] Fix stale/bogus error messages

Fix the nonsensical error messages for when breakpoint and watchpoint
callbacks are not supported.


Compare: https://github.com/llvm/llvm-project/compare/acdda1344a0e...ba0eb7b66fd9


More information about the All-commits mailing list