Files
clang-p2996/lldb/tools/lldb-dap/Handler/StepInRequestHandler.cpp
Jonas Devlieghere b53e75711c [lldb-dap] Replace Get{Signed,Unsigned} with GetInteger<T> (NFC) (#129823)
Replace Get{Signed,Unsigned} with GetInteger<T> and return std::optional
so you can distinguish between the value not being present and it being
explicitly set to the previous fail_value. All existing uses are
replaced by calling value_or(fail_value).

Continuation of #129818
2025-03-05 09:06:14 -08:00

3.6 KiB