[Lldb-commits] [PATCH] D39681: Implement core dump debugging for PPC64le

2017-11-16 Thread Alexandre Yukio Yamashita via Phabricator via lldb-commits
alexandreyy updated this revision to Diff 123151. alexandreyy added a comment. Herald added a subscriber: JDevlieghere. Removed enums without namespaces. https://reviews.llvm.org/D39681 Files: packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/TestLinuxCore.py packages/Pyt

[Lldb-commits] [PATCH] D39681: Implement core dump debugging for PPC64le

2017-11-16 Thread Alexandre Yukio Yamashita via Phabricator via lldb-commits
alexandreyy added a comment. In https://reviews.llvm.org/D39681#925864, @labath wrote: > Also, I have trouble downloading the core file from phabricator. Alexandre, > can you sent them to me directly? Sent the test files by e-mail. Thanks. https://reviews.llvm.org/D39681 _

[Lldb-commits] [lldb] r318399 - Implement core dump debugging for PPC64le

2017-11-16 Thread Pavel Labath via lldb-commits
Author: labath Date: Thu Nov 16 05:38:57 2017 New Revision: 318399 URL: http://llvm.org/viewvc/llvm-project?rev=318399&view=rev Log: Implement core dump debugging for PPC64le Summary: Implement core dump debugging for PPC64le. Reviewers: labath Reviewed By: labath Subscribers: JDevlieghere, kr

[Lldb-commits] [PATCH] D39681: Implement core dump debugging for PPC64le

2017-11-16 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL318399: Implement core dump debugging for PPC64le (authored by labath). Changed prior to commit: https://reviews.llvm.org/D39681?vs=123151&id=123166#toc Repository: rL LLVM https://reviews.llvm.org/

[Lldb-commits] [PATCH] D40133: elf-core: Convert remaining register context to use register set maps

2017-11-16 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. Herald added subscribers: kbarton, kristof.beyls, javed.absar, nemanjai, emaste, aemerson. In https://reviews.llvm.org/D39681, we started using a map instead passing a long list of register sets to the ppc64le register context. However, existing register sets were s

[Lldb-commits] [lldb] r318424 - Fixed up to use a class for the commands, renamed the commands and added a way to just dump the compile unit full paths and optionally their support files with the new

2017-11-16 Thread Greg Clayton via lldb-commits
Author: gclayton Date: Thu Nov 16 09:14:48 2017 New Revision: 318424 URL: http://llvm.org/viewvc/llvm-project?rev=318424&view=rev Log: Fixed up to use a class for the commands, renamed the commands and added a way to just dump the compile unit full paths and optionally their support files with t

[Lldb-commits] [PATCH] D39681: Implement core dump debugging for PPC64le

2017-11-16 Thread John Baldwin via Phabricator via lldb-commits
bsdjhb added inline comments. Comment at: source/Plugins/Process/elf-core/elf-core-enums.h:14 +/// Core files PT_NOTE segment descriptor types +enum { + NT_PRSTATUS = 1, krytarowski wrote: > labath wrote: > > krytarowski wrote: > > > alexandreyy wrote: > > > > k

[Lldb-commits] [PATCH] D40133: elf-core: Convert remaining register context to use register set maps

2017-11-16 Thread Kamil Rytarowski via Phabricator via lldb-commits
krytarowski added a comment. Looks reasonable! I'm just thinking whether change code like `CoreRegset::PPC_VMX` to `CoreRegset::PPC::VMX`. I'm planning to add `CoreRegset::X86_64::XSAVE` in future. https://reviews.llvm.org/D40133 ___ lldb-commits

[Lldb-commits] [PATCH] D40133: elf-core: Convert remaining register context to use register set maps

2017-11-16 Thread Alexandre Yukio Yamashita via Phabricator via lldb-commits
alexandreyy added a comment. Looks good to me! https://reviews.llvm.org/D40133 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] r318495 - "source list -a" was calling DisplaySourceLinesWithNumbers incorrectly.

2017-11-16 Thread Jim Ingham via lldb-commits
Author: jingham Date: Thu Nov 16 17:19:59 2017 New Revision: 318495 URL: http://llvm.org/viewvc/llvm-project?rev=318495&view=rev Log: "source list -a" was calling DisplaySourceLinesWithNumbers incorrectly. The parameters were just passed in the wrong order. Modified: lldb/trunk/source/Comm

[Lldb-commits] [lldb] r318496 - Recognize another magic token sent in the LaunchInfo's EventData.

2017-11-16 Thread Jim Ingham via lldb-commits
Author: jingham Date: Thu Nov 16 17:22:34 2017 New Revision: 318496 URL: http://llvm.org/viewvc/llvm-project?rev=318496&view=rev Log: Recognize another magic token sent in the LaunchInfo's EventData. Modified: lldb/trunk/tools/debugserver/source/MacOSX/MachProcess.mm Modified: lldb/trunk/t

[Lldb-commits] [lldb] r318500 - Update xcode project file to build new ppc64le files.

2017-11-16 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Thu Nov 16 17:55:50 2017 New Revision: 318500 URL: http://llvm.org/viewvc/llvm-project?rev=318500&view=rev Log: Update xcode project file to build new ppc64le files. Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes

[Lldb-commits] [lldb] r318504 - Fix LLDB build.

2017-11-16 Thread Eugene Zemtsov via lldb-commits
Author: eugene Date: Thu Nov 16 19:28:58 2017 New Revision: 318504 URL: http://llvm.org/viewvc/llvm-project?rev=318504&view=rev Log: Fix LLDB build. It was broken by r318489. Modified: lldb/trunk/source/Utility/StructuredData.cpp Modified: lldb/trunk/source/Utility/StructuredData.cpp URL: