[Lldb-commits] [PATCH] D140113: [lldb] Force override when adding crashlog command
Med Ismail Bennani via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 12 19:21:36 PST 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc3b471c0be4f: [lldb] Force override when adding crashlog command (authored by mib).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140113/new/
https://reviews.llvm.org/D140113
Files:
lldb/examples/python/crashlog.py
Index: lldb/examples/python/crashlog.py
===================================================================
--- lldb/examples/python/crashlog.py
+++ lldb/examples/python/crashlog.py
@@ -1344,8 +1344,8 @@
def __lldb_init_module(debugger, internal_dict):
debugger.HandleCommand(
- 'command script add -c lldb.macosx.crashlog.Symbolicate crashlog')
+ 'command script add -o -c lldb.macosx.crashlog.Symbolicate crashlog')
debugger.HandleCommand(
- 'command script add -f lldb.macosx.crashlog.save_crashlog save_crashlog')
+ 'command script add -o -f lldb.macosx.crashlog.save_crashlog save_crashlog')
print('"crashlog" and "save_crashlog" commands have been installed, use '
'the "--help" options on these commands for detailed help.')
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140113.488848.patch
Type: text/x-patch
Size: 789 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230113/77f3c538/attachment.bin>
More information about the lldb-commits
mailing list