[all-commits] [llvm/llvm-project] bc0a9a: Add an option (-y) to "break set" and "source list...

jimingham via All-commits all-commits at lists.llvm.org
Mon Jul 20 17:41:10 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: bc0a9a17a4a658153f4b524da3274d33a98d1c5b
      https://github.com/llvm/llvm-project/commit/bc0a9a17a4a658153f4b524da3274d33a98d1c5b
  Author: Jim Ingham <jingham at apple.com>
  Date:   2020-07-20 (Mon, 20 Jul 2020)

  Changed paths:
    M lldb/include/lldb/Interpreter/OptionValue.h
    A lldb/include/lldb/Interpreter/OptionValueFileColonLine.h
    M lldb/include/lldb/Interpreter/OptionValues.h
    M lldb/include/lldb/lldb-defines.h
    M lldb/include/lldb/lldb-enumerations.h
    M lldb/packages/Python/lldbsuite/test/lldbutil.py
    M lldb/source/Commands/CommandObjectBreakpoint.cpp
    M lldb/source/Commands/CommandObjectSource.cpp
    M lldb/source/Commands/Options.td
    M lldb/source/Interpreter/CMakeLists.txt
    M lldb/source/Interpreter/CommandObject.cpp
    M lldb/source/Interpreter/OptionValue.cpp
    M lldb/source/Interpreter/OptionValueArray.cpp
    M lldb/source/Interpreter/OptionValueDictionary.cpp
    A lldb/source/Interpreter/OptionValueFileColonLine.cpp
    M lldb/source/Interpreter/OptionValueFileSpec.cpp
    M lldb/source/Interpreter/Property.cpp
    A lldb/test/API/functionalities/breakpoint/breakpoint_by_file_colon_line/Makefile
    A lldb/test/API/functionalities/breakpoint/breakpoint_by_file_colon_line/TestBreakpointByFileColonLine.py
    A lldb/test/API/functionalities/breakpoint/breakpoint_by_file_colon_line/main.c
    M lldb/test/API/source-manager/TestSourceManager.py
    M lldb/unittests/Interpreter/CMakeLists.txt
    A lldb/unittests/Interpreter/TestOptionValueFileColonLine.cpp

  Log Message:
  -----------
  Add an option (-y) to "break set" and "source list" that uses the same
file:line:column form that we use to print out locations.  Since we
print them this way it makes sense we also accept that form.

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




More information about the All-commits mailing list