summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint/BreakpointLocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Migrate FileSpec::Dump to raw_ostreamRaphael Isemann2019-12-061-1/+1
* [lldb] Remove FileSpec->CompileUnit inheritancePavel Labath2019-11-291-1/+1
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-7/+6
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-34/+33
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-23/+23
* [Expressions] Add support of expressions evaluation in some object's contextAleksandr Urakov2019-02-051-1/+1
* ResolveBreakpointSite: fix outdated warning messageTatyana Krasnukha2019-01-251-4/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* 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
OpenPOWER on IntegriCloud