[Lldb-commits] [lldb] [lldb] Extend frame recognizers to hide frames from backtraces (PR #104523)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 20 11:07:28 PDT 2024
================
@@ -17,6 +17,7 @@
#include "lldb/lldb-private-forward.h"
#include "lldb/lldb-public.h"
+#include <_types/_uint16_t.h>
----------------
bulbazord wrote:
Is this header portable? If you want access to `uint16_t` I'd recommend including `cinttypes` instead.
https://github.com/llvm/llvm-project/pull/104523
More information about the lldb-commits
mailing list