Provide a reasonable value for PATH_MAX if the lldb headers don't provide it.
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
|
||||
#include "common.h"
|
||||
|
||||
#if !defined(PATH_MAX)
|
||||
#define PATH_MAX 4096
|
||||
#endif
|
||||
|
||||
using namespace lldb;
|
||||
|
||||
void test(SBDebugger &dbg, std::vector<std::string> args) {
|
||||
|
||||
Reference in New Issue
Block a user