This is an automated email from the git hooks/post-receive script.
git pushed a change to branch master in repository lldb.
from 6e2b6e708 [LLDB] - Add support for DW_RLE_base_address and DW_RLE_offse [...] new 113765fb4 [lldb] Remove enableThreadSanitizer from shared Xcode schemes new 5665cce83 Revert rL345127: [LLDB] - Add support for DW_RLE_base_address [...] new 86ace2f0a [Settings] Add -force flag to "settings set" new e71fc9257 [API] Extend the `SBThreadPlan` interface new ce8e5abbd [LLDB] - Parse the DW_LLE_startx_length correctly for DWARF v5 case. new 0e858cb23 Recommit r345127 "[LLDB] - Add support for DW_RLE_base_addres [...] new e71f3170d Fix a bug PlatformDarwin::SDKSupportsModule. new 5198e5be2 Get rid of casts. (NFC) new 29b291e9f Remove accidentally committed duplicate code
The 9 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/lldb/API/SBThreadPlan.h | 2 ++ include/lldb/Expression/DWARFExpression.h | 8 +++-- lit/Settings/TestSettingsSet.test | 15 ++++++++ .../xcshareddata/xcschemes/LLDB.xcscheme | 1 - .../xcshareddata/xcschemes/darwin-debug.xcscheme | 1 - .../step_scripted}/Makefile | 0 .../test/functionalities/step_scripted/Steps.py | 37 +++++++++++++++++++ .../step_scripted/TestStepScripted.py | 41 ++++++++++++++++++++++ .../step_scripted}/main.c | 9 ++--- scripts/interface/SBThreadPlan.i | 3 ++ source/API/SBThreadPlan.cpp | 10 ++++++ source/Commands/CommandObjectSettings.cpp | 26 ++++++++++++-- source/Expression/DWARFExpression.cpp | 8 +++-- source/Plugins/Platform/MacOSX/PlatformDarwin.cpp | 11 +++--- source/Plugins/Platform/MacOSX/PlatformDarwin.h | 12 +++---- .../Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp | 5 ++- unittests/Platform/PlatformDarwinTest.cpp | 26 ++++++++++++++ 17 files changed, 187 insertions(+), 28 deletions(-) create mode 100644 lit/Settings/TestSettingsSet.test copy packages/Python/lldbsuite/test/{driver/batch_mode => functionalities/step_scr [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/step_scripted/Steps.py create mode 100644 packages/Python/lldbsuite/test/functionalities/step_scripted/Te [...] copy packages/Python/lldbsuite/test/{macosx/find-app-in-bundle => functionalities/ [...]