[Lldb-commits] [PATCH] D54886: Add support for the Dylan language to ClangASTContext

2018-11-26 Thread Peter S. Housel via Phabricator via lldb-commits
housel updated this revision to Diff 175385. housel added a comment. Adds an inline comment about Open Dylan debug info CHANGES SINCE LAST ACTION https://reviews.llvm.org/D54886/new/ https://reviews.llvm.org/D54886 Files: source/Symbol/ClangASTContext.cpp Index: source/Symbol/ClangASTCon

[Lldb-commits] [PATCH] D54886: Add support for the Dylan language to ClangASTContext

2018-11-26 Thread Peter S. Housel via Phabricator via lldb-commits
housel added a comment. I don't have commit access; could someone land this please? Thanks. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D54886/new/ https://reviews.llvm.org/D54886 ___ lldb-commits mailing list lldb-commits@lists.llvm.org h

[Lldb-commits] [PATCH] D54886: Add support for the Dylan language to ClangASTContext

2018-11-26 Thread Peter S. Housel via Phabricator via lldb-commits
housel updated this revision to Diff 175391. housel added a comment. Updated against r347619 CHANGES SINCE LAST ACTION https://reviews.llvm.org/D54886/new/ https://reviews.llvm.org/D54886 Files: source/Symbol/ClangASTContext.cpp Index: source/Symbol/ClangASTContext.cpp ==

[Lldb-commits] [PATCH] D105389: [lldb] Add AllocateMemory/DeallocateMemory to the SBProcess API

2021-07-02 Thread Peter S. Housel via Phabricator via lldb-commits
housel created this revision. housel added a reviewer: clayborg. housel requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. This change adds AllocateMemory and DeallocateMemory methods to the SBProcess API, so that clients can allocate and dea

[Lldb-commits] [PATCH] D105389: [lldb] Add AllocateMemory/DeallocateMemory to the SBProcess API

2021-07-02 Thread Peter S. Housel via Phabricator via lldb-commits
housel updated this revision to Diff 356324. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D105389/new/ https://reviews.llvm.org/D105389 Files: lldb/bindings/interface/SBProcess.i lldb/include/lldb/API/SBProcess.h lldb/source/API/SBProcess.cpp lldb/test/API/python_api/process/Test

[Lldb-commits] [PATCH] D105389: [lldb] Add AllocateMemory/DeallocateMemory to the SBProcess API

2021-07-07 Thread Peter S. Housel via Phabricator via lldb-commits
housel updated this revision to Diff 357131. housel added a comment. Updated based on reviewer suggestions, thanks. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D105389/new/ https://reviews.llvm.org/D105389 Files: lldb/bindings/interface/SBProcess.i lldb/include/lldb/API/SBProcess.

[Lldb-commits] [PATCH] D105389: [lldb] Add AllocateMemory/DeallocateMemory to the SBProcess API

2021-07-08 Thread Peter S. Housel via Phabricator via lldb-commits
housel added a comment. In D105389#2864941 , @clayborg wrote: > LGTM. Jim, chime in soon if you have any other objections! I don't have commit access, could some one take care of committing this for me? Thanks! CHANGES SINCE LAST ACTION https://revi