[Lldb-commits] [lldb] Add a public LLDB API for .dwp/.dwo discovery (PR #197051)

via lldb-commits lldb-commits at lists.llvm.org
Mon May 18 00:37:39 PDT 2026


================
@@ -218,6 +218,7 @@ else
 		MAKE_DWO := YES
 		DWP_NAME = $(EXE).dwp
 		DYLIB_DWP_NAME = $(DYLIB_NAME).dwp
+		DSYM = $(DWP_NAME)
----------------
ionuthristodorescu wrote:

@JDevlieghere I created #198240 to keep this separate from the current PR (I cannot make the current PR depend on that one since GitHub only lets you change the base branch within the same repository).  

https://github.com/llvm/llvm-project/pull/197051


More information about the lldb-commits mailing list