bulbazord wrote:

> For example: 
> https://github.com/llvm/llvm-project/blob/main/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp#L922-L927.
>  When parsing function info, it validates low and hi address of the function: 
> `GetMinRangeBase` returns the first range entry base and `GetMaxRangeEnd` 
> returns the last range end. If low >= hi, it stops parsing this function.
> 
> This causes missing inline stack frames for us when debugging a core dump.

Gotcha, makes sense. Since you know how this fails, could you add a test to 
make sure that scenario continues working? 

https://github.com/llvm/llvm-project/pull/91343
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to