[Lldb-commits] [lldb] r333364 - NFC: Fix some comment typos.

2018-05-27 Thread Bob Wilson via lldb-commits
Author: bwilson Date: Sun May 27 21:22:07 2018 New Revision: 64 URL: http://llvm.org/viewvc/llvm-project?rev=64=rev Log: NFC: Fix some comment typos. Modified: lldb/trunk/packages/Python/lldbsuite/test/test_runner/process_control.py

[Lldb-commits] [PATCH] D47421: Typo fixes.

2018-05-27 Thread Bruce Mitchener via Phabricator via lldb-commits
brucem updated this revision to Diff 148752. brucem added a comment. Herald added subscribers: kbarton, nemanjai. A couple of additional fixes. https://reviews.llvm.org/D47421 Files: include/lldb/Breakpoint/BreakpointID.h include/lldb/Core/Address.h include/lldb/Core/Broadcaster.h

[Lldb-commits] [PATCH] D47421: Typo fixes.

2018-05-27 Thread Bruce Mitchener via Phabricator via lldb-commits
brucem created this revision. Herald added subscribers: JDevlieghere, ki.stfu. Herald added a reviewer: javed.absar. https://reviews.llvm.org/D47421 Files: include/lldb/Breakpoint/BreakpointID.h include/lldb/Core/Address.h include/lldb/Core/Broadcaster.h

[Lldb-commits] [PATCH] D47420: Remove Linux-specific includes for posix/FileSystem.cpp

2018-05-27 Thread Bruce Mitchener via Phabricator via lldb-commits
brucem created this revision. brucem added a reviewer: clayborg. Herald added a subscriber: krytarowski. This improves the process of cross-compiling from macOS to Linux since these files aren't used / needed at all. https://reviews.llvm.org/D47420 Files: source/Host/posix/FileSystem.cpp

[Lldb-commits] [lldb] r333353 - Fix memory leak in SubsPrimitiveParmItanium

2018-05-27 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Sun May 27 00:31:06 2018 New Revision: 53 URL: http://llvm.org/viewvc/llvm-project?rev=53=rev Log: Fix memory leak in SubsPrimitiveParmItanium Summary: FastDemangle gives us a C-string that we own (which is allocated in SymbolDemangler::GetDemangledCopy). As we

[Lldb-commits] [PATCH] D47418: Fix memory leak in SubsPrimitiveParmItanium

2018-05-27 Thread Raphael Isemann via Phabricator via lldb-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rL53: Fix memory leak in SubsPrimitiveParmItanium (authored by teemperor, committed by ). Herald added a subscriber:

[Lldb-commits] [PATCH] D47418: Fix memory leak in SubsPrimitiveParmItanium

2018-05-27 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor created this revision. Herald added a reviewer: javed.absar. Herald added subscribers: chrib, kristof.beyls. FastDemangle gives us a C-string that we own (which is allocated in SymbolDemangler::GetDemangledCopy). As we are not deleting the string, we leak memory whenever we call