summaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/settings
AgeCommit message (Expand)Author
2025-08-22[lldb] More windows fixes TestSettings.py (#154983)Dave Lee
2025-08-21[lldb] Fix TestSettings.py (#154849)Dave Lee
2025-08-21[lldb] Add flag to "settings show" to include default values (#153233)Dave Lee
2025-06-09[lldb][test] Remove outdated rdar link in settings testDavid Spickett
2025-06-06[lldb][test] Enable settings test case on WindowsDavid Spickett
2025-05-02Reland "[lldb] Do not bump memory modificator ID when "internal" debugger mem...David Spickett
2025-05-02Revert "[lldb] Do not bump memory modificator ID when "internal" debugger mem...David Spickett
2025-05-01[lldb] Do not bump memory modificator ID when "internal" debugger memory is u...Mikhail Zakharov
2025-04-27Complete ToJSON for OptionValues (#137375)Ebuka Ezike
2025-04-24[lldb][lldb-dap] Add ToJSON for OptionValueEnumeration (#137007)Ebuka Ezike
2025-03-21[lldb][NFC] Fix test settings JSON check to compare expected path list. (#132...Ebuka Ezike
2025-03-21[lldb][NFC] use platform independent path separator in testSettings.py. (#132...Ebuka Ezike
2025-03-21[lldb] Show target.debug-file-search-paths setting from python SBDebugger (#...Ebuka Ezike
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima
2024-10-29[lldb] Fix write only file action to truncate the file (#112657)Wanyi
2024-10-22[lldb][test] Fix TestUseSourceCache for readonly source trees (#113251)Jordan Rupprecht
2024-10-18[lldb] Fix and re-enable TestUseSourceCache.py (#111237)Igor Kudrin
2024-07-02[lldb][test] Disable TestUseSourceCache on Windows (#97324)Kendal Harland
2024-05-13[lldb] Fixed the test TestQuoting (#91886)Dmitry Vasilyev
2024-05-13[lldb] Fixed the test TestSettings when run with a remote target (#91915)Dmitry Vasilyev
2024-02-22[lldb] Fix term-width setting (#82736)Jonas Devlieghere
2023-08-28[LLDB] Fix tab size settings testswalter erquinigo
2023-08-04[lldb] Fix Python test formatting (NFC)Jonas Devlieghere
2023-07-10"settings set -g target.load-script-from-symbol-file" shouldn't crash.Jim Ingham
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-05-01[lldb] Change ObjectValueDictionary to use a StringMapAlex Langford
2022-09-11Add SBDebugger::GetSetting() public APIsJeffrey Tan
2022-08-02[LLDB] Skip buildbot failures AArch64/WindowsMuhammad Omair Javaid
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2022-04-08[lldb] Fix TestQuoting when run remotelyJonas Devlieghere
2022-03-08[lldb] Add --exists flag to `settings set`Jonas Devlieghere
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere
2021-03-05[lldb/Interpreter] Add `interpreter.repeat-previous-command` settingMed Ismail Bennani
2021-02-28[lldb/Interpreter] Fix deep copying for OptionValue classesTatyana Krasnukha
2020-10-27[lldb][NFC] Rewrite TestQuotingRaphael Isemann
2020-10-05[lldb/test] Catch invalid calls to expect()Dave Lee
2020-05-14[lldb/Test] Skip test using files to synchronize.Jonas Devlieghere
2020-04-20[lldb] Remove m_last_file_sp from SourceManagerEmre Kultursay
2020-04-02Recommit "[lldb] Fix TestSettings.test_pass_host_env_vars on windows"Pavel Labath
2020-03-30Revert "[lldb] Fix TestSettings.test_pass_host_env_vars on windows"Pavel Labath
2020-03-30[lldb] Fix TestSettings.test_pass_host_env_vars on windowsPavel Labath
2020-03-23[lldb/testsuite] Skip part of TestSettings.py on windowsFred Riss
2020-03-23[lldb/Target] Rework the way the inferior environment is createdFred Riss
2020-03-23[lldb/API] Make Launch(Simple) use args and env from target propertiesFred Riss
2020-03-23[lldb/Target] Initialize new targets environment variables from target.env-varsFred Riss
2020-03-12[lldb] Clear all settings during a test's setUpTatyana Krasnukha
2020-03-05[lldb][test] These tests don't fail on Windows anymoreTatyana Krasnukha
2020-02-20[lldb] Remove license headers from all test source filesRaphael Isemann
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht