summaryrefslogtreecommitdiff
path: root/lldb/source/Core/AddressResolverName.cpp
AgeCommit message (Expand)Author
2021-03-03[lldb][NFC] Delete unused AddressResolverNameRaphael Isemann
2020-02-18[lldb][NFC] Make all CompilerDeclContext parameters references instead of poi...Raphael Isemann
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl
2019-10-10[lldb][NFC] Remove strange bool parameter from Searcher::SearchCallbackRaphael Isemann
2019-08-20[lldb] D66174 `RegularExpression` cleanupJan Kratochvil
2019-08-16[Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-09-07NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.Jim Ingham
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-04-06iwyu fixes for lldbCore.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-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-03-02Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton
2015-06-25Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton
2015-03-18Move lldb-log.cpp to core/Logging.cppZachary Turner
2014-07-01Fix typos.Bruce Mitchener
2013-05-18<rdar://problem/11398407>Greg Clayton
2013-03-27<rdar://problem/13521159>Greg Clayton
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-03-07<rdar://problem/10997402>Greg Clayton
2012-02-10Extended function lookup to allow the user toSean Callanan
2011-10-13Removed namespace qualification from symbol queries.Sean Callanan
2011-10-12Added ClangNamespaceDecl * parameters to severalSean Callanan
2011-01-27Changed the SymbolFile::FindFunction() function calls to only return Greg Clayton
2010-11-06Modified all logging calls to hand out shared pointers to make sure weGreg Clayton
2010-06-28Added function name types to allow us to set breakpoints by name moreGreg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner