Skip to content

Instantly share code, notes, and snippets.

View Jeff19181024's full-sized avatar
🎯
Focusing

RonRonNeR Jeff19181024

🎯
Focusing
View GitHub Profile
@ryanchang
ryanchang / lldb_cheat_sheet.md
Last active May 4, 2024 15:49
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