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 cannot run 
that code. In these cases lldb-test is often useful.

Alternatively/additionally, you can write an end-to-end test that compiles from 
source; these are the python-based tests found in packages/.

-- adrian
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


[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 receiving this mail because:
You are the assignee for the bug.___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev