pentoo-overlay/dev-util/dwarf-debugger/files/dwart-disable-update.patch
2019-12-30 17:33:32 +08:00

11 lines
366 B
Diff

--- a/dwarf_debugger/dwarf.py.orig 2019-12-30 02:20:14.000000000 +0800
+++ b/dwarf_debugger/dwarf.py 2019-12-30 08:27:17.557166261 +0800
@@ -176,7 +176,7 @@
qapp.setWindowIcon(_icon)
_prefs = Prefs()
- local_update_disabled = _prefs.get('disable_local_frida_update', False)
+ local_update_disabled = True
args = process_args()