summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Migrate FileSpec::Dump to raw_ostreamRaphael Isemann2019-12-061-1/+1
* Change Target::FindBreakpointsByName to return Expected<vector>Joseph Tremoulet2019-12-041-7/+11
* [lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath2019-12-041-2/+2
* [lldb][NFC] Use raw_ostream instead of Stream in Baton::GetDescriptionRaphael Isemann2019-12-022-33/+32
* [lldb] Remove FileSpec->CompileUnit inheritancePavel Labath2019-11-293-3/+4
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-3/+2
* Implement serializing scripted breakpoints and their extra args.Jim Ingham2019-10-102-32/+15
* [lldb][NFC] Remove strange bool parameter from Searcher::SearchCallbackRaphael Isemann2019-10-105-18/+9
* [lldb] Avoid resource leakKonrad Kleine2019-10-081-1/+1
* [lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann2019-09-131-5/+5
* 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-162-6/+7
* [lldb][NFC] Allow for-ranges on StringListRaphael Isemann2019-08-161-3/+2
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-301-4/+12
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-245-31/+28
* [Breakpoint] Replace use of ClangASTContext with TypeSystemAlex Langford2019-07-181-2/+3
* [Target] Decouple ObjCLanguageRuntime from LanguageRuntimeAlex Langford2019-06-213-15/+28
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-234-6/+6
* Fix file names in file headers. NFCFangrui Song2019-05-131-1/+1
* [Breakpoint] Make breakpoint language agnosticAlex Langford2019-05-112-14/+20
* Propagate command interpreter errors from lldlbinitJonas Devlieghere2019-05-081-0/+1
* [Breakpoint] Remove unused dependencyAlex Langford2019-05-072-2/+0
* [ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere2019-04-262-6/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-1012-52/+0
* Use the multi-lockable form of std::lock for operator=Jim Ingham2019-03-291-9/+3
* Copy the breakpoint site owner's collection so we can dropJim Ingham2019-03-282-2/+27
* Pass ConstString by value (NFC)Adrian Prantl2019-03-064-8/+8
* When deserializing breakpoints some options may not be present.Jim Ingham2019-02-221-15/+10
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-134-80/+77
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-127-45/+44
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-2/+4
* [Expressions] Add support of expressions evaluation in some object's contextAleksandr Urakov2019-02-052-2/+3
* ResolveBreakpointSite: fix outdated warning messageTatyana Krasnukha2019-01-251-4/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1923-92/+69
* Change std::sort to llvm::sort to detect non-determinism.Jonas Devlieghere2019-01-081-9/+9
* [BreakpointList] Simplify/modernize BreakpointList (NFC)Jonas Devlieghere2019-01-081-113/+56
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-4/+1
* Add setting to require hardware breakpoints.Jonas Devlieghere2018-11-151-0/+4
* Remove header grouping comments.Jonas Devlieghere2018-11-1123-92/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-012-2/+2
* Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner2018-10-251-10/+13
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-2/+2
* svn add the new files...Jim Ingham2018-09-132-0/+194
* Add a "scripted" breakpoint type to lldb.Jim Ingham2018-09-131-3/+10
* Rollback "Fix raw address breakpoints not resolving".Davide Italiano2018-09-101-1/+1
* Fix raw address breakpoints not resolvingTed Woodward2018-09-101-1/+1
* NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.Jim Ingham2018-09-074-8/+8
* Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.Adrian Prantl2018-08-302-23/+86
OpenPOWER on IntegriCloud