[all-commits] [llvm/llvm-project] 94ec56: [lldb/Test] Use lit.local.cfg to mark whole direct...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon Jan 27 15:11:10 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 94ec56b6d5e239a76345afeffe1cc3079235a9f6
      https://github.com/llvm/llvm-project/commit/94ec56b6d5e239a76345afeffe1cc3079235a9f6
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-01-27 (Mon, 27 Jan 2020)

  Changed paths:
    A lldb/test/Shell/ScriptInterpreter/Lua/lit.local.cfg
    A lldb/test/Shell/ScriptInterpreter/Python/lit.local.cfg

  Log Message:
  -----------
  [lldb/Test] Use lit.local.cfg to mark whole directory as (un)supported.

Mark the whole Python or Lua test directory as unsupported when the
corresponding language is not available.


  Commit: 223a209027b44daeac53508bea154bc29314bddb
      https://github.com/llvm/llvm-project/commit/223a209027b44daeac53508bea154bc29314bddb
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-01-27 (Mon, 27 Jan 2020)

  Changed paths:
    M lldb/source/Interpreter/CommandInterpreter.cpp
    M lldb/test/Shell/Commands/command-breakpoint-col.test

  Log Message:
  -----------
  [lldb/Commands] Make column available through _regexp-break

Update _regexp-break to interpret main.c:8:21 as:

  breakpoint set --line 8 --column 21

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


Compare: https://github.com/llvm/llvm-project/compare/aca68feaad0e...223a209027b4


More information about the All-commits mailing list