[Lldb-commits] [lldb] [lldb] Extend frame recognizers to hide frames from backtraces (PR #104523)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 20 11:40:33 PDT 2024


================
@@ -17,6 +17,7 @@
 #include "lldb/lldb-private-forward.h"
 #include "lldb/lldb-public.h"
 
+#include <_types/_uint16_t.h>
----------------
JDevlieghere wrote:

+1, this looks fishy. `cstdint` or `cinttypes` should do. 

https://github.com/llvm/llvm-project/pull/104523


More information about the lldb-commits mailing list