mgorny updated this revision to Diff 366487.
mgorny edited the summary of this revision.
mgorny added a comment.
Added client tests for GDB and LLDB signal variants. Moved signal init into
`DidLaunchOrAttach`, in order to have normalized target triple already (needed
for correct os-name in test)
siger-young updated this revision to Diff 366494.
siger-young added a comment.
This update marks features that are only supported by Python, and adds Lua
example code for using LLDB module.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104281/new/
dim created this revision.
dim added reviewers: aprantl, emaste, JDevlieghere, teemperor.
Herald added subscribers: krytarowski, arichardson.
dim requested review of this revision.
Herald added a project: LLDB.
When assertions are turned off, the `llvm::Error` value created at the
start of this fu
siger-young created this revision.
Herald added a subscriber: mgorny.
siger-young requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Add necessary typemaps for Lua bindings.
Signed-off-by: Siger Yang
Repository:
rG LLVM Github Monorepo
siger-young updated this revision to Diff 366520.
siger-young added a comment.
Using `lua_newuserdata` instead of `lua_newuserdatauv` to support Lua 5.3
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108090/new/
https://reviews.llvm.org/D108090
Fil