summaryrefslogtreecommitdiff
path: root/lldb/source/Core/SourceManager.cpp
AgeCommit message (Expand)Author
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-12Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere
2018-11-12Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-11-10Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere
2018-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere
2018-10-31[FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere
2018-10-25Don't type-erase the SymbolContextItem enumeration.Zachary Turner
2018-09-13Remove byte counting from SourceManager [NFC]Raphael Isemann
2018-08-30Move the column marking functionality to the Highlighter frameworkRaphael Isemann
2018-08-14Remove manual byte counting from Highlighter code.Raphael Isemann
2018-08-02[LLDB] Added syntax highlighting supportRaphael Isemann
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-04-06iwyu fixes for lldbCore.Zachary Turner
2017-03-06Remove FileSpec::ReadFileContents.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-09Remove TimeValue usage from lldb/Core. NFC.Pavel Labath
2016-11-01Remove TimeValue usage from FileSpec.hPavel Labath
2016-10-05Make lldb -Werror clean on Windows.Zachary Turner
2016-09-21Fix for loop sign fix in r282112 for column = 0Ed Maste
2016-09-21Fix integer sign warning from r282105Ed Maste
2016-09-21add stop column highlighting supportTodd Fiala
2016-09-21Make lldb::Regex use StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-08-26Silence some MSVC warnings.Stephane Sezer
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton
2015-07-29Centralize where we update the source file contents in SourceManager::GetFile...Greg Clayton
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-03-04Further reduce header footprint of Debugger.h.Zachary Turner
2014-08-18Fix the missleading indentation. Fix CID 1096332Sylvestre Ledru
2014-01-27Merging the iohandler branch back into main.Greg Clayton
2013-08-30Fix a bunch of compile time warnings and a build failure on ubuntu.Eric Christopher
2013-03-19<rdar://problem/13443931>Greg Clayton
2013-03-14<rdar://problem/12537646>Greg Clayton
2013-03-13<rdar://problem/13404189>Greg Clayton
2013-02-07Fixed an bug found by running LLDB with the address sanitizer! We were access...Greg Clayton
2013-01-25<rdar://problem/13069948>Greg Clayton
2013-01-09Add a "--reverse" or "-r" option to the "list" with no options command. This...Jim Ingham
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-03-15<rdar://problem/8196933>Greg Clayton
2012-02-10Extended function lookup to allow the user toSean Callanan
2011-12-12rdar://problem/10227672Johnny Chen
2011-12-10<rdar://problem/9958446>Greg Clayton
2011-10-12Added ClangNamespaceDecl * parameters to severalSean Callanan
2011-10-07Don't look up main to find the default source file till somebody actually ask...Jim Ingham
2011-09-21Add a new breakpoint type "break by source regular expression".Jim Ingham
2011-09-13SBSourceManager now gets the real source manager either from the Debugger or ...Jim Ingham
2011-09-08Move the SourceManager from the Debugger to the Target. That way it can stor...Jim Ingham