[Lldb-commits] [PATCH] D134333: When there are variable errors, display an error in VS Code's local variables view.

Nico Weber via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 28 16:07:21 PDT 2022


thakis added a comment.

This breaks building everywhere:
http://45.33.8.238/linux/87654/step_4.txt
http://45.33.8.238/macm1/45381/step_4.txt
http://45.33.8.238/win/67047/step_4.txt

  ../../lldb/tools/lldb-vscode/lldb-vscode.cpp(2963,7): error: unknown type name 'SBError'; did you mean 'lldb::SBError'?
        SBError error = top_scope->GetError();
        ^~~~~~~
        lldb::SBError
  ../../lldb/include\lldb/API/SBError.h(20,16): note: 'lldb::SBError' declared here
  class LLDB_API SBError {
                 ^
  1 error generated.

Please take a look, and revert for now if it takes a while to fix.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134333/new/

https://reviews.llvm.org/D134333



More information about the lldb-commits mailing list