Re: [Lldb-commits] [PATCH] D18176: Fix thread/process ID reading from linux core files

2016-03-16 Thread Pavel Labath via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL263628: Fix thread/process ID reading from linux core files (authored by labath). Changed prior to commit: http://reviews.llvm.org/D18176?vs=50709&id=50806#toc Repository: rL LLVM http://reviews.llv

Re: [Lldb-commits] [PATCH] D18176: Fix thread/process ID reading from linux core files

2016-03-15 Thread Zachary Turner via lldb-commits
zturner accepted this revision. zturner added a comment. This revision is now accepted and ready to land. Good to see we have a way to generate reasonably sized core files on other platforms as well. http://reviews.llvm.org/D18176 ___ lldb-commits

[Lldb-commits] [PATCH] D18176: Fix thread/process ID reading from linux core files

2016-03-15 Thread Pavel Labath via lldb-commits
labath created this revision. labath added a reviewer: zturner. labath added a subscriber: lldb-commits. This also adds a basic smoke test for linux core file reading. I'm checking in the core files as well, so that the tests can run on all platforms. With some tricks I was able to produce reaso