[Lldb-commits] [lldb] [LLDB] Fix symbol breakpoint lookups for non-C-like languages (PR #110543)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 3 15:35:06 PDT 2024
walter-erquinigo wrote:
I'm closing this because I figure out a way for my language to be compliant with what LLDB expects, following the same path of Rust. I know we should make LLDB more generic, but I ended up finding so many little broken things if I don't follow C++'s style, and that's too much just for me.
https://github.com/llvm/llvm-project/pull/110543
More information about the lldb-commits
mailing list