k8stone closed this revision.
k8stone added a comment.
Long since complete.
http://reviews.llvm.org/D6959
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: kate
Date: Wed Apr 27 12:49:51 2016
New Revision: 267749
URL: http://llvm.org/viewvc/llvm-project?rev=267749&view=rev
Log:
Renamed system plugin directory to address https://bugs.swift.org/browse/SR-1093
Modified:
lldb/trunk/source/Host/linux/HostInfoLinux.cpp
Modified: lldb/trunk/s
k8stone removed rL LLVM as the repository for this revision.
k8stone updated this revision to Diff 63867.
k8stone added a comment.
clang-format applied. Greg's recommendation to document the multi-line editing
behavior in help make sense, but should land after the major help rework in
progress.
Author: kate
Date: Thu Jul 14 17:00:04 2016
New Revision: 275482
URL: http://llvm.org/viewvc/llvm-project?rev=275482&view=rev
Log:
Editing multi-line content in a terminal environment involves a lot of
trade-offs. When LLDB's multi-line editing support was first introduced
for expressions / REPL c
k8stone added a comment.
Fair enough! I was planning to close both out tomorrow after getting Jim to
approve the other patch.
https://reviews.llvm.org/D22284
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/m
Author: kate
Date: Fri Aug 19 15:44:07 2016
New Revision: 279315
URL: http://llvm.org/viewvc/llvm-project?rev=279315&view=rev
Log:
Moved #include for lldb-python.h to a distinct group with a reminder comment
declaring that it must be first. Failure to do so results in build failures
on macOS due
Author: kate
Date: Fri Aug 19 15:46:37 2016
New Revision: 279316
URL: http://llvm.org/viewvc/llvm-project?rev=279316&view=rev
Log:
Reverted premature changes to .clang-format
Removed:
lldb/trunk/packages/Python/lldbsuite/.clang-format
Modified:
lldb/trunk/.clang-format
Modified: lldb/tr
k8stone added a member: lldb-commits.
PROJECT DETAIL
https://reviews.llvm.org/project/profile/39/
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
k8stone accepted this revision.
k8stone added a reviewer: k8stone.
k8stone added a comment.
All changes long since accepted and submitted to trunk.
https://reviews.llvm.org/D22286
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://list
Author: kate
Date: Tue Sep 6 12:19:00 2016
New Revision: 280721
URL: http://llvm.org/viewvc/llvm-project?rev=280721&view=rev
Log:
Updated .clang-format rules so bring LLDB in line with LLVM standards.
Added:
lldb/trunk/packages/Python/lldbsuite/.clang-format
Modified:
lldb/trunk/.clang-
k8stone added a comment.
Glad to see this change. Maintaining another copy of the same demangler in
LLDB is definitely unnecessary.
https://reviews.llvm.org/D24293
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi
Author: kate
Date: Mon Dec 14 15:43:59 2015
New Revision: 255548
URL: http://llvm.org/viewvc/llvm-project?rev=255548&view=rev
Log:
[Editline] Redesign automatic indentation fix command for robustness
The FixIndentationCommand implementation has proven to be fragile across
various libedit iterati
Author: kate
Date: Mon Dec 14 16:59:26 2015
New Revision: 255568
URL: http://llvm.org/viewvc/llvm-project?rev=255568&view=rev
Log:
[Test] Addresses failing test when path to make contains spaces
Modified:
lldb/trunk/packages/Python/lldbsuite/test/functionalities/load_unload/a.mk
Modified:
Author: kate
Date: Wed Dec 16 19:37:00 2015
New Revision: 255868
URL: http://llvm.org/viewvc/llvm-project?rev=255868&view=rev
Log:
Set the minimum stack size for private state thread to 8MB
Demangling complex Boost symbols can exhaust the default stack size. In
practice, any thread that calls i
Author: kate
Date: Tue Jan 5 18:33:07 2016
New Revision: 256888
URL: http://llvm.org/viewvc/llvm-project?rev=256888&view=rev
Log:
Addresses an unsigned underflow situation that can occur when dumping an empty
command history.
One example where this occurs in practice is starting the Swift REPL
Author: kate
Date: Tue Apr 19 13:20:11 2016
New Revision: 266791
URL: http://llvm.org/viewvc/llvm-project?rev=266791&view=rev
Log:
Adds a test to detect when clang omits specialized generic types from debug
information when using precompiled headers and -gmodules.
Added:
lldb/trunk/packages
Author: kate
Date: Tue Apr 19 15:45:47 2016
New Revision: 266815
URL: http://llvm.org/viewvc/llvm-project?rev=266815&view=rev
Log:
Eliminate circular dependency introduced between lldbtest.py and decorators.py
Modified:
lldb/trunk/packages/Python/lldbsuite/test/decorators.py
Modified: lldb/
Author: kate
Date: Wed Apr 20 16:59:43 2016
New Revision: 266924
URL: http://llvm.org/viewvc/llvm-project?rev=266924&view=rev
Log:
Removed extraneous print() in decorator for enabling module debugging
Modified:
lldb/trunk/packages/Python/lldbsuite/test/decorators.py
Modified: lldb/trunk/pac
Author: kate
Date: Wed Apr 20 19:55:20 2016
New Revision: 266940
URL: http://llvm.org/viewvc/llvm-project?rev=266940&view=rev
Log:
Added command prefix to new help messages to ensure that they're correctly
words in REPL mode.
Modified:
lldb/trunk/source/Commands/CommandObjectHelp.cpp
Modif
Author: kate
Date: Wed Apr 20 19:56:08 2016
New Revision: 266941
URL: http://llvm.org/viewvc/llvm-project?rev=266941&view=rev
Log:
Corrected wording of REPL not available messaging (contained a repeated word
and lacked clarity.)
Modified:
lldb/trunk/source/Core/Debugger.cpp
lldb/trunk/s
20 matches
Mail list logo