start new:
tmux
start new with session name:
tmux new -s myname
A complete gdb to lldb command map.
(lldb) po responseObject
(lldb) po [responseObject objectForKey@"state"]
| // Compile: | |
| // g++ libzipplayground.cpp -I<path to libzip include> libarchive-rw.a -lz | |
| #include<iostream> | |
| #include<string> | |
| #include <zip.h> | |
| #include <cstdlib> | |
| using namespace std; | |
| char *readfile(string filename, size_t *size) { | |
| char * buffer; |