[Lldb-commits] [PATCH] D60501: Minidump: extend UUID byte-swapping to windows platform

2019-04-11 Thread Greg Clayton via Phabricator via lldb-commits
clayborg added a comment. Nice! Repository: rL LLVM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D60501/new/ https://reviews.llvm.org/D60501 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman

[Lldb-commits] [PATCH] D60501: Minidump: extend UUID byte-swapping to windows platform

2019-04-11 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL358169: Minidump: extend UUID byte-swapping to windows platform (authored by labath, committed by ). Herald added a project: LLVM. Herald added a subscriber: llvm-commits. Repository: rL LLVM CHANGES S

[Lldb-commits] [PATCH] D60501: Minidump: extend UUID byte-swapping to windows platform

2019-04-10 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. labath added reviewers: clayborg, amccarth, markmentovai, asmith. D59433 added code to swap bytes UUIDs coming from minidump files, but only enabled it for apple platforms. Based on my research, I believe this is the correct thing to