[all-commits] [llvm/llvm-project] 4b4198: [lldb] Show target.debug-file-search-paths setting...
Ebuka Ezike via All-commits
all-commits at lists.llvm.org
Fri Mar 21 04:20:58 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4b419840c883b0de03ae72c7d352c37f24c1932c
https://github.com/llvm/llvm-project/commit/4b419840c883b0de03ae72c7d352c37f24c1932c
Author: Ebuka Ezike <yerimyah1 at gmail.com>
Date: 2025-03-21 (Fri, 21 Mar 2025)
Changed paths:
M lldb/include/lldb/Interpreter/OptionValueFileSpecList.h
M lldb/include/lldb/Utility/FileSpec.h
M lldb/source/Interpreter/OptionValueFileSpecList.cpp
M lldb/source/Utility/FileSpec.cpp
M lldb/test/API/commands/settings/TestSettings.py
Log Message:
-----------
[lldb] Show target.debug-file-search-paths setting from python SBDebugger (#131683)
When printing setting variables using the python SBDebugger API if the type is of OptionValueFileSpec
it defaults to null as the value even if it has a value. This patch fixes that.
---------
Signed-off-by: Ebuka Ezike <yerimyah1 at gmail.com>
Co-authored-by: Jonas Devlieghere <jonas at devlieghere.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list