[Lldb-commits] [lldb] 2bbc762 - [lldb/Lua] add 'Lua' before naming versions

2021-01-23 Thread Pedro Tammela via lldb-commits
Author: Pedro Tammela Date: 2021-01-23T15:20:54Z New Revision: 2bbc762b8ff843cab89230c0a5feeb801c21c376 URL: https://github.com/llvm/llvm-project/commit/2bbc762b8ff843cab89230c0a5feeb801c21c376 DIFF: https://github.com/llvm/llvm-project/commit/2bbc762b8ff843cab89230c0a5feeb801c21c376.diff

[Lldb-commits] [lldb] 5997e89 - [lldb/Lua] add initial Lua typemaps

2021-01-23 Thread Pedro Tammela via lldb-commits
Author: Pedro Tammela Date: 2021-01-23T14:53:11Z New Revision: 5997e8987f681c54c266ab2d422528de9235b25f URL: https://github.com/llvm/llvm-project/commit/5997e8987f681c54c266ab2d422528de9235b25f DIFF: https://github.com/llvm/llvm-project/commit/5997e8987f681c54c266ab2d422528de9235b25f.diff

[Lldb-commits] [PATCH] D94937: [lldb/Lua] add initial Lua typemaps

2021-01-23 Thread Pedro Tammela via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG5997e8987f68: [lldb/Lua] add initial Lua typemaps (authored by tammela). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D94937/new/

[Lldb-commits] [PATCH] D93649: [lldb/Lua] add support for Lua function breakpoint

2021-01-23 Thread Pedro Tammela via Phabricator via lldb-commits
tammela added a comment. @JDevlieghere Addressed all your comments. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D93649/new/ https://reviews.llvm.org/D93649 ___ lldb-commits mailing list

[Lldb-commits] [PATCH] D93649: [lldb/Lua] add support for Lua function breakpoint

2021-01-23 Thread Pedro Tammela via Phabricator via lldb-commits
tammela updated this revision to Diff 318775. tammela added a comment. Rebasing and unwrapping the SBStructuredData test case Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D93649/new/ https://reviews.llvm.org/D93649 Files:

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

2021-01-23 Thread Michał Górny via Phabricator via lldb-commits
mgorny created this revision. mgorny added reviewers: labath, krytarowski, emaste, omjavaid. Herald added subscribers: kristof.beyls, arichardson. mgorny requested review of this revision. Introduce arm64 support in the FreeBSDRemote plugin. The code is roughly based on Linux and reuses the same