[all-commits] [llvm/llvm-project] d055e3: [LLDB/Python] Fix segfault on Python scripted entr...

Pedro Tammela via All-commits all-commits at lists.llvm.org
Wed Dec 2 03:30:45 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d055e3a0eb4e957159b075c0937a960beb75c975
      https://github.com/llvm/llvm-project/commit/d055e3a0eb4e957159b075c0937a960beb75c975
  Author: Pedro Tammela <pctammela at gmail.com>
  Date:   2020-12-02 (Wed, 02 Dec 2020)

  Changed paths:
    M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
    A lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint_lua.test

  Log Message:
  -----------
  [LLDB/Python] Fix segfault on Python scripted entrypoints

The code that gets the ScriptInterpreter was not considering the
case that it receives a Lua interpreter.

Differential Revision: https://reviews.llvm.org/D92249




More information about the All-commits mailing list