Ebuka Ezike a76dbdd268
[lldb] Change SBSymbol::GetID() to return LLDB_INVALID_SYMBOL_ID for invalid symbols (#175545)
Return UINT32_MAX instead of 0 when SBSymbol has no underlying symbol,
since 0 is a valid symbol ID.
This makes it possible to distinguish between a valid symbol with ID 0
and an invalid/uninitialised symbol.

From
https://github.com/llvm/llvm-project/pull/172687#discussion_r2628319927
2026-01-12 21:19:59 +00:00
..