Re: [Lldb-commits] [PATCH] D6959: LLDB Help Improvements

2016-04-27 Thread Kate Stone via lldb-commits
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

[Lldb-commits] [lldb] r267749 - Renamed system plugin directory to address https://bugs.swift.org/browse/SR-1093

2016-04-27 Thread Kate Stone via 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

Re: [Lldb-commits] [PATCH] D22284: [LLDB] Proposed change in multi-line edit behavior (Return = end/append, Meta+Return = line break)

2016-07-13 Thread Kate Stone via lldb-commits
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.

[Lldb-commits] [lldb] r275482 - Editing multi-line content in a terminal environment involves a lot of

2016-07-14 Thread Kate Stone via lldb-commits
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

Re: [Lldb-commits] [PATCH] D22284: [LLDB] Proposed change in multi-line edit behavior (Return = end/append, Meta+Return = line break)

2016-07-14 Thread Kate Stone via lldb-commits
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

[Lldb-commits] [lldb] r279315 - Moved #include for lldb-python.h to a distinct group with a reminder comment

2016-08-19 Thread Kate Stone via lldb-commits
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

[Lldb-commits] [lldb] r279316 - Reverted premature changes to .clang-format

2016-08-19 Thread Kate Stone via lldb-commits
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

Re: [Lldb-commits] [Project] LLDB

2016-08-24 Thread Kate Stone via lldb-commits
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

Re: [Lldb-commits] [PATCH] D22286: [LLDB] Help text overhaul

2016-08-26 Thread Kate Stone via 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

[Lldb-commits] [lldb] r280721 - Updated .clang-format rules so bring LLDB in line with LLVM standards.

2016-09-06 Thread Kate Stone via lldb-commits
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-

Re: [Lldb-commits] [PATCH] D24293: Use llvm's demangler

2016-09-07 Thread Kate Stone via lldb-commits
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

[Lldb-commits] [lldb] r255548 - [Editline] Redesign automatic indentation fix command for robustness

2015-12-14 Thread Kate Stone via lldb-commits
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

[Lldb-commits] [lldb] r255568 - [Test] Addresses failing test when path to make contains spaces

2015-12-14 Thread Kate Stone via lldb-commits
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:

[Lldb-commits] [lldb] r255868 - Set the minimum stack size for private state thread to 8MB

2015-12-16 Thread Kate Stone via lldb-commits
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

[Lldb-commits] [lldb] r256888 - Addresses an unsigned underflow situation that can occur when dumping an empty command history.

2016-01-05 Thread Kate Stone via lldb-commits
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

[Lldb-commits] [lldb] r266791 - Adds a test to detect when clang omits specialized generic types from debug information when using precompiled headers and -gmodules.

2016-04-19 Thread Kate Stone via lldb-commits
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

[Lldb-commits] [lldb] r266815 - Eliminate circular dependency introduced between lldbtest.py and decorators.py

2016-04-19 Thread Kate Stone via lldb-commits
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/

[Lldb-commits] [lldb] r266924 - Removed extraneous print() in decorator for enabling module debugging

2016-04-20 Thread Kate Stone via lldb-commits
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

[Lldb-commits] [lldb] r266940 - Added command prefix to new help messages to ensure that they're correctly words in REPL mode.

2016-04-20 Thread Kate Stone via lldb-commits
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

[Lldb-commits] [lldb] r266941 - Corrected wording of REPL not available messaging (contained a repeated word and lacked clarity.)

2016-04-20 Thread Kate Stone via lldb-commits
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