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
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
_
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
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/
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
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
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
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
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
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
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
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
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:
13 matches
Mail list logo