[all-commits] [llvm/llvm-project] a7b78c: Revert "[lldb] Add 'modify' type watchpoints, make...
David Spickett via All-commits
all-commits at lists.llvm.org
Thu Sep 21 02:30:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a7b78cac9a77e3ef6bbbd8ab1a559891dc693401
https://github.com/llvm/llvm-project/commit/a7b78cac9a77e3ef6bbbd8ab1a559891dc693401
Author: David Spickett <david.spickett at linaro.org>
Date: 2023-09-21 (Thu, 21 Sep 2023)
Changed paths:
M lldb/bindings/headers.swig
R lldb/bindings/interface/SBWatchpointOptionsDocstrings.i
M lldb/bindings/interfaces.swig
M lldb/include/lldb/API/SBTarget.h
R lldb/include/lldb/API/SBWatchpointOptions.h
M lldb/include/lldb/Breakpoint/Watchpoint.h
M lldb/include/lldb/Interpreter/OptionGroupWatchpoint.h
M lldb/include/lldb/lldb-defines.h
M lldb/include/lldb/lldb-enumerations.h
M lldb/include/lldb/lldb-forward.h
M lldb/source/API/CMakeLists.txt
M lldb/source/API/SBTarget.cpp
M lldb/source/API/SBValue.cpp
M lldb/source/API/SBWatchpoint.cpp
R lldb/source/API/SBWatchpointOptions.cpp
M lldb/source/Breakpoint/Watchpoint.cpp
M lldb/source/Commands/CommandObjectWatchpoint.cpp
M lldb/source/Interpreter/OptionGroupWatchpoint.cpp
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
M lldb/source/Target/StopInfo.cpp
M lldb/source/Target/Target.cpp
M lldb/test/API/commands/watchpoints/multiple_hits/main.cpp
M lldb/test/API/commands/watchpoints/step_over_watchpoint/main.c
M lldb/test/API/commands/watchpoints/unaligned-watchpoint/main.c
M lldb/test/API/functionalities/gdb_remote_client/TestNoWatchpointSupportInfo.py
M lldb/test/API/functionalities/watchpoint/large-watchpoint/TestLargeWatchpoint.py
R lldb/test/API/functionalities/watchpoint/modify-watchpoints/Makefile
R lldb/test/API/functionalities/watchpoint/modify-watchpoints/TestModifyWatchpoint.py
R lldb/test/API/functionalities/watchpoint/modify-watchpoints/main.c
M lldb/test/API/functionalities/watchpoint/unaligned-spanning-two-dwords/TestUnalignedSpanningDwords.py
M lldb/test/API/python_api/default-constructor/sb_target.py
M lldb/test/API/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py
Log Message:
-----------
Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)"
This reverts commit 933ad5c897ee366759a54869b35b2d7285a92137.
This caused 1 test failure and an unexpected pass on AArch64 Linux:
https://lab.llvm.org/buildbot/#/builders/96/builds/45765
Wasn't reported because the bot was already red at the time.
More information about the All-commits
mailing list