[Lldb-commits] [lldb] [lldb][Linux] Add Control Protection Fault signal (PR #122917)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 14 07:23:45 PST 2025
================
@@ -50,5 +63,7 @@ int main() {
}
// By now we should have one memory region where the GCS is stored.
- return 0; // Set break point at this line.
+ gcs_signal(); // Set break point at this line.
----------------
DavidSpickett wrote:
The previously added `test_gcs_region` will stop here and then kill the process instead of continuing. So it will work as it did before.
https://github.com/llvm/llvm-project/pull/122917
More information about the lldb-commits
mailing list