This is an archive of the discontinued LLVM Phabricator instance.

Read module list from mini dump
ClosedPublic

Authored by amccarth on Aug 26 2015, 7:51 AM.

Details

Reviewers
zturner

Diff Detail

Event Timeline

amccarth updated this revision to Diff 33199.Aug 26 2015, 7:51 AM
amccarth retitled this revision from to Read module list from mini dump.
amccarth updated this object.
amccarth added a reviewer: zturner.
amccarth added a subscriber: lldb-commits.
zturner added inline comments.Aug 27 2015, 2:52 PM
source/Plugins/Process/Windows/MiniDump/ProcessWinMiniDump.cpp
57–63

Can this use the functions in llvm/Support/ConvertUTF.h?

amccarth marked an inline comment as done.Aug 27 2015, 4:42 PM

New patch coming up.

amccarth updated this revision to Diff 33379.Aug 27 2015, 4:43 PM

Now uses llvm/Support/ConvertUTF.h instead of WinAPI WideCharToMultiByte.

zturner edited edge metadata.Aug 27 2015, 9:26 PM
zturner added a subscriber: zturner.

looks good

zturner accepted this revision.Oct 15 2015, 1:47 PM
zturner edited edge metadata.
This revision is now accepted and ready to land.Oct 15 2015, 1:47 PM
Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in r246302.