[Lldb-commits] [PATCH] D95297: [lldb] [Process/FreeBSDRemote] Introduce arm64 support

2021-01-30 Thread Ed Maste via Phabricator via lldb-commits
emaste added a comment. In D95297#2532026 , @mgorny wrote: > lldb-server. We're aiming towards removing the native plug-in soon. To add a little background, the FreeBSD Foundation is funding this effort to move all FreeBSD targets to lldb-server; amd64 a

[Lldb-commits] [PATCH] D95696: [lldb] [Process/FreeBSDRemote] Introduce arm (32-bit) support

2021-01-30 Thread Kamil Rytarowski via Phabricator via lldb-commits
krytarowski added a comment. In D95696#2532032 , @strejda wrote: > Oki, I see, thanks for response. Please give me a few days to analyze (and > eventually to implement). Meanwhile, does this patch look fine as is? Hardware assisted watchpoints could be

[Lldb-commits] [PATCH] D95696: [lldb] [Process/FreeBSDRemote] Introduce arm (32-bit) support

2021-01-30 Thread Michał Górny via Phabricator via lldb-commits
mgorny added a comment. In D95696#2532032 , @strejda wrote: > Oki, I see, thanks for response. Please give me a few days to analyze (and > eventually to implement). Please also see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252860 ; it would prob

[Lldb-commits] [PATCH] D95683: [lldb] Fix fallout caused by D89156 on 11.0.1 for MacOS

2021-01-30 Thread Andi via Phabricator via lldb-commits
Abpostelnicu marked an inline comment as done. Abpostelnicu added a comment. @tstellar what do you suggest to do here? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D95683/new/ https://reviews.llvm.org/D95683 ___

[Lldb-commits] [PATCH] D95696: [lldb] [Process/FreeBSDRemote] Introduce arm (32-bit) support

2021-01-30 Thread Michal Meloun via Phabricator via lldb-commits
strejda added a comment. Oki, I see, thanks for response. Please give me a few days to analyze (and eventually to implement). CHANGES SINCE LAST ACTION https://reviews.llvm.org/D95696/new/ https://reviews.llvm.org/D95696 ___ lldb-commits mailing l

[Lldb-commits] [PATCH] D95696: [lldb] [Process/FreeBSDRemote] Introduce arm (32-bit) support

2021-01-30 Thread Michał Górny via Phabricator via lldb-commits
mgorny added a comment. In D95696#2531753 , @clayborg wrote: > Is this for lldb-server or for the ProcessFreeBSD.cpp? lldb-server. In D95696#2532012 , @strejda wrote: > What is missing in the FreeBSD kernel for s

[Lldb-commits] [PATCH] D95297: [lldb] [Process/FreeBSDRemote] Introduce arm64 support

2021-01-30 Thread Michał Górny via Phabricator via lldb-commits
mgorny added a comment. In D95297#2531752 , @clayborg wrote: > Is this code used by lldb-server or the native Free BSD plug-in? lldb-server. We're aiming towards removing the native plug-in soon. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D952

[Lldb-commits] [PATCH] D95696: [lldb] [Process/FreeBSDRemote] Introduce arm (32-bit) support

2021-01-30 Thread Michal Meloun via Phabricator via lldb-commits
strejda added a comment. What is missing in the FreeBSD kernel for support of HW breakpoints/watchpoints ? CHANGES SINCE LAST ACTION https://reviews.llvm.org/D95696/new/ https://reviews.llvm.org/D95696 ___ lldb-commits mailing list lldb-commits@li