vadimcn / codelldb

A native debugger extension for VSCode based on LLDB
https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb
MIT License
2.43k stars 237 forks source link

[draft] Maybe FreeBSD support? #956

Open russelltg opened 1 year ago

russelltg commented 1 year ago

Putting this here as a feeler if FreeBSD support could be added--I've added the basics but it's missing a LLDB package as well. I'm not sure where your build files are for that--I don't think they're publicly available?

EDIT: It now fully works. Changes are all trivial (only adding new else if freebsd sections). Only thing missing is the lldb package.

Those changes to the azure pipeline are a total guess

vadimcn commented 1 year ago

Building portable lldb requires portable Python, which I am getting from this project. As you can see, it does not provide a build for BSD. Bit even aside from that, I am not sure how this would get tested, given that Azure Pipelines does not have BSD builders.