[Lldb-commits] [PATCH] D147362: [lldb] Add Clang module import logging

2023-03-31 Thread Dave Lee via Phabricator via lldb-commits
kastiglione created this revision. kastiglione added a reviewer: aprantl. Herald added a project: All. kastiglione requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. Log Clang module imports to lldb's `expr` channel. This is minor add-on to

[Lldb-commits] [lldb] d93e1d8 - [debugserver] Fix ARM64 logs

2023-03-31 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2023-03-31T14:44:23-07:00 New Revision: d93e1d87fb6578c104a0163a051280863e644d57 URL: https://github.com/llvm/llvm-project/commit/d93e1d87fb6578c104a0163a051280863e644d57 DIFF: https://github.com/llvm/llvm-project/commit/d93e1d87fb6578c104a0163a051280863e644d57.diff

[Lldb-commits] [PATCH] D147084: [lldb] Move ObjectFileJIT to lldbExpression

2023-03-31 Thread Alex Langford via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGa52054cfa29d: [lldb] Move ObjectFileJIT to lldbExpression (authored by bulbazord). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D147084/new/

[Lldb-commits] [lldb] a52054c - [lldb] Move ObjectFileJIT to lldbExpression

2023-03-31 Thread Alex Langford via lldb-commits
Author: Alex Langford Date: 2023-03-31T13:38:37-07:00 New Revision: a52054cfa29d665c43141c66c20a7b8f7a96b546 URL: https://github.com/llvm/llvm-project/commit/a52054cfa29d665c43141c66c20a7b8f7a96b546 DIFF: https://github.com/llvm/llvm-project/commit/a52054cfa29d665c43141c66c20a7b8f7a96b546.diff

[Lldb-commits] [PATCH] D147300: [lldb] Fix build on older FreeBSD

2023-03-31 Thread Ed Maste via Phabricator via lldb-commits
emaste accepted this revision. emaste added a comment. In D147300#4236033 , @dim wrote: > LGTM, but if such SIGFPE's occur before the FPE_FLTIDO define was introduced, > can they ever have value 9? This is essentially a compile-time assertion to make

[Lldb-commits] [PATCH] D147300: [lldb] Fix build on older FreeBSD

2023-03-31 Thread Dimitry Andric via Phabricator via lldb-commits
dim accepted this revision. dim added a comment. This revision is now accepted and ready to land. LGTM, but if such SIGFPE's occur before the FPE_FLTIDO define was introduced, can they ever have value 9? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[Lldb-commits] [PATCH] D147300: [lldb] Fix build on older FreeBSD

2023-03-31 Thread Brooks Davis via Phabricator via lldb-commits
brooks created this revision. brooks added reviewers: DavidSpickett, emaste, arichardson, dim. Herald added a subscriber: krytarowski. Herald added a project: All. brooks requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. Commit