summaryrefslogtreecommitdiff
path: root/lldb/source/Core/FileLineResolver.cpp
AgeCommit message (Expand)Author
2023-05-04[lldb] Move Core/FileSpecList -> Utility/FileSpecList (NFC)Jonas Devlieghere
2023-02-01Fix typo: FineLineEntriesForFileIndex -> FindLineEntriesForFileIndex.Jim Ingham
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
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-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-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-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-03-18Move lldb-log.cpp to core/Logging.cppZachary Turner
2013-10-03Changed the bool conversion operator on ConstStringSean Callanan
2013-04-29Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton
2012-08-29<rdar://problem/11757916>Greg Clayton
2011-09-23Added the ability to restrict breakpoints by function name, function regexp, ...Jim Ingham
2011-04-19Added a new option to the "source list" command that allows us to see whereGreg Clayton