servo/third_party/mozdebug/patches/0001-Add_rust-lldb_debugger.patch
Samson f44cefa816
Add rust-lldb to mozdebug (#31580)
* Add rust-lldb to mozdebug

* Export as patch

* patches
2024-03-10 07:12:20 +00:00

12 lines
612 B
Diff

diff --git a/mozdebug/mozdebug.py b/mozdebug/mozdebug.py
index 4cb18ccca6dd..51af36c78fa2 100644
--- a/mozdebug/mozdebug.py
+++ b/mozdebug/mozdebug.py
@@ -36,6 +36,7 @@
"cgdb": {"interactive": True, "args": ["-q", "--args"]},
"rust-gdb": {"interactive": True, "args": ["-q", "--args"]},
"lldb": {"interactive": True, "args": ["--"], "requiresEscapedArgs": True},
+ "rust-lldb": {"interactive": True, "args": ["--"], "requiresEscapedArgs": True},
# Visual Studio Debugger Support.
"devenv.exe": {"interactive": True, "args": ["-debugexe"]},
# Visual C++ Express Debugger Support.