Author: xbolva00
Date: Mon Sep 3 05:57:54 2018
New Revision: 341315
URL: http://llvm.org/viewvc/llvm-project?rev=341315&view=rev
Log:
[Symtab][NFC] Added llvm_unreachable to supress compiler warning
Reviewers: JDevlieghere
Reviewed By: JDevlieghere
Subscribers: lldb-commits
Differential Revis
Author: xbolva00
Date: Wed Sep 12 12:50:45 2018
New Revision: 342075
URL: http://llvm.org/viewvc/llvm-project?rev=342075&view=rev
Log:
Do not create new terminals when launching process on Windows with --no-stdio
Summary: Partially fixes PR38222
Reviewers: teemperor, zturner, stella.stamenova
R
Author: xbolva00
Date: Wed Sep 5 15:06:58 2018
New Revision: 341497
URL: http://llvm.org/viewvc/llvm-project?rev=341497&view=rev
Log:
Set Windows console mode to enable support for ansi escape codes
Summary:
Windows console now supports supports ANSI escape codes, but we need to enable
it using
Author: xbolva00
Date: Wed Oct 31 11:03:36 2018
New Revision: 345755
URL: http://llvm.org/viewvc/llvm-project?rev=345755&view=rev
Log:
[NFC] Fixed -Wsign-compare warning
Modified:
lldb/trunk/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
Modified:
lldb/trunk/source/Plu
Author: xbolva00
Date: Sat Sep 8 00:15:56 2018
New Revision: 341746
URL: http://llvm.org/viewvc/llvm-project?rev=341746&view=rev
Log:
Check if a terminal supports colors on Windows properly
Summary:
Previously we SetUseColor(true) wrongly when output was not a terminal so it
broken some (not pu
Author: xbolva00
Date: Mon Sep 3 15:08:30 2018
New Revision: 341339
URL: http://llvm.org/viewvc/llvm-project?rev=341339&view=rev
Log:
[NFC] Use llvm_unreachable instead of lldb::assert
Summary: Fixes implicit fall through warnings
Reviewers: JDevlieghere, teemperor
Reviewed By: teemperor
Sub
Author: xbolva00
Date: Mon Sep 3 11:21:21 2018
New Revision: 341334
URL: http://llvm.org/viewvc/llvm-project?rev=341334&view=rev
Log:
[ClangUserExpression][NFC] Removed unused code
Modified:
lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
Modified:
lldb/trunk/sourc
Author: xbolva00
Date: Tue Sep 4 10:19:15 2018
New Revision: 341387
URL: http://llvm.org/viewvc/llvm-project?rev=341387&view=rev
Log:
Terminate debugger if an assert was hit
Reviewers: JDevlieghere, teemperor, #lldb
Reviewed By: JDevlieghere
Subscribers: clayborg, lemo, lldb-commits
Different
Author: xbolva00
Date: Mon Sep 3 07:59:57 2018
New Revision: 341320
URL: http://llvm.org/viewvc/llvm-project?rev=341320&view=rev
Log:
[PseudoTerminal][NFC] Use llvm errno helpers
Summary:
LLVM provide (str)errno helpers, so convert code to use it.
Also fixes warning:
/home/xbolva00/LLVM/llvm/to
Author: xbolva00
Date: Mon Sep 3 15:09:08 2018
New Revision: 341340
URL: http://llvm.org/viewvc/llvm-project?rev=341340&view=rev
Log:
[NFC] Fixed enum constant in boolean context error
Summary:
/home/xbolva00/LLVM/llvm/tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKern
10 matches
Mail list logo