[Lldb-commits] [PATCH] Implement platform process list on Linux.
Malea, Daniel
daniel.malea at intel.com
Thu May 23 13:33:34 PDT 2013
I applied the patch and verified it does fill in the architecture field as
expected, and also causes no test suite regressions. Ship it!
On 2013-05-23 4:00 PM, "Michael Sartain" <mikesart at gmail.com> wrote:
>Hi dmalea,
>
> - ObjectFileELF::GetModuleSpecifications on Linux should work now.
> - Which means "platform process list" should as well.
> - We are now parsing the elf build-id if it exists, which should allow
>us to load stripped symbols (looking at that next).
>
>http://llvm-reviews.chandlerc.com/D853
>
>Files:
> include/lldb/Core/UUID.h
> source/Core/UUID.cpp
> source/Host/linux/Host.cpp
> source/Plugins/ObjectFile/ELF/ELFHeader.h
> source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
> source/Plugins/ObjectFile/ELF/ObjectFileELF.h
More information about the lldb-commits
mailing list