| Commit message (Expand) | Author | Age | Files | Lines |
| * | [lldb][NFC] Remove strange bool parameter from Searcher::SearchCallback | Raphael Isemann | 2019-10-10 | 1 | -4/+2 |
| * | [lldb] NFC modernize codebase with modernize-use-nullptr | Konrad Kleine | 2019-05-23 | 1 | -1/+1 |
| * | [NFC] Remove ASCII lines from comments | Jonas Devlieghere | 2019-04-10 | 1 | -2/+0 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Remove header grouping comments. | Jonas Devlieghere | 2018-11-11 | 1 | -4/+0 |
| * | [FileSystem] Move path resolution logic out of FileSpec | Jonas Devlieghere | 2018-11-01 | 1 | -1/+1 |
| * | NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth. | Jim Ingham | 2018-09-07 | 1 | -2/+2 |
| * | Support setting a breakpoint by FileSpec+Line+Column in the SBAPI. | Adrian Prantl | 2018-08-30 | 1 | -10/+25 |
| * | If a function starts with line number 0, don't try to check if a breakpoint c... | Jim Ingham | 2018-08-07 | 1 | -1/+5 |
| * | Reflow paragraphs in comments. | Adrian Prantl | 2018-04-30 | 1 | -20/+20 |
| * | Always normalize FileSpec paths. | Greg Clayton | 2018-04-27 | 1 | -1/+1 |
| * | Allow relative file paths when settings source breakpoints | Greg Clayton | 2018-04-13 | 1 | -4/+29 |
| * | Update StructuredData::String to return StringRefs. | Zachary Turner | 2017-05-12 | 1 | -1/+1 |
| * | Rename Error -> Status. | Zachary Turner | 2017-05-12 | 1 | -1/+1 |
| * | BreakpointResolverFileLine: Restrict move-to-nearest-code from moving across ... | Pavel Labath | 2017-03-15 | 1 | -16/+77 |
| * | Move Log from Core -> Utility. | Zachary Turner | 2017-03-03 | 1 | -1/+1 |
| * | Move classes from Core -> Utility. | Zachary Turner | 2017-02-02 | 1 | -1/+1 |
| * | Fix Clang-tidy readability-redundant-string-cstr warnings | Malcolm Parsons | 2016-11-02 | 1 | -1/+1 |
| * | Make lldb::Regex use StringRef. | Zachary Turner | 2016-09-21 | 1 | -1/+1 |
| * | Add a few const's (thanks Zachary) and return shared or unique pointers | Jim Ingham | 2016-09-13 | 1 | -1/+2 |
| * | This is the main part of a change to add breakpoint save and restore to lldb. | Jim Ingham | 2016-09-12 | 1 | -0/+71 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -84/+61 |
| * | Add an "offset" option to "break set -n" and "break set -f -l". | Jim Ingham | 2016-03-09 | 1 | -1/+3 |
| * | Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2) | Ilia K | 2015-05-18 | 1 | -5/+8 |
| * | Reverting r237460 to fix test failures introduced on OSX & Linux | Vince Harron | 2015-05-15 | 1 | -8/+5 |
| * | Add --move-to-nearest-code / target.move-to-nearest-code options | Ilia K | 2015-05-15 | 1 | -5/+8 |
| * | Move lldb-log.cpp to core/Logging.cpp | Zachary Turner | 2015-03-18 | 1 | -1/+0 |
| * | Add the ability to set breakpoints with conditions, commands, etc, | Jim Ingham | 2014-12-06 | 1 | -0/+11 |
| * | Factor the code that was eliminating redundant breakpoint locations and moving | Jim Ingham | 2013-09-27 | 1 | -139/+6 |
| * | Change the "breakpoint fuzz" algorithm from "coalesce the line ranges for a f... | Jim Ingham | 2013-09-10 | 1 | -7/+6 |
| * | Sort out a number of mismatched integer types in order to cut down the number... | Andy Gibbs | 2013-06-19 | 1 | -1/+1 |
| * | Be sure to print out the full file path when dumping breakpoint resolvers for... | Greg Clayton | 2013-06-13 | 1 | -1/+1 |
| * | <rdar://problem/13521159> | Greg Clayton | 2013-03-27 | 1 | -1/+1 |
| * | For file & line breakpoints, if there are subsets of contiguous line table en... | Jim Ingham | 2013-03-12 | 1 | -51/+67 |
| * | <rdar://problem/13069948> | Greg Clayton | 2013-01-25 | 1 | -2/+2 |
| * | Resolve printf formatting warnings on Linux: | Daniel Malea | 2012-11-29 | 1 | -2/+2 |
| * | <rdar://problem/11757916> | Greg Clayton | 2012-08-29 | 1 | -1/+3 |
| * | Also push file & line breakpoints past the prologue. Also added a "-K" argum... | Jim Ingham | 2012-05-22 | 1 | -3/+30 |
| * | <rdar://problem/11282938> | Greg Clayton | 2012-04-23 | 1 | -2/+5 |
| * | Don't set breakpoints independently comp unit by comp unit, but look over all... | Jim Ingham | 2012-01-13 | 1 | -42/+108 |
| * | Add a new breakpoint type "break by source regular expression". | Jim Ingham | 2011-09-21 | 1 | -5/+15 |
| * | Modified all logging calls to hand out shared pointers to make sure we | Greg Clayton | 2010-11-06 | 1 | -1/+1 |
| * | Check in an initial implementation of the "breakpoint clear" command, whose p... | Johnny Chen | 2010-10-28 | 1 | -1/+1 |
| * | Merged Eli Friedman's linux build changes where he added Makefile files that | Greg Clayton | 2010-07-09 | 1 | -1/+1 |
| * | Added function name types to allow us to set breakpoints by name more | Greg Clayton | 2010-06-28 | 1 | -1/+1 |
| * | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+122 |