[Lldb-commits] [PATCH] D122293: [intelpt] Refactoring instruction decoding for flexibility

2022-03-26 Thread walter erquinigo via Phabricator via lldb-commits
wallace updated this revision to Diff 418404. wallace added a comment. - make tests pass - simplified the error handling. In fact, using Error objects might be too expensive and potentially provides little value in the API, because the user needs to consume the Error forcefully. Besides that, o

[Lldb-commits] [lldb] bcf1978 - [intelpt] Refactoring instruction decoding for flexibility

2022-03-26 Thread Walter Erquinigo via lldb-commits
Author: Alisamar Husain Date: 2022-03-26T11:34:47-07:00 New Revision: bcf1978a871535e297c965195afe467134164413 URL: https://github.com/llvm/llvm-project/commit/bcf1978a871535e297c965195afe467134164413 DIFF: https://github.com/llvm/llvm-project/commit/bcf1978a871535e297c965195afe467134164413.dif

[Lldb-commits] [PATCH] D122293: [intelpt] Refactoring instruction decoding for flexibility

2022-03-26 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGbcf1978a8715: [intelpt] Refactoring instruction decoding for flexibility (authored by zrthxn, committed by Walter Erquinigo ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST AC

[Lldb-commits] [lldb] bc13101 - [lldb] Fix building for mingw after changes to sigtstp_handler

2022-03-26 Thread Martin Storsjö via lldb-commits
Author: Martin Storsjö Date: 2022-03-26T22:32:53+02:00 New Revision: bc13101cf945114f2b573aa66845bec9c20f4e48 URL: https://github.com/llvm/llvm-project/commit/bc13101cf945114f2b573aa66845bec9c20f4e48 DIFF: https://github.com/llvm/llvm-project/commit/bc13101cf945114f2b573aa66845bec9c20f4e48.diff

[Lldb-commits] [lldb] b548f58 - [lldb] Fix interpreting absolute Windows paths with forward slashes

2022-03-26 Thread Martin Storsjö via lldb-commits
Author: Martin Storsjö Date: 2022-03-26T22:34:02+02:00 New Revision: b548f5847235118878c15caa8df1b89e75fc965b URL: https://github.com/llvm/llvm-project/commit/b548f5847235118878c15caa8df1b89e75fc965b DIFF: https://github.com/llvm/llvm-project/commit/b548f5847235118878c15caa8df1b89e75fc965b.diff

[Lldb-commits] [PATCH] D122486: [lldb] Fix building for mingw after changes to sigtstp_handler

2022-03-26 Thread Martin Storsjö via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGbc13101cf945: [lldb] Fix building for mingw after changes to sigtstp_handler (authored by mstorsjo). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D122486/new

[Lldb-commits] [PATCH] D122389: [lldb] Fix interpreting absolute Windows paths with forward slashes

2022-03-26 Thread Martin Storsjö via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGb548f5847235: [lldb] Fix interpreting absolute Windows paths with forward slashes (authored by mstorsjo). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D12238