emaste added inline comments.
Comment at: lldb/source/Plugins/Process/POSIX/CrashReason.cpp:62
+#ifndef SEGV_MTEAERR
+#define SEGV_MTEAERR 8
+#endif
emaste wrote:
> This should perhaps include an `#ifdef LINUX`(sp?) somehow, since 8 and 9 are
> not necessarily M
emaste added inline comments.
Comment at: lldb/source/Plugins/Process/POSIX/CrashReason.cpp:62
+#ifndef SEGV_MTEAERR
+#define SEGV_MTEAERR 8
+#endif
This should perhaps include an `#ifdef LINUX`(sp?) somehow, since 8 and 9 are
not necessarily MTEAERR / MTESERR o
labath added inline comments.
Comment at: lldb/source/Plugins/ScriptInterpreter/Lua/Lua.h:39
llvm::Error LoadModule(llvm::StringRef filename);
+ llvm::Error LoadBuffer(llvm::StringRef buffer, bool pop_result = true);
llvm::Error ChangeIO(FILE *out, FILE *err);
Author: Pavel Labath
Date: 2020-12-27T13:58:10+01:00
New Revision: bd39a5cb30a34547eb56a81eb7ca8aca23544099
URL:
https://github.com/llvm/llvm-project/commit/bd39a5cb30a34547eb56a81eb7ca8aca23544099
DIFF:
https://github.com/llvm/llvm-project/commit/bd39a5cb30a34547eb56a81eb7ca8aca23544099.diff
Author: Pavel Labath
Date: 2020-12-27T13:58:05+01:00
New Revision: aca4488847b4ddceeda8d4ddb2cd9cb3defbab0c
URL:
https://github.com/llvm/llvm-project/commit/aca4488847b4ddceeda8d4ddb2cd9cb3defbab0c
DIFF:
https://github.com/llvm/llvm-project/commit/aca4488847b4ddceeda8d4ddb2cd9cb3defbab0c.diff