summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint/BreakpointResolver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement serializing scripted breakpoints and their extra args.Jim Ingham2019-10-101-1/+2
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-10/+10
* [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
* Change std::sort to llvm::sort to detect non-determinism.Jonas Devlieghere2019-01-081-9/+9
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Add a "scripted" breakpoint type to lldb.Jim Ingham2018-09-131-3/+10
* Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.Adrian Prantl2018-08-301-13/+61
* Refactor BreakpointResolver::SetSCMatchesByLine() to make it easier toAdrian Prantl2018-08-291-115/+97
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-6/+4
* Update StructuredData::String to return StringRefs.Zachary Turner2017-05-121-6/+6
* 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-2/+2
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-4/+3
* Make the keys enumerations for options and resolvers enum classes.Jim Ingham2016-09-151-5/+5
* Add a few const's (thanks Zachary) and return shared or unique pointersJim Ingham2016-09-131-1/+1
* This is the main part of a change to add breakpoint save and restore to lldb.Jim Ingham2016-09-121-0/+124
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-175/+148
* Keep original source path and mapped path in LineEntryTed Woodward2016-05-111-1/+4
* Add an "offset" option to "break set -n" and "break set -f -l". Jim Ingham2016-03-091-2/+22
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-1/+0
* Factor the code that was eliminating redundant breakpoint locations and movingJim Ingham2013-09-271-0/+144
* Check in an initial implementation of the "breakpoint clear" command, whose p...Johnny Chen2010-10-281-2/+3
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+60
OpenPOWER on IntegriCloud