summaryrefslogtreecommitdiff
path: root/lldb/source/Breakpoint/BreakpointResolverFileLine.cpp
AgeCommit message (Expand)Author
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-09-21Make lldb::Regex use StringRef.Zachary Turner
2016-09-13Add a few const's (thanks Zachary) and return shared or unique pointersJim Ingham
2016-09-12This is the main part of a change to add breakpoint save and restore to lldb.Jim Ingham
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-03-09Add an "offset" option to "break set -n" and "break set -f -l". Jim Ingham
2015-05-18Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)Ilia K
2015-05-15Reverting r237460 to fix test failures introduced on OSX & LinuxVince Harron
2015-05-15Add --move-to-nearest-code / target.move-to-nearest-code optionsIlia K
2015-03-18Move lldb-log.cpp to core/Logging.cppZachary Turner
2014-12-06Add the ability to set breakpoints with conditions, commands, etc,Jim Ingham
2013-09-27Factor the code that was eliminating redundant breakpoint locations and movingJim Ingham
2013-09-10Change the "breakpoint fuzz" algorithm from "coalesce the line ranges for a f...Jim Ingham
2013-06-19Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs
2013-06-13Be sure to print out the full file path when dumping breakpoint resolvers for...Greg Clayton
2013-03-27<rdar://problem/13521159>Greg Clayton
2013-03-12For file & line breakpoints, if there are subsets of contiguous line table en...Jim Ingham
2013-01-25<rdar://problem/13069948>Greg Clayton
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-05-22Also push file & line breakpoints past the prologue. Also added a "-K" argum...Jim Ingham
2012-04-23<rdar://problem/11282938>Greg Clayton
2012-01-13Don't set breakpoints independently comp unit by comp unit, but look over all...Jim Ingham
2011-09-21Add a new breakpoint type "break by source regular expression".Jim Ingham
2010-11-06Modified all logging calls to hand out shared pointers to make sure weGreg Clayton
2010-10-28Check in an initial implementation of the "breakpoint clear" command, whose p...Johnny Chen
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton
2010-06-28Added function name types to allow us to set breakpoints by name moreGreg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner