[all-commits] [llvm/llvm-project] 841be9: [lldb] Color the line marker

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon Feb 24 15:41:27 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 841be9854c496adb1944fbf33af055814366ec86
      https://github.com/llvm/llvm-project/commit/841be9854c496adb1944fbf33af055814366ec86
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-02-24 (Mon, 24 Feb 2020)

  Changed paths:
    M lldb/include/lldb/Core/Debugger.h
    M lldb/source/Core/CoreProperties.td
    M lldb/source/Core/Debugger.cpp
    M lldb/source/Core/SourceManager.cpp
    M lldb/test/API/source-manager/TestSourceManager.py
    A lldb/test/Shell/Settings/TestLineMarkerColor.test

  Log Message:
  -----------
  [lldb] Color the line marker

Highlight the color marker similar to what we do for the column marker.
The default color matches the color of the current PC marker (->) in the
default disassembly format.

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




More information about the All-commits mailing list