[Lldb-commits] [lldb] 1d01fc1 - [Test] Simplify DWARF test cases. NFC.

2020-08-30 Thread Xing GUO via lldb-commits
Author: Xing GUO Date: 2020-08-31T14:03:48+08:00 New Revision: 1d01fc100bb5bef5f5eaf92520b2e52f64ee1d6e URL: https://github.com/llvm/llvm-project/commit/1d01fc100bb5bef5f5eaf92520b2e52f64ee1d6e DIFF: https://github.com/llvm/llvm-project/commit/1d01fc100bb5bef5f5eaf92520b2e52f64ee1d6e.diff LOG:

[Lldb-commits] [PATCH] D86857: [Test] Simplify DWARF test cases. NFC.

2020-08-30 Thread Xing GUO via Phabricator via lldb-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG1d01fc100bb5: [Test] Simplify DWARF test cases. NFC. (authored by Higuoxing). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION htt

[Lldb-commits] [PATCH] D86857: [Test] Simplify DWARF test cases. NFC.

2020-08-30 Thread Fangrui Song via Phabricator via lldb-commits
MaskRay accepted this revision. MaskRay added a comment. This revision is now accepted and ready to land. Thanks! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D86857/new/ https://reviews.llvm.org/D86857

[Lldb-commits] [PATCH] D86857: [Test] Simplify DWARF test cases. NFC.

2020-08-30 Thread Xing GUO via Phabricator via lldb-commits
Higuoxing created this revision. Higuoxing added reviewers: jhenderson, grimar, MaskRay. Herald added a reviewer: alexshap. Herald added a reviewer: rupprecht. Herald added subscribers: llvm-commits, lldb-commits, cmtice, danielkiss. Herald added projects: LLDB, LLVM. Higuoxing requested review of

[Lldb-commits] [PATCH] D86652: [lldb] Fix ProcessEventData::DoOnRemoval to support multiple listeners

2020-08-30 Thread Ilya Nozhkin via Phabricator via lldb-commits
ilya-nozhkin added a comment. Herald added a subscriber: danielkiss. I've realized that I just didn't know about stop hooks... So, sorry and thanks, it solves almost all my problems except for notifying about "resume" events which are important for me too. But I can use synchronous `Process::No