Author: bwilson
Date: Sun May 27 21:22:07 2018
New Revision: 64
URL: http://llvm.org/viewvc/llvm-project?rev=64&view=rev
Log:
NFC: Fix some comment typos.
Modified:
lldb/trunk/packages/Python/lldbsuite/test/test_runner/process_control.py
lldb/trunk/source/Plugins/Platform/MacOSX/P
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
inclu
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
include/lldb/Target/ExecutionConte
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
In
Author: teemperor
Date: Sun May 27 00:31:06 2018
New Revision: 53
URL: http://llvm.org/viewvc/llvm-project?rev=53&view=rev
Log:
Fix memory leak in SubsPrimitiveParmItanium
Summary:
FastDemangle gives us a C-string that we own (which is allocated in
SymbolDemangler::GetDemangledCopy).
As
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: llv
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
SubsPr