| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move Log from Core -> Utility. | Zachary Turner | 2017-03-03 | 1 | -1/+1 |
| * | Remove LIBLLDB_LOG_VERBOSE category | Pavel Labath | 2017-02-05 | 1 | -3/+2 |
| * | 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/+2 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -479/+406 |
| * | Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa... | Eugene Zelenko | 2015-12-15 | 1 | -22/+6 |
| * | ClangASTType is now CompilerType. | Greg Clayton | 2015-08-11 | 1 | -2/+2 |
| * | Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a f... | Ewan Crawford | 2015-07-14 | 1 | -12/+40 |
| * | Add a missing check for m_real_stop_reason. | Jim Ingham | 2015-05-07 | 1 | -1/+1 |
| * | Move lldb-log.cpp to core/Logging.cpp | Zachary Turner | 2015-03-18 | 1 | -1/+0 |
| * | Reduce header footprint of Target.h | Zachary Turner | 2015-03-03 | 1 | -0/+1 |
| * | Fix the behavior when hand-calling a function times out on one thread, | Jim Ingham | 2014-04-08 | 1 | -0/+8 |
| * | sweep up -Wformat warnings from gcc | Saleem Abdulrasool | 2014-04-04 | 1 | -26/+43 |
| * | Workaround for collision between enum members in LLVM's MachO.h and system he... | Jim Ingham | 2014-04-02 | 1 | -1/+1 |
| * | The ThreadPlanCallFunction needs to pass its "StopOthers" to its run to addre... | Jim Ingham | 2014-03-07 | 1 | -0/+7 |
| * | Plumb the EvaluateExpressionOptions::{Set,Get}StopOthers through the SB API, ... | Jim Ingham | 2014-02-28 | 1 | -11/+0 |
| * | Log failure to restore thread state in ThreadPlanCallFunction::DoTakedown | Ed Maste | 2013-11-12 | 1 | -1/+5 |
| * | Changed the ABIs and ClangFunction to take a | Sean Callanan | 2013-11-08 | 1 | -82/+7 |
| * | This patch does a couple of things. | Jim Ingham | 2013-11-07 | 1 | -39/+51 |
| * | If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, ... | Jim Ingham | 2013-06-04 | 1 | -3/+3 |
| * | Handle the case where there is a user breakpoint set at the location of one o... | Jim Ingham | 2013-05-16 | 1 | -0/+8 |
| * | Figure out the reply to "PlanExplainsStop" once when we stop and then use the... | Jim Ingham | 2013-05-08 | 1 | -3/+3 |
| * | Return a useful error message from ValidatePlan if the expression can't be ma... | Jim Ingham | 2013-03-28 | 1 | -7/+23 |
| * | <rdar://problem/13521159> | Greg Clayton | 2013-03-27 | 1 | -5/+5 |
| * | Add GNU indirect function support in expressions for Linux. | Matt Kopec | 2013-02-27 | 1 | -2/+2 |
| * | Add a test for handling a function call that throws an exception, and make it... | Jim Ingham | 2013-02-14 | 1 | -6/+0 |
| * | Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero... | Jim Ingham | 2013-02-09 | 1 | -28/+53 |
| * | Separated the "expr --unwind-on-error" behavior into two parts, actual errors... | Jim Ingham | 2013-01-15 | 1 | -14/+39 |
| * | Set ThreadPlanCallFunction to private in ConstructorSetup. This fixes a prob... | Andrew Kaylor | 2012-12-07 | 1 | -0/+1 |
| * | Resolve printf formatting warnings on Linux: | Daniel Malea | 2012-11-29 | 1 | -4/+4 |
| * | The Function calling thread plan was replacing the stored stop info too soon,... | Jim Ingham | 2012-11-26 | 1 | -6/+16 |
| * | Some more typing-related fixes. | Filipe Cabecinhas | 2012-09-11 | 1 | -2/+2 |
| * | <rdar://problem/11757916> | Greg Clayton | 2012-08-29 | 1 | -0/+2 |
| * | Removed explicit NULL checks for shared pointers | Sean Callanan | 2012-08-09 | 1 | -1/+1 |
| * | Found one more place where the OkayToDiscard needs to be consulted. | Jim Ingham | 2012-05-11 | 1 | -1/+1 |
| * | Don't try to use "OkayToDiscard" to mean BOTH this plan is a user plan or not... | Jim Ingham | 2012-05-11 | 1 | -10/+14 |
| * | If the ObjC Step Through Trampoline plan causes a target crash, properly prop... | Jim Ingham | 2012-05-10 | 1 | -14/+34 |
| * | Don't do the work in DoTakedown if the thread plan isn't valid. | Jim Ingham | 2012-04-13 | 1 | -12/+21 |
| * | Factor out a bunch of common code in the two ThreadPlanCallFunction construct... | Jim Ingham | 2012-04-13 | 1 | -97/+62 |
| * | ThreadPlanCallFunction's destructor wasn't calling DoTakedown, so if the that... | Jim Ingham | 2012-04-13 | 1 | -0/+1 |
| * | Set variables returned by utility functions to | Sean Callanan | 2012-04-10 | 1 | -1/+2 |
| * | Rework how master plans declare themselves. Also make "PlanIsBasePlan" not r... | Jim Ingham | 2012-04-09 | 1 | -0/+6 |
| * | Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr | Greg Clayton | 2012-02-21 | 1 | -22/+39 |
| * | Improve the x86_64 return value decoder to handle most structure returns. | Jim Ingham | 2011-12-22 | 1 | -5/+8 |
| * | Enhanced the ObjC DynamicCheckerFunction to test for "object responds to sele... | Jim Ingham | 2011-11-01 | 1 | -8/+6 |
| * | Moved lldb::user_id_t values to be 64 bit. This was going to be needed for | Greg Clayton | 2011-10-19 | 1 | -2/+2 |
| * | Make ValueObject::SetValueFromCString work correctly. | Jim Ingham | 2011-08-12 | 1 | -2/+2 |
| * | Fix the broken build that happened with my last checkin. | Greg Clayton | 2011-08-11 | 1 | -3/+3 |
| * | Added the ability to remove orphaned module shared pointers from a ModuleList. | Greg Clayton | 2011-08-11 | 1 | -7/+7 |
| * | Check log shared pointer before using it. | Johnny Chen | 2011-08-10 | 1 | -8/+13 |