[Lldb-commits] [PATCH] D34352: [linux] Change the way we load vdso pseudo-module

2017-06-20 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL305780: [linux] Change the way we load vdso pseudo-module (authored by labath). Changed prior to commit: https://reviews.llvm.org/D34352?vs=103045&id=103170#toc Repository: rL LLVM https://reviews.l

[Lldb-commits] [PATCH] D34352: [linux] Change the way we load vdso pseudo-module

2017-06-19 Thread Tamas Berghammer via Phabricator via lldb-commits
tberghammer accepted this revision. tberghammer added a comment. Looks good https://reviews.llvm.org/D34352 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [PATCH] D34352: [linux] Change the way we load vdso pseudo-module

2017-06-19 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. Herald added a subscriber: emaste. This is basically a revert of https://reviews.llvm.org/D16107 and parts of https://reviews.llvm.org/D10800, which were trying to get vdso loading working. They did this by implementing a generic load-an-elf-file from memory approach