From 5e8e69326b774da2b122fa021dd0f520feeda17b Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Tue, 2 Jun 2015 16:34:16 -0700 Subject: [PATCH] add rd to lldbinit --- lldbinit | 1 + 1 file changed, 1 insertion(+) diff --git a/lldbinit b/lldbinit index 22ea1f8..8cb9dff 100644 --- a/lldbinit +++ b/lldbinit @@ -2,3 +2,4 @@ command alias offline expr [[FakeOffline sharedInstance] goOffline] command alias online expr [[FakeOffline sharedInstance] goOnline] command alias uikit expr @import UIKit command alias foundation expr @import Foundation +command regex rd 's/^[[:space:]]*$/po [[[UIApplication sharedApplication] keyWindow] recursiveDescription]/' 's/^(.+)$/po [%1 recursiveDescription]/'