jj10306 created this revision.
Herald added a subscriber: mgorny.
jj10306 requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Creating this patch so all the work from my internship is public and so I can
continue to work on HTR if I'm able to
manojgupta created this revision.
manojgupta added reviewers: JDevlieghere, mstorsjo.
Herald added a subscriber: mgorny.
manojgupta requested review of this revision.
Herald added a project: LLDB.
When cross compiling lldb-server, do not create a host build
for building lldb-tblgeb when LLDB_TABLE
manojgupta added a comment.
This is a local patch we have been carrying in Chrome OS.
What we do to cross compile lldb-server:
1. Create host build to build tools like llvm-tblgen, clang-tblgen, lldb-tblgen
2. Cross compile llvm and clang libraries using the just build *tblgen.
3. Cross compile l
JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.
Looks reasonable to me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108053/new/
https://reviews.llvm.org/D108053
Author: Manoj Gupta
Date: 2021-08-13T14:18:03-07:00
New Revision: 1f7b25ea76a925aca690da28de9d78db7ca99d0c
URL:
https://github.com/llvm/llvm-project/commit/1f7b25ea76a925aca690da28de9d78db7ca99d0c
DIFF:
https://github.com/llvm/llvm-project/commit/1f7b25ea76a925aca690da28de9d78db7ca99d0c.diff
L
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1f7b25ea76a9: [lldb] skip host build for lldb_tblgen with
LLDB_TABLEGEN_EXE set (authored by manojgupta).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D10805
rdhindsa created this revision.
rdhindsa added reviewers: labath, clayborg.
Herald added a subscriber: emaste.
rdhindsa requested review of this revision.
Herald added a subscriber: MaskRay.
Herald added a project: LLDB.
Add support for shared library load when executable called through ld.
Curre
wallace requested changes to this revision.
wallace added a comment.
This revision now requires changes to proceed.
Almost there. Many cosmetic changes but the logic is all good.
Comment at: lldb/include/lldb/Target/Trace.h:178
+ /// \param[in] tid
/// The thread in que