================ @@ -29,12 +29,16 @@ #include <cstdint> #include <optional> -#define LLDB_DAP_INVALID_SRC_REF 0 +#define LLDB_DAP_INVALID_SRC_REF int32_t(0U) ---------------- da-viper wrote:
Missed that. Initially I made it uint32_t but changed it int32_t so json conversion still accepts it instead of failing there. https://github.com/llvm/llvm-project/pull/219018 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
