summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint/BreakpointResolverName.cpp
Commit message (Expand)AuthorAgeFilesLines
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-3/+2
* [lldb][NFC] Remove strange bool parameter from Searcher::SearchCallbackRaphael Isemann2019-10-101-2/+1
* Code cleanup: Change FormattersContainer::KeyType from SP to rvalueJan Kratochvil2019-09-041-3/+2
* [lldb] D66174 `RegularExpression` cleanupJan Kratochvil2019-08-201-1/+2
* [Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere2019-08-161-2/+2
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-1/+1
* [Breakpoint] Make breakpoint language agnosticAlex Langford2019-05-111-13/+20
* [Breakpoint] Remove unused dependencyAlex Langford2019-05-071-1/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-1/+1
* 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
* Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner2018-10-251-10/+13
* NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.Jim Ingham2018-09-071-2/+2
* Add missing constness.Tatyana Krasnukha2018-06-271-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-5/+4
* Re-add change for https://reviews.llvm.org/D42582 with added directories.Jim Ingham2018-03-121-0/+8
* Revert "Improve prologue handling to support functions with multiple entry po...Vedant Kumar2018-03-121-8/+0
* Improve prologue handling to support functions with multiple entry points.Jim Ingham2018-03-121-0/+8
* Update StructuredData::String to return StringRefs.Zachary Turner2017-05-121-5/+5
* 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-3/+3
* Convert many functions to use StringRefs.Zachary Turner2016-09-171-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-13/+126
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-327/+245
* Centralize the way symbol and functions are looked up by making a Module::Loo...Greg Clayton2016-07-131-44/+18
* Add an "offset" option to "break set -n" and "break set -f -l". Jim Ingham2016-03-091-12/+20
* Rework breakpoint language filtering to use the symbol context's language.Dawn Perchik2015-12-161-28/+5
* Fix breakpoint language filtering for other C variants (like C99) and Pascal.Dawn Perchik2015-12-041-2/+9
* Make the language specifier to "break set" actually filter the names by their...Jim Ingham2015-11-061-3/+43
* Fix Clang-tidy modernize-use-nullptr warnings in source/Breakpoint; other min...Eugene Zelenko2015-10-301-36/+23
* Move more functionality from the LanguageRuntimes to the Languages.Jim Ingham2015-09-021-2/+2
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-1/+0
* Add support for specifying a language to use when parsing breakpoints.Dawn Perchik2015-07-211-1/+10
* Add the ability to set breakpoints with conditions, commands, etc,Jim Ingham2014-12-061-0/+18
* Fix typos.Bruce Mitchener2014-07-011-2/+2
* Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...Jim Ingham2014-01-101-0/+6
* Fixed breakpoints to be able to be set on eSymbolTypeReExported symbols and r...Greg Clayton2013-10-211-1/+11
* Huge performance improvements when one breakpoint contains many locations.Greg Clayton2013-06-121-81/+19
* <rdar://problem/13506727> Greg Clayton2013-04-031-57/+97
* <rdar://problem/13521159>Greg Clayton2013-03-271-2/+2
* <rdar://problem/9141269>Greg Clayton2013-01-301-4/+19
* <rdar://problem/13069948>Greg Clayton2013-01-251-7/+7
* <rdar://problem/12953853>Greg Clayton2013-01-081-2/+1
* Ran the sources through the compiler with -Wshadow warningsJason Molenda2012-10-041-3/+3
* <rdar://problem/11757916>Greg Clayton2012-08-291-1/+5
* <rdar://problem/10997402>Greg Clayton2012-03-071-4/+4
* Add a command and an SB API to create exception breakpoints. Make the break ...Jim Ingham2012-03-061-0/+18
OpenPOWER on IntegriCloud