[Lldb-commits] [lldb] Complete ToJSON for OptionValues (PR #137375)

2025-04-27 Thread Ebuka Ezike via lldb-commits
https://github.com/da-viper closed https://github.com/llvm/llvm-project/pull/137375 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Complete ToJSON for OptionValues (PR #137375)

2025-04-27 Thread Ebuka Ezike via lldb-commits
https://github.com/da-viper updated https://github.com/llvm/llvm-project/pull/137375 >From a87d7be70ce0d82b159c163b1b319a349cb162ea Mon Sep 17 00:00:00 2001 From: Ebuka Ezike Date: Fri, 25 Apr 2025 18:20:24 +0100 Subject: [PATCH 1/4] [lldb] Add ToJson for OptionValueArch --- lldb/include/lldb

[Lldb-commits] [lldb] Complete ToJSON for OptionValues (PR #137375)

2025-04-25 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: Ebuka Ezike (da-viper) Changes Completes the ToJSON for `OptionValueArch` and `OptionValueFileColumnLine` and make the interface function pure virtual --- Patch is 22.40 KiB, truncated to 20.00 KiB below, full version: https://github.co

[Lldb-commits] [lldb] Complete ToJSON for OptionValues (PR #137375)

2025-04-25 Thread Ebuka Ezike via lldb-commits
https://github.com/da-viper created https://github.com/llvm/llvm-project/pull/137375 Completes the ToJSON for `OptionValueArch` and `OptionValueFileColumnLine` and make the interface function pure virtual >From a87d7be70ce0d82b159c163b1b319a349cb162ea Mon Sep 17 00:00:00 2001 From: Ebuka Ezik