[Lldb-commits] [PATCH] D58975: Introduce MinidumpEnums.def textual header

2019-03-06 Thread Adrian McCarthy via Phabricator via lldb-commits
amccarth accepted this revision. amccarth added inline comments. Comment at: include/lldb/Formats/MinidumpEnums.def:91 + +LLDB_HANDLE_PLATFORM(0x, Win32S) // Windows 3.1 +LLDB_HANDLE_PLATFORM(0x0001, Win32Windows) // Windows 95-98-Me I know you're just

[Lldb-commits] [PATCH] D58975: Introduce MinidumpEnums.def textual header

2019-03-05 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. labath added reviewers: zturner, lemo, clayborg, JDevlieghere, teemperor. Herald added subscribers: fedor.sergeev, dschuff, srhines. labath added a parent revision: D58973: Move the minidump parser into the Formats module. The goal of this header is to reduce code