[Lldb-commits] [PATCH] D150485: [lldb] Add support for negative integer to {SB, }StructuredData

2023-05-21 Thread Med Ismail Bennani via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D151043: [lldb] Add "Trace" stop reason in Scripted Thread

2023-05-21 Thread Med Ismail Bennani via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D151043: [lldb] Add "Trace" stop reason in Scripted Thread

2023-05-21 Thread Med Ismail Bennani via Phabricator via lldb-commits
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 -} } -

[Lldb-commits] [PATCH] D151044: [lldb] Move PassthroughScriptedProcess to `lldb.scripted_process` module

2023-05-21 Thread Med Ismail Bennani via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D151045: [lldb/crashlog] Remove tempfile prefix from inlined symbol object file

2023-05-21 Thread Med Ismail Bennani via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D150772: Add code snippet line numbers to TestExprDiagnostics output

2023-05-21 Thread Timm Bäder via Phabricator via lldb-commits
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