[all-commits] [llvm/llvm-project] 132e57: Retry of D84974

walter erquinigo via All-commits all-commits at lists.llvm.org
Mon Sep 14 10:45:30 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 132e57bc597bd3f50174b7d286c43f76b47f11c1
      https://github.com/llvm/llvm-project/commit/132e57bc597bd3f50174b7d286c43f76b47f11c1
  Author: Walter Erquinigo <waltermelon at fb.com>
  Date:   2020-09-14 (Mon, 14 Sep 2020)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/lldbvscode_testcase.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py
    A lldb/test/API/tools/lldb-vscode/runInTerminal/Makefile
    A lldb/test/API/tools/lldb-vscode/runInTerminal/TestVSCode_runInTerminal.py
    A lldb/test/API/tools/lldb-vscode/runInTerminal/main.c
    M lldb/tools/lldb-vscode/JSONUtils.cpp
    M lldb/tools/lldb-vscode/JSONUtils.h
    M lldb/tools/lldb-vscode/VSCode.cpp
    M lldb/tools/lldb-vscode/VSCode.h
    M lldb/tools/lldb-vscode/lldb-vscode.cpp
    M lldb/tools/lldb-vscode/package.json

  Log Message:
  -----------
  Retry of D84974

- Fix a small issue caused by a conflicting name (GetObject) on Windows.
  The fix was to rename the internal GetObject function to
  GetNextFunction.




More information about the All-commits mailing list