summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint/BreakpointResolverFileLine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-1/+1
* Add a few const's (thanks Zachary) and return shared or unique pointersJim Ingham2016-09-131-1/+2
* This is the main part of a change to add breakpoint save and restore to lldb.Jim Ingham2016-09-121-0/+71
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-84/+61
* Add an "offset" option to "break set -n" and "break set -f -l". Jim Ingham2016-03-091-1/+3
* Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)Ilia K2015-05-181-5/+8
* Reverting r237460 to fix test failures introduced on OSX & LinuxVince Harron2015-05-151-8/+5
* Add --move-to-nearest-code / target.move-to-nearest-code optionsIlia K2015-05-151-5/+8
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-1/+0
* Add the ability to set breakpoints with conditions, commands, etc,Jim Ingham2014-12-061-0/+11
* Factor the code that was eliminating redundant breakpoint locations and movingJim Ingham2013-09-271-139/+6
* Change the "breakpoint fuzz" algorithm from "coalesce the line ranges for a f...Jim Ingham2013-09-101-7/+6
* Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs2013-06-191-1/+1
* Be sure to print out the full file path when dumping breakpoint resolvers for...Greg Clayton2013-06-131-1/+1
* <rdar://problem/13521159>Greg Clayton2013-03-271-1/+1
* For file & line breakpoints, if there are subsets of contiguous line table en...Jim Ingham2013-03-121-51/+67
* <rdar://problem/13069948>Greg Clayton2013-01-251-2/+2
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-2/+2
* <rdar://problem/11757916>Greg Clayton2012-08-291-1/+3
* Also push file & line breakpoints past the prologue. Also added a "-K" argum...Jim Ingham2012-05-221-3/+30
* <rdar://problem/11282938>Greg Clayton2012-04-231-2/+5
* Don't set breakpoints independently comp unit by comp unit, but look over all...Jim Ingham2012-01-131-42/+108
* Add a new breakpoint type "break by source regular expression".Jim Ingham2011-09-211-5/+15
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-1/+1
* Check in an initial implementation of the "breakpoint clear" command, whose p...Johnny Chen2010-10-281-1/+1
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-1/+1
* Added function name types to allow us to set breakpoints by name moreGreg Clayton2010-06-281-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+122
OpenPOWER on IntegriCloud