tammela updated this revision to Diff 313870.
tammela added a comment.
Addressing comments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93481/new/
https://reviews.llvm.org/D93481
Files:
lldb/source/Plugins/ScriptInterpreter/Lua/Lua.cpp
lldb/s
tammela 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-28T20:16:08+01:00
New Revision: 76a718ee939ed84d95b005f36cfbd103a702522f
URL:
https://github.com/llvm/llvm-project/commit/76a718ee939ed84d95b005f36cfbd103a702522f
DIFF:
https://github.com/llvm/llvm-project/commit/76a718ee939ed84d95b005f36cfbd103a702522f.diff
wallace created this revision.
wallace added reviewers: clayborg, jingham.
wallace requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
On Linux, unlike Darwin, after a process performs exec, the thread id doesn't
change. This causes any living
wallace updated this revision to Diff 313904.
wallace added a comment.
improve test
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93874/new/
https://reviews.llvm.org/D93874
Files:
lldb/include/lldb/Target/Process.h
lldb/source/Plugins/Process/
Author: Pavel Labath
Date: 2020-12-29T08:33:12+01:00
New Revision: 53f80d6b3a01a79a9d448ad117c4b54a15ad08af
URL:
https://github.com/llvm/llvm-project/commit/53f80d6b3a01a79a9d448ad117c4b54a15ad08af
DIFF:
https://github.com/llvm/llvm-project/commit/53f80d6b3a01a79a9d448ad117c4b54a15ad08af.diff