[Lldb-commits] [PATCH] D152449: [lldb][NFC]Update debug (eh-frame) tests to preserve old behaviour.

2023-06-08 Thread Vy Nguyen via Phabricator via lldb-commits
oontvoo created this revision. oontvoo added a reviewer: fdeazeve. Herald added a project: All. oontvoo requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. Details: D144999 potentially changes the debug forma

[Lldb-commits] [PATCH] D152449: [lldb][NFC]Update debug (eh-frame) tests to preserve old behaviour.

2023-06-08 Thread Vy Nguyen via Phabricator via lldb-commits
oontvoo updated this revision to Diff 529653. oontvoo added a comment. Removed XFAIL: system-darwin from test Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D152449/new/ https://reviews.llvm.org/D152449 Files: lldb/test/Shell/Unwind/prefer-debug-o

[Lldb-commits] [PATCH] D152449: [lldb][NFC]Update debug (eh-frame) tests to preserve old behaviour.

2023-06-08 Thread Vy Nguyen via Phabricator via lldb-commits
oontvoo updated this revision to Diff 529654. oontvoo added a comment. updated commit msg Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D152449/new/ https://reviews.llvm.org/D152449 Files: lldb/test/Shell/Unwind/prefer-debug-over-eh-frame.test

[Lldb-commits] [PATCH] D152449: [lldb][NFC]Update debug (eh-frame) tests to preserve old behaviour.

2023-06-08 Thread Vy Nguyen via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG83cb2123be48: [lldb][NFC]Update debug (eh-frame) tests to work with new dwarwin MC changes (authored by oontvoo). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.or

[Lldb-commits] [PATCH] D152806: [lldb][test] Re-XFAIL prefer-debug-over-eh-frame.test

2023-06-13 Thread Vy Nguyen via Phabricator via lldb-commits
oontvoo accepted this revision. oontvoo added a comment. This revision is now accepted and ready to land. Thank you! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D152806/new/ https://reviews.llvm.org/D152806 ___