Re: [lldb-dev] How/where to add test cases in LLDB.

2020-01-13 Thread Adrian Prantl via lldb-dev
Please note that when you are testing for a DWARF 5 feature specifically, you should think about using either Assembler or yaml2obj as input to lock down the binary encoding. If you do this, it would be best to not require a living process in your test, so the test can run even on platforms that

[lldb-dev] [Bug 44352] LLDB driver invoked LLDB gets upset if SBDebugger.HandleCommand invoked commands set Python variables (KeyError)

2020-01-13 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=44352 Jonas Devlieghere changed: What|Removed |Added Assignee|lldb-dev@lists.llvm.org |jdevliegh...@apple.com -- You are receivin