summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint/BreakpointLocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-20/+18
* Add an auto-continue flag to breakpoints & locations.Jim Ingham2017-08-031-0/+13
* Fix a mis-feature with propagation of breakpoint options -> location options.Jim Ingham2017-08-021-21/+42
* Rename Error -> Status.Zachary Turner2017-05-121-2/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Convert some Expression parser functions to StringRef.Zachary Turner2016-11-081-1/+1
* Some more pointer safety in Breakpoint.Zachary Turner2016-09-131-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-617/+498
* Errors compiling breakpoint conditions will cause the breakpoint not to be hitJim Ingham2016-08-031-2/+3
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-25/+18
* Breakpoint conditions were making result variables, which they should not do. Jim Ingham2016-04-121-0/+1
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-191-26/+17
* Add the ability to pass an EvaluateExpressionOptions when you make a UserExpr...Jim Ingham2015-11-031-0/+1
* Abstract the notion of the truth value of an expression result, for useJim Ingham2015-10-311-9/+11
* Fix Clang-tidy modernize-use-nullptr warnings in source/Breakpoint; other min...Eugene Zelenko2015-10-301-35/+27
* Further reduction of Clang-related header inclusion.Bruce Mitchener2015-09-211-0/+1
* This patch makes Clang-independent base classes for all the expression types ...Jim Ingham2015-09-151-5/+28
* This patch separates the generic portion of ClangExpressionVariable, whichSean Callanan2015-09-041-1/+1
* Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton2015-07-081-2/+2
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Generate an event when a pending breakpoint bindsIlia K2015-04-091-0/+1
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-1/+0
* Don't #include clang headers from BreakpointLocation.hZachary Turner2015-03-041-0/+1
* Don't #include FormatManager.h from Debugger.hZachary Turner2015-03-031-0/+1
* Change the default disassembly format again. First attempt atJason Molenda2015-02-131-1/+1
* Make sure that when a breakpoint is hit but its condition is not met,Jim Ingham2015-01-151-0/+15
* The breakpoint location hit counts were getting incremented inJim Ingham2014-10-221-2/+8
* Add a new disassembly-format specification so that the disassemblerJason Molenda2014-10-101-1/+1
* Rework how resetting breakpoints in changed modules works. Try to match up oldJim Ingham2014-09-101-1/+10
* Rename eExecution*** to eExpression*** to be consistent with the result type.Jim Ingham2014-05-051-1/+1
* Make the Expression Execution result enum available to the SB API layer.Jim Ingham2014-05-051-1/+1
* JITed functions can now have debug info and be debugged with debug and source...Greg Clayton2014-03-241-1/+2
* When clearing a breakpoint site, make sure the owning process still exists be...Jim Ingham2014-03-121-1/+8
* Fix a couple of typo's in breakpoint descriptions.Jim Ingham2014-03-041-1/+1
* remove useless declarations found thanks to scan-buildSylvestre Ledru2014-02-271-1/+0
* Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...Jim Ingham2014-01-101-3/+40
* This patch does a couple of things. Jim Ingham2013-11-071-1/+1
* Added a "--debug" option to the "expression" command. Greg Clayton2013-11-041-8/+7
* <rdar://problem/13635174>Greg Clayton2013-10-111-1/+1
* Don't check for "are there any loaded sections" before trying to resolve a br...Jim Ingham2013-06-281-3/+0
* We set the error when a breakpoint conditionSean Callanan2013-06-241-0/+1
* Fixed a problem where evaluating a breakpointSean Callanan2013-06-061-1/+4
* Error out if the expression for a breakpointSean Callanan2013-05-291-0/+6
* Hardened LLDB against NULL conditions beingSean Callanan2013-05-101-0/+3
* Optimized the way breakpoint conditions are evaluated.Sean Callanan2013-04-191-2/+102
* <rdar://problem/13521159>Greg Clayton2013-03-271-2/+2
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-2/+2
* Change the new breakpoint creation output (primarily from "break set") to som...Jim Ingham2012-09-221-8/+22
OpenPOWER on IntegriCloud