mgorny added a comment.
Ping.
https://reviews.llvm.org/D36358
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
nitesh.jain updated this revision to Diff 110924.
nitesh.jain retitled this revision from "[LLDB][MIPS] The symbol with NOTYPE
and having section type debug doesn't contain any valid address" to
"[LLDB][MIPS] Set the Section's file address for ELF section to
LLDB_INVALID_ADDRESS if SHF_ALLOC is
clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.
Glad this worked.
https://reviews.llvm.org/D35784
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mai
Author: nitesh.jain
Date: Mon Aug 14 09:30:25 2017
New Revision: 310855
URL: http://llvm.org/viewvc/llvm-project?rev=310855&view=rev
Log:
[LLDB][MIPS] Set the Section's file address for
ELF section to LLDB_INVALID_ADDRESS if SHF_ALLOC is not set.
Reviewers: labath, clayborg
Subscribers: jaydeep,
This revision was automatically updated to reflect the committed changes.
Closed by commit rL310855: [LLDB][MIPS] Set the Section's file address for
(authored by nitesh.jain).
Changed prior to commit:
https://reviews.llvm.org/D35784?vs=110924&id=111006#toc
Repository:
rL LLVM
https://review
Author: nitesh.jain
Date: Mon Aug 14 09:39:16 2017
New Revision: 310856
URL: http://llvm.org/viewvc/llvm-project?rev=310856&view=rev
Log:
[LLDB][MIPS] Fix process load/unload on android.
To detect the correct function name based on the list of available symbols
instead of the SDK version
Review