compute-runtime/shared/source/debugger
Daniel Bermond e0362a7c39 build: add missing headers for GCC 15
For using fixed width integer types[1], the `<cstdint>`[2]
C++ header needs to be explicitly included with GCC 15 due
to changes[3] in libstdc++.

For details, see the documentation[4] about porting to GCC 15.

[1] https://en.cppreference.com/w/cpp/types/integer
[2] https://en.cppreference.com/w/cpp/header/cstdint
[3] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=3a817a4a5a6d94da9127af3be9f84
[4] https://gcc.gnu.org/gcc-15/porting_to.html#cxx

Signed-off-by: Daniel Bermond <dbermond@archlinux.org>
2025-05-19 15:31:32 +02:00
..
linux feature: Add ftrHeaplessMode flag 2025-04-02 21:06:05 +02:00
windows refactor: correct naming of allocation types 2023-12-11 16:23:37 +01:00
CMakeLists.txt Move DebuggerL0 to shared 2022-06-23 10:05:45 +02:00
debugger.cpp refactor: Remove SourceLevelDebugger 2023-08-10 11:14:02 +02:00
debugger.h build: add missing headers for GCC 15 2025-05-19 15:31:32 +02:00
debugger_l0.cpp fix: Set vmbind user fence when makeMemoryResident 2025-02-10 14:20:09 +01:00
debugger_l0.h refactor: Change wording from NonCopyableOrMovable to NonCopyableAndNonMovable 2025-02-17 14:19:10 +01:00
debugger_l0.inl refactor: remove not used usings/typedefs/variables 2024-11-28 16:19:39 +01:00
debugger_l0_base.inl L0 Debug - Fix imm cmdlist mode on windows 2022-11-25 20:37:14 +01:00
debugger_l0_tgllp_and_later.inl refactor: remove not used usings/typedefs/variables 2024-11-28 16:19:39 +01:00