2013-12-15 18:30:16 -05:00
|
|
|
|
2014-05-02 17:54:01 -04:00
|
|
|
#include "HAL/cpp/StackTrace.hpp"
|
2013-12-15 18:30:16 -05:00
|
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void printCurrentStackTrace() {
|
|
|
|
|
// TODO: Implement
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
bool getErrnoToName(int32_t errNo, char* name) {
|
|
|
|
|
return false; // TODO: Implement
|
|
|
|
|
}
|