Skip to content

Instantly share code, notes, and snippets.

import lldb
import re
import shlex
# This script allows Xcode to selectively ignore Obj-C exceptions
# based on any selector on the NSException instance
def getRegister(target):
if target.triple.startswith('x86_64'):
return "rdi"
// ==UserScript==
// @name Open LOC in AppCode
// @namespace http://kolia.pp.ru/
// @version 0.1
// @description try to take over the world!
// @author [email protected]
// @match https://github.yandex-team.ru/taxi/mobile-taxi-client-ios/pull/*
// @grant none
// ==/UserScript==