Skip to content

Instantly share code, notes, and snippets.

View nick96's full-sized avatar
☁️
Chilling in the cloud

Nick Spain nick96

☁️
Chilling in the cloud
View GitHub Profile
@nick96
nick96 / lldb_cheat_sheet.md
Created January 29, 2017 09:26 — forked from ryanchang/lldb_cheat_sheet.md
LLDB Cheat Sheet

LLDB Cheat Sheet

A complete gdb to lldb command map.

Print out

  • Print object
(lldb) po responseObject
(lldb) po [responseObject objectForKey@"state"]
  • p - Print primitive type