mib updated this revision to Diff 524083.
mib marked 2 inline comments as done.
mib edited the summary of this revision.
mib added a comment.
Many changes:
- Change SBAPI templated specialization for 2 distinct methods
`GetUnsignedIntegerValue` & `GetSignedIntegerValue`
- Add new tests
- Update
mib created this revision.
mib added a reviewer: jingham.
mib added a project: LLDB.
Herald added a subscriber: JDevlieghere.
Herald added a project: All.
mib requested review of this revision.
Herald added a subscriber: lldb-commits.
This patch adds support to eStopReasonTrace to Scripted Threads
mib added inline comments.
Comment at:
lldb/test/API/functionalities/scripted_process/dummy_scripted_process.py:70-71
def get_stop_reason(self) -> Dict[str, Any]:
-return { "type": lldb.eStopReasonSignal, "data": {
-"signal": signal.SIGINT
-} }
-
mib created this revision.
mib added reviewers: JDevlieghere, bulbazord.
mib added a project: LLDB.
Herald added a project: All.
mib requested review of this revision.
Herald added a subscriber: lldb-commits.
This patch moves the `PassthroughScriptedProcess` & `PassthroughScriptedThread`
classes f
mib created this revision.
mib added a reviewer: JDevlieghere.
mib added a project: LLDB.
Herald added a project: All.
mib requested review of this revision.
Herald added a subscriber: lldb-commits.
This patch changes the way we generate the ObjectFileJSON files
containing the inlined symbols from
tbaeder added a comment.
Ping
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150772/new/
https://reviews.llvm.org/D150772
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits