[Lldb-commits] [lldb] [lldb][Module][NFC] Remove unused always_create parameter to GetSharedModule (PR #176325)

via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 16 10:25:29 PST 2026


jimingham wrote:

I think this is just a side note, but it seemed like Greg's comment indicated that the .o files for DWARFWithDebugMap are not expected to be in the global module list. They definitely are:

```
(lldb) image list -g
[  0] C4CE9978-3413-365E-BA4D-8F6B0C3D4597 0x0000000100000000 /tmp/my_prog 
...
[ 41]                                      0x0000000000000000 /private/tmp/my_prog.o 

```

and it is in fact really handy to have them there as it makes tracking down the debug info from them easier.

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


More information about the lldb-commits mailing list