MCPcopy Create free account
hub / github.com/SamoZ256/hydra / OutputDebugString

Method OutputDebugString

src/core/horizon/kernel/kernel.cpp:956–964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

954}
955
956result_t Kernel::OutputDebugString(const std::string_view str, u64 len) {
957 LOG_DEBUG(Kernel, "OutputDebugString called");
958 if (len != 0) {
959 // TODO: handle differently
960 LOG_INFO(Kernel, "{}", str);
961 }
962
963 return RESULT_SUCCESS;
964}
965
966// TODO: object
967result_t Kernel::GetInfo(Process* crnt_process, InfoType info_type,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected