summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* 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
* NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.Jim Ingham2018-09-071-2/+2
* Update StructuredData::String to return StringRefs.Zachary Turner2017-05-121-2/+2
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-5/+4
* First tests for serializing breakpoints.Jim Ingham2016-09-161-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/+64
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-94/+72
* Add the ability to limit "source regexp" breakpoints to a particular functionJim Ingham2016-04-281-2/+36
* Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)Ilia K2015-05-181-6/+7
* Reverting r237460 to fix test failures introduced on OSX & LinuxVince Harron2015-05-151-7/+6
* Add --move-to-nearest-code / target.move-to-nearest-code optionsIlia K2015-05-151-6/+7
* 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/+7
* Remove unused local variable.Michael Sartain2013-10-041-2/+0
* Factor the code that was eliminating redundant breakpoint locations and movingJim Ingham2013-09-271-44/+9
* Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs2013-06-191-1/+1
* <rdar://problem/13521159>Greg Clayton2013-03-271-1/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-2/+2
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+1
* Added the ability to restrict breakpoints by function name, function regexp, ...Jim Ingham2011-09-231-47/+41
* Add a new breakpoint type "break by source regular expression".Jim Ingham2011-09-211-0/+139
OpenPOWER on IntegriCloud