summaryrefslogtreecommitdiff
path: root/lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp
AgeCommit message (Expand)Author
2024-08-30[lldb] Deal with SupportFiles in SourceManager (NFC) (#106740)Jonas Devlieghere
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2023-12-15[lldb][NFCI] Remove unused parameter from BreakpointResolver*::CreateFromStru...Alex Langford
2023-11-09[lldb] Change interface of StructuredData::Array::GetItemAtIndexAsString (#71...Alex Langford
2023-11-07[lldb] BreakpointResolver{*}::CreateFromStructuredData should return shared p...Alex Langford
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-01-09Fix bugprone argument comments.Kazu Hirata
2021-05-04[lldb] Refactor argument group by SourceLocationSpec (NFCI)Med Ismail Bennani
2020-03-04[lldb] Make BreakpointResolver hold weak_ptr instead of raw pointer to breakp...Tatyana Krasnukha
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-11-29[lldb] Remove FileSpec->CompileUnit inheritancePavel Labath
2019-10-10[lldb][NFC] Remove strange bool parameter from Searcher::SearchCallbackRaphael Isemann
2019-08-16[Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-09-07NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.Jim Ingham
2017-05-12Update StructuredData::String to return StringRefs.Zachary Turner
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-21Make lldb::Regex use StringRef.Zachary Turner
2016-09-16First tests for serializing breakpoints.Jim Ingham
2016-09-13Add a few const's (thanks Zachary) and return shared or unique pointersJim Ingham
2016-09-12This is the main part of a change to add breakpoint save and restore to lldb.Jim Ingham
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-04-28Add the ability to limit "source regexp" breakpoints to a particular functionJim Ingham
2015-05-18Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)Ilia K
2015-05-15Reverting r237460 to fix test failures introduced on OSX & LinuxVince Harron
2015-05-15Add --move-to-nearest-code / target.move-to-nearest-code optionsIlia K
2015-03-18Move lldb-log.cpp to core/Logging.cppZachary Turner
2014-12-06Add the ability to set breakpoints with conditions, commands, etc,Jim Ingham
2013-10-04Remove unused local variable.Michael Sartain
2013-09-27Factor the code that was eliminating redundant breakpoint locations and movingJim Ingham
2013-06-19Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs
2013-03-27<rdar://problem/13521159>Greg Clayton
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-08-29<rdar://problem/11757916>Greg Clayton
2011-09-23Added the ability to restrict breakpoints by function name, function regexp, ...Jim Ingham
2011-09-21Add a new breakpoint type "break by source regular expression".Jim Ingham