[all-commits] [llvm/llvm-project] 4c67b1: [lldb/API] Add SBCommandInterpreterRunResult

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Fri May 1 13:55:55 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4c67b11918d5cc819ebf965004abbdd7f281a652
      https://github.com/llvm/llvm-project/commit/4c67b11918d5cc819ebf965004abbdd7f281a652
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-05-01 (Fri, 01 May 2020)

  Changed paths:
    M lldb/include/lldb/API/SBCommandInterpreterRunOptions.h
    M lldb/include/lldb/API/SBDebugger.h
    M lldb/include/lldb/API/SBDefines.h
    M lldb/source/API/SBCommandInterpreterRunOptions.cpp
    M lldb/source/API/SBDebugger.cpp
    M lldb/tools/driver/Driver.cpp

  Log Message:
  -----------
  [lldb/API] Add SBCommandInterpreterRunResult

This adds an RunCommandInterpreter overload that returns an instance of
SBCommandInterpreterRunResults. The goal is to avoid having to add more
and more overloads when we need more output arguments.

Differential revision: https://reviews.llvm.org/D79120




More information about the All-commits mailing list