summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint/BreakpointResolverFileLine.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove strange bool parameter from Searcher::SearchCallbackRaphael Isemann2019-10-101-4/+2
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* [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
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-1/+1
* NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.Jim Ingham2018-09-071-2/+2
* Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.Adrian Prantl2018-08-301-10/+25
* If a function starts with line number 0, don't try to check if a breakpoint c...Jim Ingham2018-08-071-1/+5
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-20/+20
* Always normalize FileSpec paths.Greg Clayton2018-04-271-1/+1
* Allow relative file paths when settings source breakpointsGreg Clayton2018-04-131-4/+29
* Update StructuredData::String to return StringRefs.Zachary Turner2017-05-121-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* BreakpointResolverFileLine: Restrict move-to-nearest-code from moving across ...Pavel Labath2017-03-151-16/+77
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* 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