summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint/BreakpointResolverAddress.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove strange bool parameter from Searcher::SearchCallbackRaphael Isemann2019-10-101-4/+2
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-2/+1
* [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
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-7/+6
* Update StructuredData::String to return StringRefs.Zachary Turner2017-05-121-1/+1
* 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
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-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/+57
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-128/+90
* Add an "offset" option to "break set -n" and "break set -f -l". Jim Ingham2016-03-091-1/+1
* Add the ability (through the SB API & command line) to specify an addressJim Ingham2015-11-171-17/+73
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-1/+0
* Don't #include clang headers from BreakpointLocation.hZachary Turner2015-03-041-0/+1
* Add the ability to set breakpoints with conditions, commands, etc,Jim Ingham2014-12-061-0/+8
* <rdar://problem/13521159>Greg Clayton2013-03-271-1/+1
* 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
* 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/+111
OpenPOWER on IntegriCloud