[all-commits] [llvm/llvm-project] 460671: [lldb][lldb-vscode] Add example configuration for ...

David Spickett via All-commits all-commits at lists.llvm.org
Tue Oct 17 01:01:20 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4606712ef5b422edbe3799b665dcad7dcf348b90
      https://github.com/llvm/llvm-project/commit/4606712ef5b422edbe3799b665dcad7dcf348b90
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2023-10-17 (Tue, 17 Oct 2023)

  Changed paths:
    M lldb/tools/lldb-vscode/README.md

  Log Message:
  -----------
  [lldb][lldb-vscode] Add example configuration for connecting to a remote gdbserver (#68866)

This can be used to have VS Code debug various emulators, remote
systems, hardware probes, etc.

In my case I was doing this for the Gameboy Advance,
https://github.com/stuij/gba-llvm-devkit/blob/main/docs/Debugging.md#debugging-using-visual-studio-code.

It's not very complex if you know LLDB well, but when using another
plugin, CodeLLDB, I was very glad that they had an example for it. So we
should have one too.




More information about the All-commits mailing list