================ @@ -0,0 +1,254 @@ +Debugging LLDB +============== + +This page details various ways to debug LLDB itself and other LLDB tools. If +you want to know how to use LLDB in general, please refer to +:doc:`/use/tutorial`. + +As LLDB is generally split into 2 tools, ``lldb`` and ``lldb-server`` +(``debugserver`` on Mac OS), the techniques shown here will not always apply to +both. With some knowledge of them all, you can mix and match as needed. + +In this document we refer to the initial ``lldb`` as the debugger and the +program being debugged as the debugee. ---------------- JDevlieghere wrote:
The rest of the docs often refer to the program being debugged as the _inferior_. I personally don't mind _debugee_ but inferior would definitely be more consistent/familiar. https://github.com/llvm/llvm-project/pull/65332 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits