mr.gray
mr.gray
`llvm-zig` branch cannot be compiled: ``` FAILED: tools/lldb/source/Plugins/SymbolFile/DWARF/CMakeFiles/lldbPluginSymbolFileDWARF.dir/DWARFASTParserZig.cpp.o /usr/bin/c++ -DGTEST_HAS_RTTI=0 -DHAVE_ROUND -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/workspace/user/repos/github.com/jacobly0/llvm-project/build2/tools/lldb/source/Plugins/SymbolFile/DWARF -I/workspace/user/repos/github.com/jacobly0/llvm-project/lldb/source/Plugins/SymbolFile/DWARF -I/workspace/user/repos/github.com/jacobly0/llvm-project/lldb/include -I/workspace/user/repos/github.com/jacobly0/llvm-project/build2/tools/lldb/include -I/workspace/user/repos/github.com/jacobly0/llvm-project/build2/include -I/workspace/user/repos/github.com/jacobly0/llvm-project/llvm/include -I/usr/include/python3.10 -I/workspace/user/repos/github.com/jacobly0/llvm-project/llvm/../clang/include -I/workspace/user/repos/github.com/jacobly0/llvm-project/build2/tools/lldb/../clang/include -I/workspace/user/repos/github.com/jacobly0/llvm-project/lldb/source -I/workspace/user/repos/github.com/jacobly0/llvm-project/build2/tools/lldb/source -isystem /usr/include/libxml2...
When you delete the '' marks it is not possible to re-select the code.
Some devices return strange string in `ro.build.date` property: $ adb shell getprop ro.build.date 2017年 11月 14日 星期二 09:55:07 CST That breaks `dateutil`'s parser and when using `pwnlib.adb.wait_for_device()` the following breaks:...