| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) | Jonas Devlieghere | 2019-07-24 | 1 | -3/+2 |
| * | [Expression] Move IRDynamicChecks to ClangExpressionParser | Alex Langford | 2019-07-12 | 1 | -1/+1 |
| * | [NFC] Remove ASCII lines from comments | Jonas Devlieghere | 2019-04-10 | 1 | -2/+0 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Remove header grouping comments. | Jonas Devlieghere | 2018-11-11 | 1 | -4/+0 |
| * | Reflow paragraphs in comments. | Adrian Prantl | 2018-04-30 | 1 | -2/+2 |
| * | Add DidStartExecuting/WillFinishExecuting methods to Expression. | Lang Hames | 2017-05-05 | 1 | -0/+11 |
| * | Move Log from Core -> Utility. | Zachary Turner | 2017-03-03 | 1 | -1/+1 |
| * | Move classes from Core -> Utility. | Zachary Turner | 2017-02-02 | 1 | -1/+1 |
| * | Don't allow direct access to StreamString's internal buffer. | Zachary Turner | 2016-11-16 | 1 | -2/+1 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -71/+59 |
| * | Add a DiagnosticManager replace error streams in the expression parser. | Sean Callanan | 2016-03-19 | 1 | -7/+9 |
| * | This patch makes Clang-independent base classes for all the expression types ... | Jim Ingham | 2015-09-15 | 1 | -2/+2 |
| * | ClangASTType is now CompilerType. | Greg Clayton | 2015-08-11 | 1 | -1/+1 |
| * | Move lldb-log.cpp to core/Logging.cpp | Zachary Turner | 2015-03-18 | 1 | -1/+0 |
| * | Don't #include clang headers from BreakpointLocation.h | Zachary Turner | 2015-03-04 | 1 | -1/+1 |
| * | Further reduce the header footprint of Process.h | Zachary Turner | 2015-03-03 | 1 | -0/+1 |
| * | Move some Host logic into HostInfo class. | Zachary Turner | 2014-08-19 | 1 | -1/+2 |
| * | If a hand-called function is interrupted by hitting a breakpoint, then | Jim Ingham | 2014-07-08 | 1 | -1/+48 |
| * | Workaround for collision between enum members in LLVM's MachO.h and system he... | Jim Ingham | 2014-04-02 | 1 | -1/+1 |
| * | Changed the ABIs and ClangFunction to take a | Sean Callanan | 2013-11-08 | 1 | -4/+2 |
| * | This patch does a couple of things. | Jim Ingham | 2013-11-07 | 1 | -4/+2 |
| * | If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, ... | Jim Ingham | 2013-06-04 | 1 | -5/+9 |
| * | Separated the "expr --unwind-on-error" behavior into two parts, actual errors... | Jim Ingham | 2013-01-15 | 1 | -2/+3 |
| * | Don't try to use "OkayToDiscard" to mean BOTH this plan is a user plan or not... | Jim Ingham | 2012-05-11 | 1 | -0/+3 |
| * | Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr | Greg Clayton | 2012-02-21 | 1 | -1/+1 |
| * | Improve the x86_64 return value decoder to handle most structure returns. | Jim Ingham | 2011-12-22 | 1 | -1/+1 |
| * | Enhanced the ObjC DynamicCheckerFunction to test for "object responds to sele... | Jim Ingham | 2011-11-01 | 1 | -1/+15 |
| * | Added support for generating expressions that have | Sean Callanan | 2010-12-13 | 1 | -1/+2 |
| * | Moved the code in ClangUserExpression that set up & ran the thread plan with ... | Jim Ingham | 2010-11-30 | 1 | -0/+59 |