[all-commits] [llvm/llvm-project] fe61b3: Add a Debugger interruption mechanism in conjuncti...

jimingham via All-commits all-commits at lists.llvm.org
Wed Mar 15 16:45:31 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fe61b38258bf4c5f34c32de26f4ed11ef5c32ebc
      https://github.com/llvm/llvm-project/commit/fe61b38258bf4c5f34c32de26f4ed11ef5c32ebc
  Author: Jim Ingham <jingham at apple.com>
  Date:   2023-03-15 (Wed, 15 Mar 2023)

  Changed paths:
    M lldb/include/lldb/API/SBCommandInterpreter.h
    M lldb/include/lldb/API/SBDebugger.h
    M lldb/include/lldb/Core/Debugger.h
    M lldb/include/lldb/Interpreter/CommandInterpreter.h
    M lldb/source/API/SBCommandInterpreter.cpp
    M lldb/source/API/SBDebugger.cpp
    M lldb/source/API/SBFrame.cpp
    M lldb/source/Commands/CommandObjectTarget.cpp
    M lldb/source/Commands/CommandObjectThread.cpp
    M lldb/source/Core/Debugger.cpp
    M lldb/source/Interpreter/CommandInterpreter.cpp
    M lldb/source/Target/StackFrameList.cpp
    A lldb/test/API/python_api/was_interrupted/Makefile
    A lldb/test/API/python_api/was_interrupted/TestDebuggerInterruption.py
    A lldb/test/API/python_api/was_interrupted/interruptible.py
    A lldb/test/API/python_api/was_interrupted/main.c

  Log Message:
  -----------
  Add a Debugger interruption mechanism in conjunction with the
Command Interpreter mechanism.

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




More information about the All-commits mailing list