1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:38:12 +00:00
serenity/Libraries/LibDebug
Andrew Kaster c1eb744ff0 Build: Include headers from LibC, LibM, and LibPthread with -isystem
Make sure that userspace is always referencing "system" headers in a way
that would build on target :). This means removing the explicit
include_directories of Libraries/LibC in favor of having it export its
headers as SYSTEM. Also remove a redundant include_directories of
Libraries in the 'serenity build' part of the build script. It's already
set at the top.

This causes issues for the Kernel, and for crt0.o. These special cases
are handled individually.
2020-05-20 08:37:50 +02:00
..
Dwarf LibDebug: Add support for creating VariableInfo for paramters 2020-05-09 23:41:08 +02:00
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
DebugInfo.cpp LibDebug: Add support for creating VariableInfo for paramters 2020-05-09 23:41:08 +02:00
DebugInfo.h LibDebug: Add support for creating VariableInfo for paramters 2020-05-09 23:41:08 +02:00
DebugSession.cpp LibDebug: Add remove_breakpoint 2020-04-25 13:16:46 +02:00
DebugSession.h Build: Include headers from LibC, LibM, and LibPthread with -isystem 2020-05-20 08:37:50 +02:00