[all-commits] [llvm/llvm-project] 1f21d4: [lldb-vscode] Emit the breakpoint changed event on...

António Afonso via All-commits all-commits at lists.llvm.org
Sun Feb 21 09:47:12 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1f21d488bd79a06c9cf405cc5db985fcd71c4f70
      https://github.com/llvm/llvm-project/commit/1f21d488bd79a06c9cf405cc5db985fcd71c4f70
  Author: António Afonso <antonio.afonso at gmail.com>
  Date:   2021-02-21 (Sun, 21 Feb 2021)

  Changed paths:
    M lldb/test/API/tools/lldb-vscode/breakpoint-events/Makefile
    A lldb/test/API/tools/lldb-vscode/breakpoint-events/TestVSCode_breakpointLocationResolvedEvent.py
    A lldb/test/API/tools/lldb-vscode/breakpoint-events/dylib.c
    A lldb/test/API/tools/lldb-vscode/breakpoint-events/dylib_loader.c
    M lldb/tools/lldb-vscode/lldb-vscode.cpp

  Log Message:
  -----------
  [lldb-vscode] Emit the breakpoint changed event on location resolved

VSCode was not being informed whenever a location had been resolved (after being initated as non-resolved), so even though it was actually resolved, the IDE would show a hollow dot (instead of a red dot) because it didn't know about the change.

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




More information about the All-commits mailing list